Closed cindyyuanjiang closed 1 week ago
Spark introduced two new statements - LEAVE and ITERATE. We should check if we want to support them.
LEAVE
ITERATE
https://github.com/apache/spark/commit/9676b1c48cb
I think that these are a part of SQL scripting, which sits outside of the normal sql that we typically support on the GPU.
Spark introduced two new statements -
LEAVE
andITERATE
. We should check if we want to support them.https://github.com/apache/spark/commit/9676b1c48cb