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


##########
sql/core/src/test/scala/org/apache/spark/sql/SQLInsertTestSuite.scala:
##########
@@ -351,6 +351,35 @@ trait SQLInsertTestSuite extends QueryTest with 
SQLTestUtils {
       }
     }
   }
+
+  test("SPARK-41982: " +
+    "treat the partition field as a string type when 
keepPartitionSpecAsStringLiteral is enabled") {

Review Comment:
   ```suggestion
       "treat the partition field as string literal when 
keepPartitionSpecAsStringLiteral is enabled") {
   ```



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