stevenzwu commented on code in PR #5967: URL: https://github.com/apache/iceberg/pull/5967#discussion_r1038597492
########## flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/source/IcebergSource.java: ########## @@ -349,6 +401,8 @@ public IcebergSource<T> build() { throw new UncheckedIOException(e); } + contextBuilder.fromProperties(table, readOptions, flinkConfig); Review Comment: `contextBuilder` doesn't need to be a class member anymore. can be a local/stack variable in this method. -- 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: issues-unsubscr...@iceberg.apache.org 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