dongjoon-hyun commented on code in PR #41600:
URL: https://github.com/apache/spark/pull/41600#discussion_r1230014974


##########
sql/core/src/test/scala/org/apache/spark/sql/connector/UpdateTableSuiteBase.scala:
##########
@@ -114,7 +114,7 @@ abstract class UpdateTableSuiteBase extends 
RowLevelOperationSuiteBase {
       Row(1, -1, "hr") :: Row(2, -1, "hardware") :: Row(3, -1, "hr") :: Nil)
   }
 
-  test("update with NULL conditions") {
+  test("update with NULL conditions on partition columns") {

Review Comment:
   Thank you for clarifying this.



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