JingsongLi commented on a change in pull request #1293:
URL: https://github.com/apache/iceberg/pull/1293#discussion_r480013553
##########
File path: flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java
##########
@@ -335,6 +341,19 @@ public void alterTable(ObjectPath tablePath,
CatalogBaseTable newTable, boolean
throw new UnsupportedOperationException("Not support alterTable now.");
}
+ CatalogLoader getCatalogLoader() {
+ return catalogLoader;
+ }
+
+ Configuration getHadoopConf() {
+ return hadoopConf;
+ }
+
+ @Override
+ public Optional<TableFactory> getTableFactory() {
Review comment:
Until the new API is really ready...
In the 1.11 and master, FLIP-95 interfaces still lack many things. I am not
sure about Flink 1.12, maybe 1.13 is the time.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]