MaxGekk commented on code in PR #38861:
URL: https://github.com/apache/spark/pull/38861#discussion_r1052541721
##########
sql/core/src/test/resources/sql-tests/results/postgreSQL/numeric.sql.out:
##########
@@ -3831,12 +3831,12 @@ struct<>
-- !query output
org.apache.spark.sql.AnalysisException
{
- "errorClass" : "_LEGACY_ERROR_TEMP_1168",
+ "errorClass" : "NUM_COLUMNS_MISMATCH",
"messageParameters" : {
- "insertedColumns" : "5",
- "staticPartCols" : "0",
- "tableName" : "`spark_catalog`.`default`.`num_result`",
- "targetColumns" : "3"
+ "firstNumColumns" : "3",
+ "invalidNumColumns" : "5",
+ "invalidOrdinalNum" : "second",
Review Comment:
@cloud-fan @srielau Are you ok that we are talking about inputs (and their
ordinal number), but not a table name.
--
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]