Skip to content

[feat][spark-4.0.2] Query optimization / AQE changes (runtime filter, AQE InMemoryTableScan, column order, clustering, SPJ) on GPU (cuDF) #87

Description

@winningsix

Background

Velox-native (cuDF) counterpart of the NVIDIA/spark-gluten issue for this Spark 4.0.2 feature. Depends on the native harness #66 and the JVM harness NVIDIA/spark-gluten#134.
Spark tickets:

Scope (native cuDF side)

  • Implement / extend the cuDF GPU operators and expressions under velox/experimental/cudf/ backing this feature.
  • Add / extend gtests under velox/experimental/cudf/tests/.
  • Ensure CPU Velox tests are unaffected (VELOX_ENABLE_CUDF-gated).

Acceptance criteria — all pass on GPU (VELOX_ENABLE_CUDF=ON, ctest)

  • HashJoinTest
  • OrderByTest
  • TopNTest

Cross-references

Notes

Multi-layer runtime filter; AQE InMemoryTableScan correctness; Storage Partition Join.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featNew feature enablementspark-4.0.2Spark 4.0.2 feature enablement on GPU (cuDF)

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions