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
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
DanRoscigno
ab0a01e464
close result block
2023-06-09 09:14:50 -04:00
Nikita Taranov
8c4c82abd6
Update lz4 to enable cutting-edge optimisations ( #50621 )
2023-06-09 15:11:07 +02:00
avogar
47b0c2a862
Make better
2023-06-09 13:01:36 +00:00
Ilya Yatsishin
4009b5fef1
Update CHANGELOG.md
2023-06-09 14:34:05 +02:00
Nikolai Kochetov
c73a346939
Merge pull request #50721 from ClickHouse/global-join-too-many-columns
...
Do not read all the columns from right GLOBAL JOIN table.
2023-06-09 14:33:07 +02:00
Dmitry Kardymon
d0c2c1dbad
Add test and reorder if's
2023-06-09 12:06:43 +00:00
robot-clickhouse
61a20468f7
Update version_date.tsv and changelogs after v23.5.1.3174-stable
2023-06-09 11:53:29 +00:00
Jordi Villar
a3825e2092
Merge branch 'master' into async-insert-system-tables
2023-06-09 13:45:40 +02:00
Alexey Milovidov
d4602f7e1f
Merge pull request #50772 from ClickHouse/23.6-prepare
...
Update version after release
2023-06-09 14:39:39 +03:00
Antonio Andelic
2d220bd841
Fix NuRaft
2023-06-09 11:38:50 +00:00
Alexey Milovidov
bc2af59278
Update autogenerated version to 23.6.1.1 and contributors
2023-06-09 13:38:30 +02:00
flynn
ad74189bc2
Fix Log family table return wrong rows count after truncate ( #50585 )
...
* Fix Log family table return wrong rows count after truncate
* fix test
* update test
* update test
2023-06-09 14:32:45 +03:00