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

Support row-based Hive UDFs [databricks] #4224

Merged
merged 9 commits into from
Dec 2, 2021

Commits on Nov 26, 2021

  1. Support row-based Hive UDFs

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    216b1cc View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Suppress the warning for the deprecated class UDF

    This UDF is an interface, so the only way is to suppress the warning.
    
    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    42d4788 View commit details
    Browse the repository at this point in the history
  2. Move tests to IT

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    a8da987 View commit details
    Browse the repository at this point in the history
  3. Rename the tests

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c2bf4b6 View commit details
    Browse the repository at this point in the history
  4. Add hive-serde for databricks build

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    27e6b5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf13086 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Update comment for class exclusions

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    fe6b899 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update sql-plugin/src/main/scala/org/apache/spark/sql/hive/rapids/Gpu…

    …HiveOverrides.scala
    
    
    Update the willNotWork wording.
    
    Co-authored-by: Jason Lowe <jlowe@nvidia.com>
    firestarman and jlowe authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    baabfa5 View commit details
    Browse the repository at this point in the history
  2. Update sql-plugin/src/main/scala/org/apache/spark/sql/hive/rapids/Gpu…

    …HiveOverrides.scala
    
    
    Update the willNotWork wording for Hive GenericUDF.
    
    Co-authored-by: Jason Lowe <jlowe@nvidia.com>
    firestarman and jlowe authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5d9a802 View commit details
    Browse the repository at this point in the history