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

Audit use of null intolerant in expressions #11734

Open jlowe opened 2 days ago

jlowe commented 2 days ago

While working on #11731 @revans2 noted that we're not 100% consistent on the use of null intolerance on GPU expressions. This probably doesn't hurt in practice since it's unlikely null intolerance will be considered after GPU plan replacements. However it would be nice to be consistent with the handling of null intolerance across all GPU expressions.