the-other-tim-brown commented on code in PR #630:
URL: https://github.com/apache/incubator-xtable/pull/630#discussion_r1936464864
##########
xtable-core/src/main/java/org/apache/xtable/iceberg/IcebergTableManager.java:
##########
@@ -100,6 +101,14 @@ Table getOrCreateTable(
}
}
+ Table loadHadoopTables(HadoopTables hadoopTables, String basePath, String
tableName) {
Review Comment:
Instead of manipulating the name at this level, it may be easier to just
update the IcebergConversionSource which produces the `InternalTable` object
--
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]