aokolnychyi commented on code in PR #6828:
URL: https://github.com/apache/iceberg/pull/6828#discussion_r1105327521


##########
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestPartitionValues.java:
##########
@@ -491,6 +491,7 @@ public void testReadPartitionColumn() throws Exception {
             .option(SparkReadOptions.VECTORIZATION_ENABLED, 
String.valueOf(vectorized))
             .load(baseLocation)
             .select("struct.innerName")
+            .orderBy("struct.innerName")

Review Comment:
   Required by the check below as the default distribution changes the order of 
elements.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to