tlm365 commented on code in PR #10605: URL: https://github.com/apache/iceberg/pull/10605#discussion_r1659528345
########## flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/TestStreamScanSql.java: ########## @@ -55,7 +55,7 @@ public class TestStreamScanSql extends CatalogTestBase { private static final String TABLE = "test_table"; private static final FileFormat FORMAT = FileFormat.PARQUET; - private TableEnvironment tEnv; + private volatile TableEnvironment tEnv; @Override protected TableEnvironment getTableEnv() { Review Comment: @amogh-jahagirdar thanks for reviewing and nice ref link. I've updated it. -- 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