Commit daaf4e6
committed
Remove incorrect pow -> power normalization
ClickHouse does not normalize pow/POW to power in EXPLAIN AST output.
It preserves the original function name case. Removing this incorrect
normalization enables 3 tests:
- 00756_power_alias
- 01681_arg_min_max_if_fix
- 03161_decimal_binary_math1 parent 64b57e0 commit daaf4e6
4 files changed
Lines changed: 3 additions & 4 deletions
File tree
- internal/explain
- parser/testdata
- 00756_power_alias
- 01681_arg_min_max_if_fix
- 03161_decimal_binary_math
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments