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


##########
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:
   actually, why not hardcode the config name and value here?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to