pvary commented on code in PR #9346: URL: https://github.com/apache/iceberg/pull/9346#discussion_r1432581616
########## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceBoundedSql.java: ########## @@ -42,6 +64,7 @@ public TestIcebergSourceBoundedSql(String fileFormat) { public void before() throws IOException { Configuration tableConf = getTableEnv().getConfig().getConfiguration(); tableConf.setBoolean(FlinkConfigOptions.TABLE_EXEC_ICEBERG_USE_FLIP27_SOURCE.key(), true); + // tableConf.set Review Comment: mistake? -- 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