spark-rapids
spark-rapids copied to clipboard
Fix `orc_write_test.py` for [databricks] 14.3
Fixes #11529.
This commit fixes the failure of
orc_write_test.py::test_orc_do_not_lowercase_columns as described in #11529.
The failure was the result of a change in the exception text in Databricks 14.3. (It differs from Spark 3.5, on which it is based, and more closely resembles Spark 4.0.)
Build
Sorting the test failure out now. Applying the patch on main seems to have messed up the imports, I think.
Build
Thank you for the review, @revans2. I've merged this change.