Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-38748][SQL][TESTS] Test the error class: PIVOT_VALUE_DATA_TYPE…
…_MISMATCH ## What changes were proposed in this pull request? This PR aims to add a test for the error class PIVOT_VALUE_DATA_TYPE_MISMATCH to `QueryCompilationErrorsSuite`. ### Why are the changes needed? The changes improve test coverage, and document expected error messages in tests. ### Does this PR introduce any user-facing change? No ### How was this patch tested? By running new test: ``` $ build/sbt "sql/testOnly *QueryCompilationErrorsSuite*" ``` Closes apache#36400 from panbingkun/SPARK-38748. Authored-by: panbingkun <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information