Alexey Milovidov
435a8cb5ce
Merge branch 'master' into mve
2024-10-11 18:14:23 +08: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
vdimir
9876841c64
Merge pull request #70520 from ClickHouse/vdimir/max_parts_to_move
...
Add setting max_parts_to_move
2024-10-10 16:33:14 +00:00
vdimir
9d2dff24d1
settings.md alphabetical
2024-10-10 14:19:35 +02:00
vdimir
5788a6f405
Merge branch 'master' into vdimir/followup-69411
2024-10-10 13:59:55 +02:00
vdimir
d2f58a8b03
Merge branch 'master' into vdimir/followup-69411
2024-10-10 11:43:35 +02:00
vdimir
ca04d37f28
Merge pull request #70312 from Avogar/native-json-as-string
...
Allow to serialize/deserialize JSON column as single String column in Native format
2024-10-10 09:38:13 +00:00
Michael Kolupaev
615110913b
Refreshable materialized views are not experimental anymore
2024-10-10 07:36:23 +00:00
kssenii
367cdb7227
Add documentation
2024-10-10 13:40:08 +08:00
Dmitry Novik
e9a1ac5ff4
Merge pull request #70394 from alsugiliazova/Fix--Distinct-combinator-docs
...
Docs: Fix distinct combinator docs as well as some other minor fixes in docs
2024-10-10 02:41:12 +00:00
Dmitry Novik
9bdbf30cf7
Merge pull request #70488 from Blargian/docs_conversion_functions
...
[Docs] update `toFixedString` and `toISOWeek`
2024-10-10 02:39:04 +00:00
Alexey Milovidov
d24b8bea37
Merge pull request #70468 from johnnyfish/patch-1
...
Update gui.md
2024-10-09 15:53:18 +00:00
Alexey Milovidov
116bd7e83e
Merge pull request #70489 from viladimiru/patch-1
...
Fixed typo `YSQL` in grant.md
2024-10-09 15:52:19 +00:00
vdimir
35e6a6081f
Add setting max_parts_to_move
...
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-09 13:42:33 +00:00
Alsu Giliazova
3c05e515c2
Merge branch 'master' into Fix--Distinct-combinator-docs
2024-10-09 11:41:08 +02:00
Shaun Struwig
636ca957db
Update type-conversion-functions.md
...
Co-authored-by: Dmitry Novik <mrnovikd@gmail.com>
2024-10-09 09:10:16 +02:00
Pablo Marcos
579b42f25b
Fix merge messup
2024-10-09 06:24:52 +00:00
Pablo Marcos
4143841f4a
Merge branch 'master' into system-query-metric-log
2024-10-09 08:10:08 +02:00
Pavel Kruglov
82aeaac984
Merge branch 'master' into native-json-as-string
2024-10-09 12:40:33 +08:00
Pablo Marcos
7a2ca16a08
Merge branch 'master' into system-query-metric-log
2024-10-09 03:56:41 +00:00
Pavel Kruglov
26f9aec1a5
Merge pull request #70288 from Avogar/json-as-string-row-binary
...
Allow to read/write JSON type as binary string in RowBinary format
2024-10-09 03:15:38 +00:00
Robert Schulze
eefe70472e
Merge pull request #70418 from Blargian/docs_connectionId
...
[Docs] update `connectionId` alias
2024-10-09 02:14:41 +00:00
Robert Schulze
df8568c446
Merge pull request #70421 from Blargian/docs_extract
...
[Docs] Updates `extract`, adds `extractGroups` documentation
2024-10-09 01:46:01 +00:00
Robert Schulze
6307267ba2
Merge pull request #70419 from Blargian/docs_current_schemas
...
[Docs] Document `currentSchemas` function
2024-10-09 01:43:15 +00:00
Robert Schulze
703382776c
Merge pull request #70416 from Blargian/docs_ignore
...
[Docs] Update `ignore` documentation
2024-10-09 01:42:20 +00:00
Robert Schulze
7569d6917e
Update other-functions.md
2024-10-09 03:41:18 +02:00
singhksandeep25
3a41316977
changed username
2024-10-09 02:21:52 +05:30
singhksandeep25
6ad3cf433f
added example on how to set this setting for a user
2024-10-09 02:19:01 +05:30
Vladimir
775308f869
Fixed typo YSQL
in grant.md
2024-10-08 20:08:57 +03:00
sharathks118
88671d8265
Merge branch 'master' into setting-opentelemetry
2024-10-08 21:53:20 +05:30
Blargian
6b56ca4e10
update toFixedString and toISOWeek
2024-10-08 18:22:52 +02:00
Shaun Struwig
9bd36d2367
Merge branch 'master' into docs_toIP
2024-10-08 17:58:32 +02:00
Blargian
c35c812edf
review changes
2024-10-08 17:56:52 +02:00
Blargian
f151d4f4b5
link to UInt64 page
2024-10-08 17:31:33 +02:00
Blargian
62374ac645
undo accidental change on wrong branch
2024-10-08 17:30:24 +02:00
Blargian
ce4d6c81b8
link UInt64 to relevant page
2024-10-08 17:29:19 +02:00
Blargian
5703b5409a
review changes and fix style-heck
2024-10-08 17:23:30 +02:00
Blargian
fccd1cf822
review changes: change instances of value to string, add syntax and argument to toIPv4
2024-10-08 17:15:19 +02:00
robot-clickhouse
f920f957d6
Update version_date.tsv and changelogs after v24.3.12.75-lts
2024-10-08 15:03:12 +00:00
Sharath K S
15a86aeaf6
Add prefix "clickhouse.setting." to query setting names in span log
...
Updated relevant documentation and setting descriptions to reflect this change.
2024-10-08 07:33:33 -07:00
Blargian
fce6df5e93
review changes
2024-10-08 16:17:26 +02:00
Robert Schulze
6f88ada7a9
Merge pull request #70467 from rschu1ze/docs-grammar
...
[Docs] Fix grammar and consistency
2024-10-08 10:11:49 +00:00
Pavel Kruglov
30991f29ac
Merge pull request #69691 from Avogar/default-implementation-for-dynamic
...
Support Dynamic type in most functions
2024-10-08 08:22:26 +00:00
Robert Schulze
c9fdeb5174
[Docs] Fix grammar and consistency
...
Cf. #70219 , #70220 , #70221 , #70255 , #70279
2024-10-08 08:05:41 +00:00
pufit
c901c74a2e
Merge pull request #70293 from ClickHouse/pufit/fix-implicit-grants
...
`SHOW GRANTS WITH IMPLICIT`, fix error with implicit grants
2024-10-08 06:29:41 +00:00
robot-clickhouse
e54eabde84
Update version_date.tsv and changelogs after v24.8.5.115-lts
2024-10-08 05:00:26 +00:00
pufit
a89b81852c
Merge branch 'master' into pufit/fix-implicit-grants
2024-10-08 09:45:02 +08:00
kylhuk
97b596123d
fix: fixed filename reference in documentation
2024-10-07 23:19:47 +02:00
johnnyfish
92d7b11eef
Update gui.md
2024-10-08 00:09:22 +03:00
Patrick Druley
b9b905089d
minor typo fix for example intersect SQL
2024-10-07 14:42:20 -04:00
Shaun Struwig
515361ac3d
Merge branch 'master' into docs_toIP
2024-10-07 18:30:45 +02:00
Blargian
c2d63df5ad
add missing toIP functions
2024-10-07 18:25:58 +02:00
vdimir
04858096f4
Merge branch 'master' into vdimir/followup-69411
2024-10-07 12:13:34 +02:00
vdimir
baf8c03473
Merge branch 'master' into vdimir/window-funnel-fix-dedup2
2024-10-07 11:59:02 +02: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
84541a3f49
Update formats.md
2024-10-07 12:30:54 +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
Blargian
341edc06b1
update extract and add extractGroups
2024-10-06 19:49:18 +02:00
Blargian
ba777cdcc8
document currentSchemas function
2024-10-06 12:32:33 +02:00
Blargian
5f734dbeba
remove duplicate connection_id and add it as an alias to connectionId
2024-10-06 12:08:32 +02:00
Blargian
0dd8de1844
update ignore function documentation
2024-10-06 11:42:16 +02:00
Alexey Milovidov
d87fcab2fb
Fix typos
2024-10-06 11:33:59 +08:00
Alexey Milovidov
8c881049b5
Fix typos
2024-10-06 11:14:51 +08:00
Alexey Milovidov
f657f1e0b4
Fix typos
2024-10-06 11:13:43 +08:00
Alexey Milovidov
c71e20146f
Step 2: synchronize docs with the source
2024-10-06 11:12:59 +08:00
Michael Kolupaev
97923069e5
Merge pull request #60669 from ClickHouse/mvrere
...
Refreshable MV: DatabaseReplicated support, coordination among replicas
2024-10-05 18:46:46 +00:00
Alexey Milovidov
7e7a92cef6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sync-settings
2024-10-05 16:26:28 +08:00
Alexey Milovidov
35b081acab
Merge branch 'master' into sync-settings
2024-10-05 15:48:33 +08:00
Alexey Milovidov
418233dbd8
Merge pull request #63689 from mariaKhr/interactive-metrics-table
...
An option for clickhouse-client to show realtime table with metrics
2024-10-05 07:19:14 +00:00
Alexey Milovidov
4524dc3e52
Merge pull request #70361 from cwurm/patch-4
...
Update grant.md: Complete list of SOURCES grants
2024-10-05 06:02:46 +00:00
Peter Nguyen
88d73a9fe1
Merge branch 'ClickHouse:master' into regexp_logger
2024-10-04 17:12:12 -07:00
alsu
0ad512c6e3
fix typos
2024-10-04 17:10:03 +02:00
alsu
d680e52d00
fix some typos
2024-10-04 16:10:06 +02:00
vdimir
0a815df2a3
Merge branch 'master' into vdimir/window-funnel-fix-dedup2
2024-10-04 14:54:02 +02:00
Pavel Kruglov
a4cd3b326a
Merge branch 'master' into native-json-as-string
2024-10-04 14:14:39 +02:00
Nikolai Kochetov
0cc5940fba
Merge pull request #70327 from jsc0218/IgnoreInDeduplicateMergeProjectionMode
...
Add Ignore Option In DeduplicateMergeProjectionMode
2024-10-04 10:25:43 +00:00
Christoph Wurm
dab614ee4b
Align other sources paragraph
2024-10-04 10:59:28 +01:00
Christoph Wurm
17c124fa71
Update grant.md: Complete list of SOURCES grants
...
Align with the current list of sources grants in the source code here: af1a0f12aa/src/Access/Common/AccessType.h (L226-L240)
2024-10-04 10:13:35 +01:00
vdimir
bd4c3bafcb
Rename enable_secure_identifiers -> enforce_strict_identifier_format
...
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-04 08:06:19 +00:00
flynn
c7514a7912
Merge branch 'master' of github.com:ClickHouse/ClickHouse into iceberg-hdfs
2024-10-04 05:33:54 +00:00
Julia Kartseva
53879083a9
Merge remote-tracking branch 'upstream/master' into interactive-metrics-table
2024-10-04 03:02:02 +00:00
pufit
1250251b4d
add FINAL
modifier
2024-10-03 22:59:05 -04:00
pufit
dcbccc6f00
Merge branch 'master' into pufit/fix-implicit-grants
2024-10-03 22:58:44 -04:00
avogar
7f32eb6b17
Fix tests, add docs and ramdomize new setting
2024-10-03 20:12:46 +00:00
jsc0218
6f3cf49229
add test and change doc
2024-10-03 17:44:35 +00:00
Michael Kolupaev
9c95c47449
Merge remote-tracking branch 'origin/master' into mvrere
2024-10-03 17:13:44 +00:00
Nikolay Degterinsky
0d08f0e500
Merge pull request #70326 from ClickHouse/evillique-patch-1
...
Update view.md
2024-10-03 15:30:47 +00:00
Nikolay Degterinsky
e067c8aedb
Update view.md
2024-10-03 16:29:55 +02:00
Pablo Marcos
a3004b6116
Change default number of threads to collect QueryMetricLog
2024-10-03 13:52:39 +00:00
Alexey Milovidov
1a5c05330d
Synchronize settings with private
2024-10-03 15:01:18 +02:00
Pavel Kruglov
f1415ef1ea
Fix docs
2024-10-03 12:58:05 +02:00
Kseniia Sumarokova
62cdedd57e
Merge pull request #70279 from peter279k/improve_ipv4_or_null
...
Improve toIPv4OrNull function usage
2024-10-03 10:55:07 +00:00
robot-clickhouse
53e22b6e62
Update version_date.tsv and changelogs after v24.9.2.42-stable
2024-10-03 10:14:59 +00:00
pufit
2a107e3429
Add WITH IMPLICIT
, fix error with implicit grants
2024-10-02 23:20:33 -04:00
Alexey Milovidov
f486ca77d7
Merge pull request #70225 from ClickHouse/docs-materialize-column
...
[Docs] Improve clarity on MATERIALIZE COLUMN docs
2024-10-03 02:29:09 +00:00
Pavel Kruglov
f0194a7fde
Merge branch 'master' into json-as-string-row-binary
2024-10-03 00:02:31 +02:00
avogar
4fc9750ac7
Add docs, update settings changes history
2024-10-02 19:59:04 +00:00
Michael Kolupaev
1df357aab0
Merge remote-tracking branch 'origin/master' into mvrere
2024-10-02 16:57:22 +00:00
avogar
278c88b580
Merge branch 'master' of github.com:ClickHouse/ClickHouse into default-implementation-for-dynamic
2024-10-02 15:21:45 +00:00
Peter
51cd0f0e3c
Improve toIPv4OrNull function usage
2024-10-02 23:07:09 +08:00
Shichao
816a5a5b21
Merge pull request #70219 from peter279k/add_to_typename_usage
...
Improve toTypeName function usage
2024-10-02 14:46:52 +00:00
Pablo Marcos
03685baec6
Add a separate background schedule pool for QueryMetricLog
...
This prevents deadlocks and more funny stuff happening in case
the shared background schedule pool ends up executing a query
that will eventually be logged in another task within that
same pool.
2024-10-02 14:08:03 +00:00
Yarik Briukhovetskyi
3198aafac5
Merge pull request #69755 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
...
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
2024-10-02 14:06:02 +00:00
Shichao
df353123cc
Merge pull request #70221 from peter279k/improve_ipv4_or_default_usage
...
Improve toIPv4OrDefault function usage
2024-10-02 13:17:31 +00:00
Shichao
f7933f2dfc
Merge pull request #70220 from peter279k/improve_to_iso_year_usage
...
Improve toISOYear function usage
2024-10-02 13:17:02 +00:00
Kseniia Sumarokova
89d4ab65e6
Merge pull request #70255 from peter279k/improve_current_database_usage
...
Improve currentDatabase function usage
2024-10-02 11:51:46 +00:00
flynn
3332d59584
Support reading iceberg tables on HDFS
2024-10-02 11:15:16 +00:00
Pablo Marcos
7801f4a458
Merge branch 'master' into system-query-metric-log
2024-10-02 11:07:50 +00:00
Raúl Marín
fedc26c4c5
Merge pull request #70254 from ClickHouse/docs-async-insert
...
[Docs] Correct async_insert_use_adaptive_busy_timeout
2024-10-02 10:09:43 +00:00
Yarik Briukhovetskyi
b0c19141e0
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
2024-10-02 11:40:37 +02:00
vdimir
83d8f6a4a9
Use mode for new windowFunnel algorithm
2024-10-02 08:14:08 +00:00
vdimir
5217cdcb92
Fix windowFunnel result with strict_increase mode in case of several conditions holds for the same event
2024-10-02 08:14:03 +00:00
Peter
e04ce8b6b5
Improve currentDatabase function usage
2024-10-02 13:43:55 +08:00
Justin de Guzman
dadbb0a8ac
[Docs] Correct async_insert_use_adaptive_busy_timeout
2024-10-01 22:14:32 -07:00
tuanpach
856a367d2d
Merge pull request #69411 from tuanpach/add-enable-secure-identifiers-setting
...
Add enable_secure_identifiers setting
2024-10-02 04:57:47 +00:00
Justin de Guzman
c784069d13
Improve clarity on MATERIALIZE COLUMN docs
2024-10-01 11:37:20 -07:00
Peter
b0e2b12103
Improve toIPv4OrDefault function usage
2024-10-02 01:49:18 +08:00
Peter
3c387726a3
Improve toISOYear function usage
2024-10-02 01:31:07 +08:00
Peter
6b86d119d8
Improve toTypeName function usage
2024-10-02 01:16:54 +08:00
Raúl Marín
cedc1d6ed9
Remove references of avgWeighted(Decimal) from the docs
2024-10-01 18:35:18 +02:00
alsu
9d4d22ae45
fix some typos
2024-10-01 16:44:13 +02:00
alsu
9c50a2d245
fix double distinct mistake in docs (corrStableDistinct(DISTINCT x, y))
2024-10-01 16:22:50 +02:00
Pablo Marcos
a7798d6d5d
Merge branch 'master' into system-query-metric-log
2024-10-01 13:49:26 +02:00
Yarik Briukhovetskyi
2f4518fa66
init
2024-10-01 13:29:39 +02:00
Hung Duong
582b6bb448
Add database to Exists Docs
2024-10-01 09:12:19 +07:00
Michael Kolupaev
f13dee5901
Merge remote-tracking branch 'origin/master' into HEAD
2024-09-30 18:01:32 +00:00
Alexey Katsman
b2b3931aa9
Merge pull request #69917 from shiyer7474/add_getSettingOrDefault_function
...
Add getSettingOrDefault() function
2024-09-30 16:16:21 +00:00
Alexey Milovidov
cfab738682
Merge pull request #67802 from peter279k/update_stackoverflow_daraset_doc
...
Improve Stack Overflow dataset doc
2024-09-30 16:09:02 +00:00
Robert Schulze
1daee5c71b
Docs: Update link to open issues
2024-09-30 15:19:58 +00:00
marco-vb
4530957603
Address requested changes, improve documentation and fix code-style.
2024-09-30 14:35:16 +01:00
Pavel Kruglov
a2f3ae6d2b
Merge branch 'master' into default-implementation-for-dynamic
2024-09-30 14:30:03 +02:00
Yarik Briukhovetskyi
61ef8c6740
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
2024-09-30 13:45:56 +02:00
Pablo Marcos
7965c5dd34
Merge branch 'master' into system-query-metric-log
2024-09-30 07:56:32 +00:00
Tuan Pham Anh
d2b596409d
Merge branch 'master' into add-enable-secure-identifiers-setting
2024-09-30 07:02:44 +00:00
Alexey Milovidov
8482b72bc4
Add documentation
2024-09-29 04:28:37 +02:00
Vitaly Baranov
924e21f632
Merge pull request #70025 from alsugiliazova/docs--update-create/alter-user-syntax-for-multiple-auth-methods-feature
...
Docs: update create/alter user syntax for multiple authentication methods feature
2024-09-28 12:29:04 +00:00
Dergousov Maxim
850a333c5a
Merge branch 'ClickHouse:master' into ripemd160-support
2024-09-28 00:14:06 +03:00
Maxim Dergousov
39dca43aed
add RIPEMD160 support
2024-09-27 23:57:31 +03:00
Alexander Tokmakov
39786f7352
Merge pull request #69448 from tuanpach/add-identifier-quoting-rule
...
Add show_create_query_identifier_quoting_rule setting
2024-09-27 19:05:40 +00:00
Alexander Tokmakov
76edf4e81d
Merge pull request #69091 from tuanpach/create-table-with-clone-as
...
Support creating a table with: CREATE TABLE ... CLONE AS ...
2024-09-27 17:25:26 +00:00
Tuan Pham Anh
09a4173a33
Merge branch 'master' into add-identifier-quoting-rule
2024-09-27 13:02:49 +00:00
Yarik Briukhovetskyi
1de0aeac33
Merge pull request #69900 from yariks5s/tostartofinterval-aliases
...
Add aliases for `toStartOfInterval`
2024-09-27 11:48:48 +00:00
Pablo Marcos
295c4590af
Merge branch 'master' into system-query-metric-log
2024-09-27 10:28:18 +00:00
shiyer7474
647f5a01da
More code review comments
2024-09-27 05:19:51 +00:00
Shichao
64b278275c
Merge pull request #70037 from holadepo/patch-4
...
Update rounding-functions.md
2024-09-27 01:06:58 +00:00
Tuan Pham Anh
d08133dc53
1) Update the doc. 2) Update logic for IdentifierQuotingRule::UserDisplay
2024-09-27 00:40:16 +00:00
robot-clickhouse
db2aaa8836
Merge pull request #70049 from ClickHouse/auto/v24.9.1.3278-stable
...
Update version_date.tsv and changelog after v24.9.1.3278-stable
2024-09-26 23:07:14 +00:00
Mikhail f. Shiryaev
e8f60357e4
Merge branch 'master' into auto/v24.7.5.37-stable
2024-09-27 00:48:25 +02:00
robot-clickhouse
3a3145f3c6
Update version_date.tsv and changelogs after v24.9.1.3278-stable
2024-09-26 22:02:03 +00:00
Shichao
d29e393c55
Merge pull request #70014 from Algunenano/warn_toDecimal
...
Add warnings in toDecimal function when the input is a floating point number
2024-09-26 18:53:21 +00:00
Habibullah Oladepo
c9485ef0e2
Update rounding-functions.md
...
Remove irrelevant context from the description of the `num` parameter of the `roundToExp2` function that seems to have been copied from the `roundAge` function
2024-09-26 19:25:21 +01:00
alsu
cafddf0833
add missing space
2024-09-26 19:17:45 +02:00
serxa
0d6f79909b
Merge branch 'master' into fix-use-concurrency-control
2024-09-26 16:57:58 +00:00
Yarik Briukhovetskyi
71937b9fc8
Merge branch 'ClickHouse:master' into tostartofinterval-aliases
2024-09-26 18:43:52 +02:00
Raúl Marín
95f0ca28d4
Merge pull request #70024 from ClickHouse/rfraposa-patch-3
...
Update kill.md
2024-09-26 16:14:08 +00:00
Robert Schulze
d37f254ad1
Merge pull request #70005 from rschu1ze/revert-RIPEMD160
...
Revert "Add RIPEMD160 function"
2024-09-26 15:55:29 +00:00
Rich Raposa
c6c2e3c579
Update kill.md
...
Formatting typo
2024-09-26 09:35:35 -06:00
alsu
7e10705886
update create/alter user syntax
2024-09-26 17:30:40 +02:00
Nikita Mikhaylov
4a137fe794
Merge pull request #65311 from ClickHouse/pufit/radix-grants
...
Wildcard grants
2024-09-26 14:57:24 +00:00
Raúl Marín
d6efa6c365
Add warnings in toDecimal function when the input is a floating point number
2024-09-26 15:01:42 +02:00
alsu
916b92d094
update alter/create user russian docs according to english version
2024-09-26 14:56:02 +02:00
Robert Schulze
da77f360cd
Minor fixups
2024-09-26 10:36:09 +00:00
Robert Schulze
c278b24131
Revert "feat: add docs"
...
This reverts commit dfe0beb53b
.
2024-09-26 10:31:20 +00:00
Robert Schulze
399225dc9c
Revert "feat: add docs"
...
This reverts commit 7f15f61426
.
2024-09-26 10:31:15 +00:00
Robert Schulze
2425eb287d
Revert "fix: correct return type inconsistencies in docs"
...
This reverts commit a2ff8e4384
.
2024-09-26 10:30:22 +00:00
Robert Schulze
b3f1a2dd77
Revert "Update docs/en/sql-reference/functions/hash-functions.md"
...
This reverts commit 69f6ea5083
.
2024-09-26 10:30:17 +00:00
Robert Schulze
090dd7bd02
Revert "small cosmetic changes in docs"
...
This reverts commit 8c4329964f
.
2024-09-26 10:30:11 +00:00
Robert Schulze
da0838579f
Revert "small cosmetic changes in docs"
...
This reverts commit 8cc5d766b5
.
2024-09-26 10:30:04 +00:00
Robert Schulze
fd6f87a01c
Revert "Renamed a function"
...
This reverts commit 0983c5067a
.
2024-09-26 10:29:46 +00:00
Alexey Milovidov
0d7354953a
Revert "JSONCompactWithProgress query output format"
2024-09-26 09:47:08 +02:00
Alexey Milovidov
ccdbfbd2b6
Merge pull request #69925 from matsumotomiki/use_skip_indexes_if_final
...
Add an explanation for use_skip_indexes_if_final in the settings docs
2024-09-26 06:35:24 +00:00
shiyer7474
454137f731
PR review feedback incorporated
2024-09-26 03:35:06 +00:00
Marco Vilas Boas
914db0aa04
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
2024-09-25 18:42:42 +01:00
Robert Schulze
d0bbed15e4
Merge pull request #69877 from rschu1ze/docs-tpc-h-ds
...
Docs: Add TPC-H and TPC-DS tutorials
2024-09-25 16:44:54 +00:00
pufit
2b142ca0e5
Merge branch 'master' into pufit/radix-grants
...
# Conflicts:
# src/Access/Common/AccessRightsElement.h
# src/Parsers/Access/ASTGrantQuery.cpp
2024-09-25 12:24:37 -04:00
Nikita Mikhaylov
2003f91389
Merge pull request #63151 from ClickHouse/parallel-replicas-beta
...
Rework parallel replicas settings
2024-09-25 16:14:43 +00:00
Robert Schulze
5f8edfe8ad
Update tpch.md
2024-09-25 18:03:34 +02:00
Robert Schulze
eadd48dd58
Update slug
2024-09-25 18:02:55 +02:00
Yarik Briukhovetskyi
3237ac5704
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
2024-09-25 16:20:13 +02:00
Vitaly Baranov
f23980f5af
Merge pull request #69892 from OlegGalizin/patch-1
...
default precision datetime64.md
2024-09-25 13:10:25 +00:00
Vitaly Baranov
70ec26d9aa
Merge pull request #69891 from hardstep33/patch-2
...
Update clickhouse-keeper.md
2024-09-25 12:59:33 +00:00
Nikita Mikhaylov
32fa2415ba
Parallel replicas is Beta
2024-09-25 10:47:56 +00:00
Alexey Milovidov
a05c72c9a5
Parallel replicas feature is Beta
2024-09-25 10:47:56 +00:00
Robert Schulze
459d9cae66
Incorporate feedback
2024-09-25 09:42:40 +00:00
Miki Matsumoto
bdf3202194
Add an explanation for use_skip_indexes_if_final in the settings docs
2024-09-25 18:42:39 +09:00
tuanpach
c2d9951230
Merge branch 'master' into add-identifier-quoting-rule
2024-09-25 13:56:43 +08:00
Jiří Kozlovský
fea34167df
Implement full Avro Union support for Avro Format SerDe
2024-09-25 07:50:42 +02:00
李扬
bb6f18a3f0
Merge branch 'ClickHouse:master' into enable_quantile_exact_interpolate_new
2024-09-25 11:55:18 +08:00
Robert Schulze
5cfb0f3ca1
More bash loops
2024-09-24 17:50:21 +00:00
Robert Schulze
b6ecd49141
Rewrite import as bash loop
2024-09-24 17:48:41 +00:00
Robert Schulze
bd111e2841
Update wording
2024-09-24 17:38:56 +00:00
Robert Schulze
c181bc427b
Update docs/en/getting-started/example-datasets/tpcds.md
...
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2024-09-24 19:37:18 +02:00
Robert Schulze
e58dc9157e
Update docs/en/getting-started/example-datasets/tpch.md
...
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2024-09-24 19:37:04 +02:00
Yarik Briukhovetskyi
f52983aef9
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
2024-09-24 18:28:31 +02:00
Yarik Briukhovetskyi
592a425223
Merge branch 'ClickHouse:master' into tostartofinterval-aliases
2024-09-24 18:11:43 +02:00
Yarik Briukhovetskyi
409711ad7c
enhance docs
2024-09-24 15:36:12 +02:00
Nikita Mikhaylov
0983c5067a
Renamed a function
2024-09-24 14:44:07 +02:00
vdimir
b858595e54
Merge pull request #69861 from ClickHouse/vdimir/fix-mongo-cxx-driver-gen
...
Resubmit #63279
2024-09-24 11:41:28 +00:00