Commit Graph

148 Commits

Author SHA1 Message Date
justindeguzman
52a000fca5 [Docs] Add placeholder settings markdowns 2024-10-18 19:47:57 -07:00
justindeguzman
83de58bea3 [Docs] Remove autogenerate settings and settings markdowns 2024-10-18 17:00:24 -07:00
justindeguzman
13e25776be [Docs] Temporarily restore settings markdowns 2024-10-17 14:51:13 -07:00
justindeguzman
819092a847 [Docs] Add back settings files for placeholder 2024-10-17 11:20:13 -07:00
Alexey Milovidov
95cb156865 Remove old files 2024-10-17 00:37:09 +02:00
lwz9103
31dd409d28 Improve compatibility of cast(timestamp as string) with spark
remove trailing zeros with the configuration date_time_64_output_format_cut_trailing_zeros_align_to_groups_of_thousands, which defaults to false to maintain consistency with previous behavior.
If config is true, output scale will be dynamic set in (0, 3, 6) according to tailing zeros. See changes in following examples.

- 2012-01-01 00:11:22.000000 -> 2012-01-01 00:11:22
- 2012-01-01 00:11:22.120000 -> 2012-01-01 00:11:22.120
- 2012-01-01 00:11:22.123400 -> 2012-01-01 00:11:22.123400
2024-10-11 14:11:16 +08:00
Pavel Kruglov
82aeaac984
Merge branch 'master' into native-json-as-string 2024-10-09 12:40:33 +08:00
Pavel Kruglov
addd648393
Update settings-formats.md 2024-10-07 12:32:10 +08:00
Pavel Kruglov
7345fb593c
Update settings-formats.md 2024-10-07 12:31:47 +08:00
Pavel Kruglov
291cd824cd
Merge branch 'master' into json-as-string-row-binary 2024-10-07 06:29:51 +02:00
Pavel Kruglov
4ee78ee4f4
Merge branch 'master' into native-json-as-string 2024-10-07 06:06:57 +02:00
Alexey Milovidov
8c881049b5 Fix typos 2024-10-06 11:14:51 +08:00
Alexey Milovidov
c71e20146f Step 2: synchronize docs with the source 2024-10-06 11:12:59 +08:00
avogar
7f32eb6b17 Fix tests, add docs and ramdomize new setting 2024-10-03 20:12:46 +00:00
Alexey Milovidov
1a5c05330d Synchronize settings with private 2024-10-03 15:01:18 +02:00
avogar
4fc9750ac7 Add docs, update settings changes history 2024-10-02 19:59:04 +00:00
Daniil Ivanik
2fce90ab76
Merge pull request #66782 from a-a-f/input_format_json_empty_as_default
Add support for the `input_format_json_empty_as_default` setting
2024-09-13 10:33:45 +00:00
Kruglov Pavel
e361417ff6
Merge pull request #68298 from Avogar/fix-nullable-schema-inference
Fix using schema_inference_make_columns_nullable=0
2024-08-26 11:52:34 +00:00
Kruglov Pavel
bf4b53390b
Merge branch 'master' into input_format_json_empty_as_default 2024-08-26 13:40:48 +02:00
avogar
70708fd5dc Update docs, make better 2024-08-13 19:19:02 +00:00
Alexis Arnaud
d36176ad85 Support for the input_format_json_empty_as_default setting 2024-08-13 18:30:43 +02:00
Kruglov Pavel
b03ff34c1d
Merge branch 'master' into variant_inference 2024-07-16 12:00:10 +02:00
Kruglov Pavel
a120ad64e9
Merge branch 'master' into variant_inference 2024-07-03 09:33:25 +02:00
Kruglov Pavel
6436bd9cf3
Merge branch 'master' into data-types-binary-encoding 2024-06-27 17:19:36 +02:00
lgbo-ustc
e54b6779fc fix typos 2024-06-24 09:22:39 +08:00
lgbo-ustc
ea4eb1f388 update 2024-06-24 09:22:38 +08:00
avogar
3dfab50408 Merge branch 'master' of github.com:ClickHouse/ClickHouse into data-types-binary-encoding 2024-06-21 18:21:19 +00:00
avogar
b1f45da3eb Implement binary encoding for ClickHouse data types 2024-06-21 18:20:35 +00:00
avogar
8c59217988 Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant_inference 2024-06-18 17:59:31 +00:00
Blargian
7ca8f51bf2 Correct typo in docs 2024-06-12 09:47:57 +02:00
Blargian
09e59765c5 Add setting output_format_pretty_display_footer_column_names_min_rows 2024-06-12 09:45:36 +02:00
Blargian
37e03ef320 Modify pretty formats to display column names in the footer when row count is large 2024-06-12 07:52:50 +02:00
Blargian
5aa9389f85 Add failing test, setting and docuumentation 2024-06-11 15:13:36 +02:00
Blargian
548c909010 Add documentation 2024-06-11 12:14:36 +02:00
liuneng
dea7f776cb add doc 2024-05-31 10:35:51 +08:00
Shaun Struwig
2b4def9ebb
Merge branch 'ClickHouse:master' into 56257_parse_crlf_with_TSV_files 2024-05-05 05:30:26 +02:00
János Benjamin Antal
7aab5855b6 Fix links 2024-05-02 07:00:40 +00:00
Shaun Struwig
971263c4e6
Merge branch 'ClickHouse:master' into 56257_parse_crlf_with_TSV_files 2024-04-08 21:52:47 +02:00
János Benjamin Antal
5d67793609 Fix docs about default value of output_format_pretty_row_numbers 2024-04-04 11:41:28 +00:00
Kruglov Pavel
05db73f518
Merge branch 'master' into 56257_parse_crlf_with_TSV_files 2024-04-03 17:17:44 +02:00
Kruglov Pavel
9b5b44dd5f
Merge pull request #61889 from Avogar/allow-to-save-bad-json-escape-sequences
Add a setting to allow saving bad escape sequences in JSON input formats
2024-03-28 14:34:02 +01:00
Pablo Marcos
2daaa660c5
Update input_format_parquet_allow_missing_columns default value
Default value for input_format_parquet_allow_missing_columns was modified from 0 to 1, but the documentation was never updated.
2024-03-27 13:43:49 +01:00
avogar
dc87c483dd Add a setting to allow saving bad escape sequences in JSON input formats 2024-03-25 21:58:53 +00:00
Shaun Struwig
7aebd1e0a5
Merge branch 'ClickHouse:master' into 56257_parse_crlf_with_TSV_files 2024-03-06 14:50:32 +01:00
Joris Clement
b791ced86f
docs: typo
With https://github.com/ClickHouse/ClickHouse/pull/39423 allowing the
the usage of single quotes was disabled by default. Adapt the
documentation accordingly.
2024-03-05 14:50:24 +01:00
Joris Clement
0bedd98bb7
style: trailing whitespace 2024-03-05 14:50:23 +01:00
Shaun Struwig
b54286bed4
Merge branch 'master' into 56257_parse_crlf_with_TSV_files 2024-03-01 18:21:05 +01:00
rogeryk
7a92f542b4 Add setting output_format_pretty_single_large_number_tip_threshold 2024-02-26 20:19:53 +08:00
Shaun Struwig
525a5188e4
Merge branch 'master' into 56257_parse_crlf_with_TSV_files 2024-02-14 17:40:08 +01:00
Kruglov Pavel
42628fdd38
Merge branch 'master' into #31363_format_template_configure_in_settings 2024-02-13 17:24:54 +01:00