Commit e520224
committed
[fix-33004][core] fix parser sql error. Example: 'select t.* from viewOne as t' then this sql will be transformed to 'select t.* as * from viewOne as t' which cause sql error.
[fix-33004][core] fix parser sql error. Example: 'select t.* from viewOne as t' then this sql will be transformed to 'select t.* as * from viewOne as t' which cause sql error.
[fix-33004][core] fix parser sql error. Example: 'select t.* from viewOne as t' then this sql will be transformed to 'select t.* as * from viewOne as t' which cause sql error.1 parent 8c8c977 commit e520224
File tree
1 file changed
+18
-9
lines changed- core/src/main/java/com/dtstack/flink/sql/parser
1 file changed
+18
-9
lines changedLines changed: 18 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
169 | 178 | | |
170 | 179 | | |
171 | 180 | | |
172 | | - | |
173 | | - | |
| 181 | + | |
| 182 | + | |
174 | 183 | | |
175 | | - | |
| 184 | + | |
176 | 185 | | |
177 | 186 | | |
178 | | - | |
| 187 | + | |
179 | 188 | | |
180 | 189 | | |
181 | | - | |
| 190 | + | |
182 | 191 | | |
183 | 192 | | |
184 | 193 | | |
| |||
0 commit comments