Commit Graph

108691 Commits

Author SHA1 Message Date
Robert Schulze
f9bf0b5a8e
Update .github/workflows/pull_request.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:22 +01:00
Robert Schulze
99e184c754
Update .github/workflows/pull_request.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:10 +01:00
Robert Schulze
2e3ff46905
Update .github/workflows/docs_check.yml
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-02-23 16:33:03 +01:00
Robert Schulze
ce1176a744
CI: don't run builds/tests when CHANGELOG.md or README.md were modified 2023-02-23 13:10:36 +00:00
Robert Schulze
d2cd249422
Merge pull request #46728 from ClickHouse/rs/poco-have-int64
Poco: POCO_HAVE_INT64 is always defined
2023-02-23 11:02:43 +01:00
Alexey Milovidov
0db943e596
Merge pull request #46687 from ClickHouse/tavplubix-patch-5
Disable flaky test_ttl_move_memory_usage.py
2023-02-23 10:27:25 +03:00
Alexey Milovidov
c0bc549e77
Merge pull request #46709 from azat/bg-pool-no-query
BackgroundSchedulePool should not have any query context
2023-02-23 10:24:46 +03:00
Alexey Milovidov
4de5399768
Merge pull request #46727 from ClickHouse/Avogar-patch-2
Better exception message during Tuple JSON deserialization
2023-02-23 10:13:18 +03:00
Alexey Milovidov
e1f4303516
Merge pull request #46760 from ClickHouse/changelog-23.2
Add changelog for 23.2
2023-02-23 10:03:05 +03:00
Alexey Milovidov
cabb8fb81b Add changelog for 23.2 2023-02-23 08:02:37 +01:00
Alexey Milovidov
cb2ec24ea9 Add changelog for 23.2 2023-02-23 08:02:14 +01:00
Alexey Milovidov
f2509ba9c6 Add changelog for 23.2 2023-02-23 08:00:17 +01:00
Alexey Milovidov
164c0c9927
Merge pull request #46730 from ClickHouse/evillique-patch-1
Ask for the password in clickhouse-client interactively
2023-02-23 08:05:08 +03:00
Alexey Milovidov
e3f24b2b68
Merge pull request #46744 from ClickHouse/remove_unused_field
Remove unused MergeTreeReadTask::remove_prewhere_column
2023-02-23 08:02:54 +03:00
robot-clickhouse-ci-2
e3e5d83f96
Merge pull request #46745 from ClickHouse/Avogar-patch-3
Update docs about format table function
2023-02-22 23:40:10 +01:00
Igor Nikonov
271b72abf4
Merge pull request #46642 from ClickHouse/remove_redundant_sorting_fix
Fix: remove redundant sorting optimization
2023-02-22 23:33:15 +01:00
Alexey Milovidov
5154b04cfb
Merge pull request #46732 from ClickHouse/fix-sonarcloud-job
Fix SonarCloud Job
2023-02-23 00:31:54 +03:00
Kruglov Pavel
0e7143070e
Update docs about format table function 2023-02-22 17:51:29 +01:00
Alexander Gololobov
67dcd9694c Remove unused MergeTreeReadTask::remove_prewhere_column 2023-02-22 17:49:22 +01:00
Julio Jimenez
d0bd8877ce
Merge branch 'master' into fix-sonarcloud-job 2023-02-22 11:41:24 -05:00
Nikolay Degterinsky
af992ca2db
Better 2023-02-22 16:51:36 +01:00
pufit
8e7533fa57
Merge pull request #46564 from AVMusorin/update-time-distribution-queue
Added `last_exception_time` column into distribution_queue table
2023-02-22 10:43:35 -05:00
Julio Jimenez
4f31e59dcd
Fix SonarCloud Job
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
2023-02-22 10:34:27 -05:00
Nikolay Degterinsky
cdbff57e6c
Ask for password interactively 2023-02-22 15:58:06 +01:00
Alexander Gololobov
b0427c2e3c
Merge pull request #46660 from ClickHouse/fix_backup_test
Fix integration test: terminate old version without wait
2023-02-22 15:20:26 +01:00
Antonio Andelic
7f5fb77ed5
Increase table retries in cluster copier tests (#46590) 2023-02-22 15:09:48 +01:00
Kseniia Sumarokova
bec094cd79
Merge pull request #46712 from kssenii/add-iceberg-doc
Add iceberg engine doc
2023-02-22 14:49:03 +01:00
Robert Schulze
4fd4e77737
Poco: POCO_HAVE_INT64 is always defined 2023-02-22 13:48:29 +00:00
Kruglov Pavel
e433ecc18f
Better exception message during Tuple JSON deserialization 2023-02-22 14:37:55 +01:00
kssenii
bac464f89b Fix 2023-02-22 14:25:08 +01:00
Robert Schulze
9d116e6f5c
Merge pull request #46710 from ClickHouse/rs/bump-clang
Bump minimum required Clang from 12 to 15
2023-02-22 13:38:21 +01:00
Kruglov Pavel
3ba3fdbfa3
Merge pull request #46607 from kssenii/delay-loading-of-named-collections
Do not load named collections on server startup (on first access instead)
2023-02-22 13:22:34 +01:00
Dmitry Novik
67469ad46b
Merge pull request #46622 from ClickHouse/async-insert-memory-fix
Fix MemoryTracker counters for async inserts
2023-02-22 12:27:05 +01:00
Kseniia Sumarokova
c242fe3e5e
Update docs/en/engines/table-engines/integrations/hudi.md
Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
2023-02-22 12:11:42 +01:00
Kseniia Sumarokova
ef15d64895
Update docs/en/engines/table-engines/integrations/deltalake.md
Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
2023-02-22 12:11:23 +01:00
kssenii
21fcc3b69c Add iceberg doc 2023-02-22 12:04:24 +01:00
flynn
678e4250cd
Fix incorrect predicate push down with grouping sets (#46151) 2023-02-22 11:54:19 +01:00
robot-clickhouse-ci-2
2df52af445
Merge pull request #46711 from ClickHouse/vdimir/tmp-data-in-fs-cache-doc
Add doc for temporary_data_in_cache
2023-02-22 11:41:03 +01:00
Kseniia Sumarokova
3f0d93d6e6
Merge pull request #46656 from ClickHouse/kssenii-patch-6
Update postgres_utility.py
2023-02-22 11:35:03 +01:00
vdimir
a4919ce3a2
Add doc for temporary_data_in_cache 2023-02-22 10:19:28 +00:00
Robert Schulze
16d61832fb
Bump minimum required Clang from 12 to 15
Needed due to https://github.com/ClickHouse/ClickHouse/pull/46247#discussion_r1109855435
2023-02-22 10:03:08 +00:00
Azat Khuzhin
2ca47a6eb6 BackgroundSchedulePool should not have any query context
BackgroundSchedulePool is used for some peridic jobs, not from the query
context, i.e. flush of Buffer table.

And for such jobs there cannot be any query context, and more
importantly it will not work correctly since that query_context will
eventually expires.

And this is the reason of this failures [1].

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/46668/015991bc5e20c787851050c2eaa13f0fef3aac00/stateless_tests_flaky_check__asan_.html

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-22 10:50:51 +01:00
Alexey Milovidov
5788deeadd
Merge pull request #46308 from ClickHouse/keeper-retries-by-default
Enable retries for INSERT by default in case of ZooKeeper session loss
2023-02-22 07:57:40 +03:00
Alexey Milovidov
2ae0b43570
Merge pull request #46626 from ClickHouse/fix-tests
Inhibit `index_granularity_bytes` randomization in some tests
2023-02-22 04:55:23 +03:00
AVMusorin
0bf0fe488e
added last_exception_time column into distribution_queue table 2023-02-21 23:46:57 +01:00
Dmitry Novik
ad1e5f3918 Review fixes 2023-02-21 22:06:17 +00:00
Dmitry Novik
8232966b9e Add a comment 2023-02-21 22:02:23 +00:00
Alexander Tokmakov
c009c2f4cb
Update test_ttl_move_memory_usage.py 2023-02-22 00:50:21 +03:00
robot-clickhouse
e010af8be8
Merge pull request #46649 from xiedeyantu/patch-2
Update s3Cluster.md
2023-02-21 22:48:38 +01:00
Alexey Milovidov
4adbcd4beb
Merge pull request #46665 from ClickHouse/clean-docs-release
Get rid of legacy DocsReleaseChecks
2023-02-22 00:31:17 +03:00