jerryshao commented on code in PR #5127:
URL: https://github.com/apache/gravitino/pull/5127#discussion_r1802904705
##########
core/src/main/java/org/apache/gravitino/catalog/EntityCombinedTable.java:
##########
@@ -128,6 +128,14 @@ public boolean imported() {
return imported;
}
+ public Table tableFromCatalog() {
Review Comment:
I would keep the current name, because it introduces the concept of
"External", if finally we have external and managed catalog in Gravitino, then
the method name here will be confusing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]