forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47261][SQL] Assign better name for errors _LEGACY_ERROR_TEMP_1…
…172, _LEGACY_ERROR_TEMP_1173, and _LEGACY_ERROR_TEMP_1174 ### What changes were proposed in this pull request? Assign better name for error _LEGACY_ERROR_TEMP_1172, _LEGACY_ERROR_TEMP_1173, and _LEGACY_ERROR_TEMP_1174. ### Why are the changes needed? Proper name improves user experience with Spark SQL. ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? Added new tests and ran all the tests in the suite: ``` org.apache.spark.sql.execution.datasources.parquetParquetSchemaSuite org.apache.spark.SparkThrowableSuite ``` ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#47421 from junyuc25/SPARK-47261. Authored-by: junyuc25 <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information
Showing
5 changed files
with
52 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+409 Bytes
sql/core/src/test/resources/test-data/group-field-with-enum-as-logical-annotation.parquet
Binary file not shown.
Binary file added
BIN
+369 Bytes
sql/core/src/test/resources/test-data/interval-using-fixed-len-byte-array.parquet
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters