You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set allow_experimental_analyzer=0;
select0as x
from remote('127.0.0.{1,2}', system.one)
group by x
format Pretty;
+---+
| x |
+---+1. | 0 |
+---+set allow_experimental_analyzer=1;
select0as x
from remote('127.0.0.{1,2}', system.one)
group by x
format Pretty;
Received exception from server (version 24.3.2):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception:
Positional argument number0 is out of bounds. Expected in range [1, 1].
In scope SELECT0AS x FROMsystem.oneAS __table1 GROUP BY0. (BAD_ARGUMENTS)
(query: select0as x
from remote('127.0.0.{1,2}', system.one)
group by x
format Pretty;)
The text was updated successfully, but these errors were encountered:
den-crane
changed the title
new analyzer: Positional argument number 0 is out of bounds in Distrbiuted queries
new analyzer: Positional argument is out of bounds in distrbiuted queries
Apr 4, 2024
nikitamikhaylov
added
bug
Confirmed user-visible misbehaviour in official release
analyzer
Issues and pull-requests related to new analyzer
and removed
potential bug
To be reviewed by developers and confirmed/rejected.
labels
Apr 4, 2024
den-crane
changed the title
new analyzer: Positional argument is out of bounds in distrbiuted queries
new analyzer: Positional argument is out of bounds in distributed queries
Apr 4, 2024
https://fiddle.clickhouse.com/ba2e163f-644b-4a4c-b6f7-614aa285ca00
The text was updated successfully, but these errors were encountered: