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

[auto-merge] branch-24.08 to branch-24.10 [skip ci] [bot] #11257

Merged
merged 1 commit into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Fix string_test.py errors on Spark 4.0 (#11247)

    Fixes #11030.
    
    This commit skips the tests pertaining to the following operations
    on Apache Spark 4.0:
    
    1. Column.endswith()
    2. substring_index()
    
    In both cases, the CPU version of Apache Spark 4.0 seems to cause
    exceptions, unrelated to the Spark RAPIDS plugin. See:
    
    1. https://issues.apache.org/jira/browse/SPARK-48989
    2. https://issues.apache.org/jira/browse/SPARK-48995
    
    Signed-off-by: MithunR <mithunr@nvidia.com>
    mythrocks authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    273af38 View commit details
    Browse the repository at this point in the history