[GitHub] [spark] MaxGekk commented on a diff in pull request #38937: [SPARK-41406][SQL] Refactor error message for `NUM_COLUMNS_MISMATCH` to make it more generic

2022-12-13 Thread GitBox
MaxGekk commented on code in PR #38937: URL: https://github.com/apache/spark/pull/38937#discussion_r1046819087 ## sql/core/src/test/scala/org/apache/spark/sql/DataFrameSetOperationsSuite.scala: ## @@ -1011,7 +1012,7 @@ class DataFrameSetOperationsSuite extends QueryTest with

[GitHub] [spark] MaxGekk commented on a diff in pull request #38937: [SPARK-41406][SQL] Refactor error message for `NUM_COLUMNS_MISMATCH` to make it more generic

2022-12-12 Thread GitBox
MaxGekk commented on code in PR #38937: URL: https://github.com/apache/spark/pull/38937#discussion_r1045697341 ## core/src/main/resources/error/error-classes.json: ## @@ -932,7 +932,7 @@ }, "NUM_COLUMNS_MISMATCH" : { "message" : [ - " can only be performed on

[GitHub] [spark] MaxGekk commented on a diff in pull request #38937: [SPARK-41406][SQL] Refactor error message for `NUM_COLUMNS_MISMATCH` to make it more generic

2022-12-10 Thread GitBox
MaxGekk commented on code in PR #38937: URL: https://github.com/apache/spark/pull/38937#discussion_r1045107245 ## core/src/main/resources/error/error-classes.json: ## @@ -932,7 +932,7 @@ }, "NUM_COLUMNS_MISMATCH" : { "message" : [ - " can only be performed on

[GitHub] [spark] MaxGekk commented on a diff in pull request #38937: [SPARK-41406][SQL] Refactor error message for `NUM_COLUMNS_MISMATCH` to make it more generic

2022-12-07 Thread GitBox
MaxGekk commented on code in PR #38937: URL: https://github.com/apache/spark/pull/38937#discussion_r1042039382 ## core/src/main/resources/error/error-classes.json: ## @@ -932,7 +932,7 @@ }, "NUM_COLUMNS_MISMATCH" : { "message" : [ - " can only be performed on

[GitHub] [spark] MaxGekk commented on a diff in pull request #38937: [SPARK-41406][SQL] Refactor error message for `NUM_COLUMNS_MISMATCH` to make it more generic

2022-12-06 Thread GitBox
MaxGekk commented on code in PR #38937: URL: https://github.com/apache/spark/pull/38937#discussion_r1041863502 ## sql/core/src/test/resources/sql-tests/results/except-all.sql.out: ## @@ -230,10 +230,9 @@ org.apache.spark.sql.AnalysisException { "errorClass" :