Discovery starting. Discovery completed in 2 seconds, 844 milliseconds. Run starting. Expected test count is: 30 NoneWriteDistributionSortedTableSpec: + See https://iceberg.apache.org/docs/1.6.0/spark-writes/#writing-distribution-modes Using write.distribution-mode - should create the appropriate number of Iceberg files + Given a table that is created with: CREATE TABLE polaris.my_namespace.NoneWriteDistributionSortedTableSpec ( id int, label String, partitionKey long, date Date, timestamp Timestamp ) USING iceberg TBLPROPERTIES ( 'format-version' = '2', 'sort-order' = 'partitionKey ASC NULLS FIRST', 'write.distribution-mode' = 'none' ) PARTITIONED BY (partitionKey); + And it has 20 rows over 20 data files when writing with 4 executor threads + When we add another 20 rows of the same data that is logically distributed over 5 partitions + Then there are now 20 more data files + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +