Commit c7caac9
[SPARK-47972][SQL][FOLLOWUP] Restrict CAST expression for collations
### What changes were proposed in this pull request?
Removal of immutable Seq import.
### Why are the changes needed?
This import was added with #46474, but in reality is changing behaviour of other AstBuilder.scala rules and because of this needs to be removed.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests cover this.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #46860 from mihailom-db/SPARK-47972-FOLLOWUP.
Authored-by: Mihailo Milosevic <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>1 parent 651f687 commit c7caac9
File tree
1 file changed
+0
-1
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments