This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-12-20 05:05:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1756fe28ee
ClickHouse
/
tests
/
queries
/
0_stateless
/
03142_untuple_crash.sql
3 lines
90 B
MySQL
Raw
Normal View
History
Unescape
Escape
Move analyzer to Beta stage
2024-07-12 12:49:26 +00:00
SET
enable_analyzer
=
1
;
Fix crash with untuple and unresolved lambda
2024-04-30 11:36:20 +00:00
SELECT
untuple
(
x
-
>
0
)
-- { serverError ILLEGAL_TYPE_OF_ARGUMENT }
Reference in New Issue
Copy Permalink