cloud-fan commented on a change in pull request #34995:
URL: https://github.com/apache/spark/pull/34995#discussion_r774594795
##########
File path: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala
##########
@@ -225,6 +225,32 @@ class InsertSuite extends QueryTest with TestHiveSingleton
with BeforeAndAfter
checkAnswer(sql(selQuery), Row(5, 2, 3, 6))
}
+ test("SPARK-37722: Escape dots in partition names") {
Review comment:
Since it's not related to hive, shall we move the test to
`org.apache.spark.sql.sources.InsertSuite`?
--
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]