spark-rapids icon indicating copy to clipboard operation
spark-rapids copied to clipboard

Fix `orc_write_test.py` for [databricks] 14.3

Open mythrocks opened this issue 1 year ago • 1 comments

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.)

mythrocks avatar Oct 25 '24 23:10 mythrocks

Build

mythrocks avatar Oct 25 '24 23:10 mythrocks

Sorting the test failure out now. Applying the patch on main seems to have messed up the imports, I think.

mythrocks avatar Oct 28 '24 16:10 mythrocks

Build

mythrocks avatar Oct 28 '24 17:10 mythrocks

Thank you for the review, @revans2. I've merged this change.

mythrocks avatar Oct 29 '24 18:10 mythrocks