dongjoon-hyun commented on a change in pull request #34489:
URL: https://github.com/apache/spark/pull/34489#discussion_r747810048
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveParquetSuite.scala
##########
@@ -168,4 +170,23 @@ class HiveParquetSuite extends QueryTest with ParquetTest
with TestHiveSingleton
}
}
}
+
+ test("SPARK-37210: Concurrent write to different static partitions") {
Review comment:
This PR aims to support concurrent write for `INSERT OVERWRITE` only. Do
we support non-overwrite INSERT case?
--
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]