Merge pull request #42536 from ClickHouse/Avogar-patch-3

Fix typo in setting name that led to bad usage of schema inference cache
This commit is contained in:
Kruglov Pavel 2022-11-01 14:03:47 +01:00 committed by GitHub
commit 7cbb534388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -859,7 +859,7 @@ String getAdditionalFormatInfoByEscapingRule(const FormatSettings & settings, Fo
result += fmt::format(
", use_best_effort_in_schema_inference={}, bool_true_representation={}, bool_false_representation={},"
" null_representation={}, delimiter={}, tuple_delimiter={}",
settings.tsv.use_best_effort_in_schema_inference,
settings.csv.use_best_effort_in_schema_inference,
settings.bool_true_representation,
settings.bool_false_representation,
settings.csv.null_representation,