Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Done
-
3.1.0
-
None
-
None
Description
We can add one TreePattern called "COMMAND". Then, two rules to be migrated:
- ResolvePartitionSpec
- ResolveCommandsWithIfExists
Commit https://github.com/apache/spark/commit/3db8ec258c4a8438bda73c26fc7b1eb6f9d51631 contains the framework level change and a few example rule changes.
Example patterns:
Example rule:
https://github.com/apache/spark/pull/32247 is another example