zhangjun0x01 commented on a change in pull request #1936: URL: https://github.com/apache/iceberg/pull/1936#discussion_r562450373
########## File path: flink/src/main/java/org/apache/iceberg/flink/source/FlinkSource.java ########## @@ -70,6 +73,7 @@ public static Builder forRowData() { private Table table; private TableLoader tableLoader; private TableSchema projectedSchema; + private ReadableConfig readableConfig; Review comment: yes,I add the `new Configuration()` for default. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org