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
SELECT [()][0];
/*Received exception from server (version 24.6.2):Code: 49. DB::Exception: Received from localhost:9000. DB::Exception: This function cannot be used to construct empty tuple. It is a bug. (LOGICAL_ERROR)(query: SELECT [()][0];)*/
Describe the bug
Selecting an empty tuple from an array, gives a logical error. Reproducible on the latest release:
https://fiddle.clickhouse.com/7d115084-e879-4945-836e-e98cd83dd8eb
How to reproduce
Here is the stack trace in the debug build:
The text was updated successfully, but these errors were encountered: