NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
765 stars 225 forks source link

[AUDIT] [SPARK-48466][SQL] Create dedicated node for EmptyRelation in AQE #11100

Open tgravescs opened 2 weeks ago

tgravescs commented 2 weeks ago

Is your feature request related to a problem? Please describe. Filing this to investigate further. Spark added new node EmptyRelationExec.

pr: https://github.com/apache/spark/pull/46830 issue: https://issues.apache.org/jira/browse/SPARK-48466

We should check as it wraps the logical plan, do we need to do anything with this for tests, for tooling, or AQE type things.

mattahrens commented 1 week ago

Scope: implement GPU version of EmptyRelationExec.