Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <daichen@amazon.com>
  • Loading branch information
dai-chen committed Nov 17, 2022
1 parent 60a9862 commit b771edc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private void validateCatalogs(List<CatalogMetadata> catalogs) {
}
}

// TODO: for now register storage engine functions here which should be static per storage engine
private void registerFunctions(String catalogName, StorageEngine storageEngine) {
storageEngine.getFunctions()
.forEach(functionResolver ->
Expand Down

0 comments on commit b771edc

Please sign in to comment.