cloud-fan commented on code in PR #49027:
URL: https://github.com/apache/spark/pull/49027#discussion_r1904871328


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala:
##########
@@ -927,4 +927,26 @@ class InsertSuite extends QueryTest with TestHiveSingleton 
with BeforeAndAfter
       testDefaultColumn
     }
   }
+
+  test("SPARK-50469: V1Writes should respect the output ordering") {

Review Comment:
   can we put the test in `SQLInsertTestSuite`? So that we automatically run it 
three times with file source, v2 tables and hive tables.



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