EnricoMi commented on code in PR #39431:
URL: https://github.com/apache/spark/pull/39431#discussion_r1063467261


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/V1WriteCommandSuite.scala:
##########
@@ -181,13 +178,111 @@ class V1WriteCommandSuite extends QueryTest with 
SharedSparkSession with V1Write
             |PARTITIONED BY (k STRING)
             |""".stripMargin)
         executeAndCheckOrdering(
-          hasLogicalSort = true, orderingMatched = enabled, hasEmpty2Null = 
enabled) {
+          hasLogicalSort = true, orderingMatched = true, hasEmpty2Null = 
enabled) {

Review Comment:
   Not sure what you mean, as in needed in this test?



-- 
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