Skip to content

Logical error during JSONExtractKeysAndValuesRaw execution #37610

@novikd

Description

@novikd
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)'

https://s3.amazonaws.com/clickhouse-test-reports/37460/60b9d81773d5a56486c5685ec3880d6caf207d1f/fuzzer_astfuzzerubsan,actions//report.html

Metadata

Metadata

Assignees

Labels

fuzzProblem found by one of the fuzzers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions