Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix orc_write_test.py for [databricks] 14.3 #11664

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 25, 2024

  1. Fix orc_write_test.py for Databricks 14.3

    Fixes NVIDIA#11529.
    
    This commit fixes the failure of
    `orc_write_test.py::test_orc_do_not_lowercase_columns` as described
    in NVIDIA#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.)
    
    Signed-off-by: MithunR <[email protected]>
    mythrocks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b502418 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fixed imports.

    Signed-off-by: MithunR <[email protected]>
    mythrocks committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5956fc4 View commit details
    Browse the repository at this point in the history