Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-34238][SQL] Unify output of SHOW PARTITIONS and pass output at…
…tributes properly ### What changes were proposed in this pull request? Passing around the output attributes should have more benefits like keeping the expr ID unchanged to avoid bugs when we apply more operators above the command output dataframe. This PR keep SHOW PARTITIONS command's output attribute exprId unchanged. And benefit for https://issues.apache.org/jira/browse/SPARK-34238 ### Why are the changes needed? Keep SHOW PARTITIONS command's output attribute exprid unchanged. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added UT Closes apache#31341 from AngersZhuuuu/SPARK-34238. Authored-by: Angerszhuuuu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information