Commit Graph

117010 Commits

Author SHA1 Message Date
Smita Kulkarni
e9d539f4bd Updated changelog with azureBlobStorage table function & engine entry 2023-06-11 10:05:52 +02:00
Smita Kulkarni
e6c2a6d13d Added example for table engine and fixed typos 2023-06-11 09:55:20 +02:00
Robert Schulze
2146c35608
Fix style 2023-06-11 07:40:39 +00:00
Dan Roscigno
792525acb2
Merge branch 'master' into azure_table_function_docs 2023-06-10 18:23:02 -04:00
DanRoscigno
05d4baf1e7 edits 2023-06-10 18:20:39 -04:00
Smita Kulkarni
78c32a204c Updated docs for azureBlobStorage Table function & engine 2023-06-10 23:00:59 +02:00
robot-clickhouse
296b11a1ae Update version_date.tsv and changelogs after v23.5.2.7-stable 2023-06-10 20:56:54 +00:00
Nikolay Degterinsky
dc9001a969
Merge pull request #50061 from evillique/update-mongo
Update MongoDB protocol & fix inserts
2023-06-10 22:52:15 +02:00
Antonio Andelic
a3da7c8ebe Merged NuRaft 2023-06-10 17:20:29 +00:00
Antonio Andelic
5b4078f0c1 Merge branch 'master' into keeper-reject-unknown-operation 2023-06-10 17:19:17 +00:00
alesapin
826dfe4467
Merge pull request #50833 from ClickHouse/transform-tests
Add tests for function "transform"
2023-06-10 19:07:03 +02:00
Robert Schulze
72b9d75a84
Add compat setting for non-const timezones
SQL function toTimezone() converts a Date or DateTime into another
timezone. The problem is that the timezone is part of the Date /
DateTime type but not part of the internal representation (value). This
led to the fact that toTimeZone() wqith non-const timezones produced
wrong and misleading results until #48471 (shipped with v23.4) enforced
a const timezone.

Unfortunately, this PR also broke existing table definitions with
non-const timezones, e.g. in ALIAS expressions. So while #48471
addressed the issue appropriately, it is really backwards-incompatible.

This PR adds a setting to toggle the behavior and makes it also part of
the compatibility profile.
2023-06-10 16:56:42 +00:00
alesapin
572c9dec4e
Merge pull request #50812 from ClickHouse/Rename_azure_blob_table_function
Rename azure_blob_storage to azureBlobStorage
2023-06-10 18:10:59 +02:00
Alexey Milovidov
ed9c7c9841
Merge pull request #50711 from kssenii/get-rid-of-uneeded-code
Refactor reading from object storages
2023-06-10 19:10:25 +03:00
Alexey Milovidov
ddd2257cf5 Normalize with respect to CGroups 2023-06-10 18:03:17 +02:00
Alexey Milovidov
a91b84e60c Slightly better 2023-06-10 18:00:47 +02:00
Alexey Milovidov
e785c6796d Replace CGroups CPU metrics to one 2023-06-10 17:54:46 +02:00
Alexey Milovidov
7cb6f3c722 Rename Cpu to CPU and Cfs to CFS 2023-06-10 17:43:42 +02:00
alesapin
a614aa3b03 More leftovers 2023-06-10 16:06:37 +02:00
Alexey Milovidov
cba1f14a40
Merge pull request #50828 from ClickHouse/alexey-milovidov-patch-7
Update CHANGELOG.md
2023-06-10 16:05:10 +03:00
Alexey Milovidov
dc4a2fb07d Add tests for function "transform" 2023-06-10 14:47:24 +02:00
Alexey Milovidov
818e081162 Fill gaps on the dashboard 2023-06-10 14:30:36 +02:00
Alexey Milovidov
1f3e923528
Update CHANGELOG.md 2023-06-10 15:23:41 +03:00
Alexey Milovidov
3c023febc4
Merge pull request #50698 from kitaisreal/reverse-transform-small-improvement
ReverseTransform small improvement
2023-06-10 14:59:23 +03:00
alesapin
20b66689f3 Fix test 2023-06-10 13:34:51 +02:00
robot-clickhouse-ci-1
0e68af4a26
Merge pull request #50743 from YalalovSM/master
Add new keywords into projections documentation
2023-06-10 10:58:18 +02:00
Nikolay Degterinsky
9ad8e022a8
Merge branch 'master' into update-mongo 2023-06-10 10:58:02 +02:00
YalalovSM
86f6264d94
Merge branch 'master' into master 2023-06-10 07:18:10 +05:00
Hongbin Ma
41c34aaf5e optimize parquet write performance for parallel threads
fix CI

