spark-rapids
spark-rapids copied to clipboard
[Audit][SPARK-39876][SQL] Add UNPIVOT to SQL syntax
This PR https://github.com/apache/spark/commit/29e4552831 added UNPIVOT to the sql interface. From the code it says unpivot turns into expand. This issue is to add some test queries that exercise UNPIVOT, likely in the integration framework.