bjornjorgensen commented on code in PR #38937:
URL: https://github.com/apache/spark/pull/38937#discussion_r1041987130


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -932,7 +932,7 @@
   },
   "NUM_COLUMNS_MISMATCH" : {
     "message" : [
-      "<operator> can only be performed on tables with the same number of 
columns, but the first table has <refNumColumns> columns and the 
<invalidOrdinalNum> table has <invalidNumColumns> columns."
+      "<operator> expects matching number of columns. But the left side 
(target) has <leftNumCols> while the right side (source) has <rightNumCols>."

Review Comment:
   expects matching number of columns -> expect matching numbers of columns



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