pvary commented on code in PR #12191: URL: https://github.com/apache/iceberg/pull/12191#discussion_r1988457157
########## flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceSql.java: ########## @@ -53,7 +55,11 @@ public class TestIcebergSourceSql extends TestSqlBase { @BeforeEach @Override public void before() throws IOException { - TableEnvironment tableEnvironment = getTableEnv(); + setUpTableEnv(getTableEnv()); Review Comment: Could you please help me understand why the streaming env is required? Is Flink watermark strategy restricted to streaming? -- 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