Skip to content

Commit db490fc

Browse files
authored
Fix list of schema inference settings that are applied during JSON type parsing
1 parent d771063 commit db490fc

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)