-
Notifications
You must be signed in to change notification settings - Fork 8.3k
output_format_native_encode_types_in_binary_format setting makes insert slow and throw error #73883
Copy link
Copy link
Closed
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzerspotential bugTo be reviewed by developers and confirmed/rejected.To be reviewed by developers and confirmed/rejected.unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.
Description
Describe the bug
This only happens in the current head, it must be a recent change. On 24.12 release, the INSERT goes without problems.
How to reproduce
Run:
CREATE TABLE t0 (c0 Int) ENGINE = Memory;
INSERT INTO TABLE t0 (c0) SETTINGS output_format_native_encode_types_in_binary_format = 1 VALUES (1);
/*
very slow, then `JSON.parse: unexpected character at line 1 column 1 of the JSON data`
*/Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzerspotential bugTo be reviewed by developers and confirmed/rejected.To be reviewed by developers and confirmed/rejected.unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.