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][SPARK-48348][SPARK-48376][SQL] Introduce LEAVE and ITERATE statements #11686

Closed cindyyuanjiang closed 1 week ago

cindyyuanjiang commented 2 weeks ago

Spark introduced two new statements - LEAVE and ITERATE. We should check if we want to support them.

https://github.com/apache/spark/commit/9676b1c48cb

revans2 commented 2 weeks ago

I think that these are a part of SQL scripting, which sits outside of the normal sql that we typically support on the GPU.