fix review comments and CI
2023-06-09 19:09:58 -07:00
Nikolay Degterinsky
c71edb6c79 Fix style 2023-06-09 20:50:24 +00:00
Robert Schulze
43d4544c97
Merge pull request #50810 from rschu1ze/desctructing
Desctructing --> Destructing
2023-06-09 21:59:26 +02:00
Mikhail f. Shiryaev
152ceecc0c
Merge pull request #50809 from ClickHouse/auto/v23.2.7.32-stable
Update version_date.tsv and changelogs after v23.2.7.32-stable
2023-06-09 20:52:14 +02:00
Smita Kulkarni
e662fa01d0 Added azureBlobStorage to aspell-dict.txt 2023-06-09 20:21:57 +02:00
Smita Kulkarni
a8b579a856 Rename azure_blob_storage to azureBlobStorage 2023-06-09 19:28:06 +02:00
robot-ch-test-poll3
57d14457f0
Merge pull request #50708 from den-crane/patch-27
remove reverted PR from CHANGELOG.md
2023-06-09 19:25:42 +02:00
YalalovSM
9654bc9453
Merge branch 'master' into master 2023-06-09 22:19:55 +05:00
robot-clickhouse-ci-2
6312249222
Merge pull request #50788 from ClickHouse/qoega-patch-4
Update CHANGELOG.md
2023-06-09 19:16:46 +02:00
YalalovSM
d92437b9d1
Merge branch 'master' into master 2023-06-09 22:10:14 +05:00
Alexander Tokmakov
13798f8b07
Update MergeTreeData.cpp 2023-06-09 19:52:49 +03:00
Robert Schulze
f8dc408ccb
Desctructing --> Destructing 2023-06-09 16:23:22 +00:00
Nikolai Kochetov
a878312fdf
Merge pull request #50693 from ClickHouse/vdimir/disable_grace_hash_stress
Disable grace_hash join in stress tests
2023-06-09 17:57:34 +02:00
Nikolai Kochetov
e0277b071b
Merge pull request #50699 from ClickHouse/vdimir/revert_grace_join_changed
Revert recent grace hash join changes
2023-06-09 17:56:52 +02:00
pufit
55d228e78e
Merge branch 'master' into support_redis 2023-06-09 11:45:12 -04:00
robot-clickhouse
af153399bf Update version_date.tsv and changelogs after v23.2.7.32-stable 2023-06-09 15:26:13 +00:00
Sergei Trifonov
8710154510
Merge pull request #50677 from ClickHouse/unify-priorities-executable-tasks
Unify priorities: `IExecutableTask`s
2023-06-09 17:19:46 +02:00
Mikhail f. Shiryaev
638ff3730c
Merge pull request #50774 from ClickHouse/auto/v23.5.1.3174-stable
Update version_date.tsv and changelogs after v23.5.1.3174-stable
2023-06-09 16:49:04 +02:00
Kseniia Sumarokova
f5d88d2c05
Merge pull request #50770 from ClickHouse/azure_table_function
Fix build for aarch64 (temporary disable azure)
2023-06-09 15:33:03 +02:00
Denny Crane
1d2735a7a9
Merge branch 'master' into patch-27 2023-06-09 10:25:27 -03:00
Dan Roscigno
b47c80bdeb
Merge pull request #50706 from jrdi/async-insert-system-tables
Add async insert system tables documentation
2023-06-09 09:22:36 -04:00
Nikita Taranov
05cab78dd2
Fix bug in uniqExact parallel merging (#50590)
* impl

* disable test under sanitizers
2023-06-09 15:15:41 +02:00