Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.3, 3.1.3, 3.2.4, 4.0.0, 3.5.1, 3.3.4
Description
column name will be change by `FoldablePropagation` in optimizer
befor optimizer:
```shell
'Project ['x, 'y, 'z]
+- 'Project 'a AS x#112, str AS Y#113, 'b AS z#114
+- LocalRelation <empty>, a#0, b#1
```
after optimizer:
```shell
Project x#112, str AS Y#113, z#114
+- Project a#0 AS x#112, str AS Y#113, b#1 AS z#114
+- LocalRelation <empty>, a#0, b#1
```
column name `y` will be replace to 'Y'
Attachments
Issue Links
- links to