pvary commented on code in PR #12071: URL: https://github.com/apache/iceberg/pull/12071#discussion_r1946498357
########## flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/sink/TestIcebergSink.java: ########## @@ -140,6 +140,13 @@ void testWriteRowWithTableSchema() throws Exception { testWriteRow(SimpleDataUtil.FLINK_SCHEMA, DistributionMode.NONE); } + @TestTemplate + void testWriteRowWithTableSchemaRANGE() throws Exception { + if (partitioned) { + testWriteRow(SimpleDataUtil.FLINK_SCHEMA, DistributionMode.RANGE); Review Comment: Can we check the job graph to verify that the partitioner is set? -- 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