Commit 1fa3ef0
drop self-named column aliases in e2e datetime range query
Aliasing toString(col) back to the column's own name makes older ClickHouse
(LTS) resolve the expression against the alias and return empty; the test
only reads columns positionally, so the aliases are unnecessary.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 24b996c commit 1fa3ef0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1809 | 1809 | | |
1810 | 1810 | | |
1811 | 1811 | | |
1812 | | - | |
| 1812 | + | |
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
| |||
0 commit comments