NVIDIA / spark-rapids

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

Fix spark400 build due to LogicalRelation signature changes [databricks] #11695

Closed jlowe closed 2 weeks ago

jlowe commented 2 weeks ago

Fixes #11684. SPARK-50144 added a new parameter to LogicalRelation, breaking old unapply usages. Added a new shim for gathering the locations for a logical plan which was the one place using LogicalRelation.unapply.

jlowe commented 2 weeks ago

build

mythrocks commented 2 weeks ago

Hey, thanks for picking this up, @jlowe. I was about to raise a PR for this. I do like yours better.

jlowe commented 2 weeks ago

build