smallzhongfeng commented on code in PR #39558:
URL: https://github.com/apache/spark/pull/39558#discussion_r1071176988


##########
sql/core/src/test/scala/org/apache/spark/sql/SQLInsertTestSuite.scala:
##########
@@ -351,6 +351,36 @@ trait SQLInsertTestSuite extends QueryTest with 
SQLTestUtils {
       }
     }
   }
+
+  test("SPARK-41982: When the partition is not enclosed with quotation marks, 
" +
+    "the partition type is string and keepPartitionSpecAsStringLiteral is 
enabled, " +
+    "we need to treat it as a string type partition") {

Review Comment:
   Updated.



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