Commit 49339ac
committed
Add DOUBLE as data type name alias for FLOAT64
This fixes parsing of SimpleAggregateFunction(sum, Double) where
Double should be recognized as a data type, not an identifier.
Fixed 6 tests:
- 00915_simple_aggregate_function/stmt3
- 00915_simple_aggregate_function_summing_merge_tree/stmt3
- 01392_column_resolve/stmt1, stmt2
- 02775_show_columns_called_from_clickhouse/stmt4
- 02790_fix_coredump_when_compile_expression/stmt11 parent 8814f03 commit 49339ac
6 files changed
Lines changed: 6 additions & 27 deletions
File tree
- parser
- testdata
- 00915_simple_aggregate_function_summing_merge_tree
- 00915_simple_aggregate_function
- 01392_column_resolve
- 02775_show_columns_called_from_clickhouse
- 02790_fix_coredump_when_compile_expression
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4503 | 4503 | | |
4504 | 4504 | | |
4505 | 4505 | | |
4506 | | - | |
| 4506 | + | |
4507 | 4507 | | |
4508 | 4508 | | |
4509 | 4509 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments