Skip to content

Commit c86415e

Browse files
Merge pull request ClickHouse#80358 from ClickHouse/Avogar-patch-8
Fix list of schema inference settings that are applied during JSON type parsing in docs
2 parents fe23559 + db490fc commit c86415e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/en/sql-reference/data-types/newjson.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ During parsing of `JSON`, ClickHouse tries to detect the most appropriate data t
328328
It works similarly to [automatic schema inference from input data](/interfaces/schema-inference.md),
329329
and is controlled by the same settings:
330330

331-
- [input_format_try_infer_integers](/operations/settings/formats#input_format_try_infer_integers)
332331
- [input_format_try_infer_dates](/operations/settings/formats#input_format_try_infer_dates)
333332
- [input_format_try_infer_datetimes](/operations/settings/formats#input_format_try_infer_datetimes)
334333
- [schema_inference_make_columns_nullable](/operations/settings/formats#schema_inference_make_columns_nullable)

0 commit comments

Comments
 (0)