-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Logical error during JSONExtractKeysAndValuesRaw execution #37610
Copy link
Copy link
Closed
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzers
Description
SELECT
JSONExtractKeysAndValuesRaw(NULL),
arrayJoin([-1]),
[NULL, 255, NULL],
JSONExtractKeysAndValuesRaw(JSONExtractKeysAndValuesRaw([2147483647, 255, 100], NULL, arrayJoin([]))),
JSONExtractKeysAndValuesRaw('1', NULL),
*
FROM t_enum8
<Fatal> : Logical error: 'Function JSONExtractKeysAndValuesRaw with argument with type Nothing and default implementation for Nothing is expected to return result with type Nothing, got Nullable(Nothing)'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzers