ueshin commented on code in PR #36812:
URL: https://github.com/apache/spark/pull/36812#discussion_r893800796


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -551,5 +551,10 @@
       "Writing job aborted"
     ],
     "sqlState" : "40000"
+  },
+  "NULL_COMPARISON_RESULT" : {
+    "message" : [
+      "The comparison result is null. If you want to handle null as 0 (equal), 
you can set \"<config>\" to \"<value>\"."

Review Comment:
   I just thought it could be reusable. Let me just change to hardcode it for 
now.



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