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

Add NullIntolerantShim to adapt to Spark 4.0 removing NullIntolerant [databricks] #11731

Closed jlowe closed 2 days ago

jlowe commented 3 days ago

Fixes #11722. Adds NullIntolerantShim which is a trivial extension of NullIntolerant on anything except Spark 4. For Spark 4, the shim overrides the new nullIntolerant Expression method instead.

jlowe commented 3 days ago

build

jlowe commented 2 days ago

build

jlowe commented 2 days ago

we should do a follow up audit for all of our expressions

11734