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


##########
sql/core/src/test/scala/org/apache/spark/sql/SQLInsertTestSuite.scala:
##########
@@ -440,14 +476,49 @@ trait SQLInsertTestSuite extends QueryTest with 
SQLTestUtils {
 }
 
 class FileSourceSQLInsertTestSuite extends SQLInsertTestSuite with 
SharedSparkSession {
+
+  import testImplicits._
+
   override def format: String = "parquet"
+
   override protected def sparkConf: SparkConf = {
     super.sparkConf.set(SQLConf.USE_V1_SOURCE_LIST, format)
   }
+
+  test("insert by name: mismatch column name") {

Review Comment:
   why does the negative test not in the base test suite?



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