Commit Graph

156029 Commits

Author SHA1 Message Date
Yakov Olkhovskiy
105f673522 fix 2024-10-18 00:54:20 +00:00
Yakov Olkhovskiy
5ee699d059 download corpus zip 2024-10-18 00:42:37 +00:00
Michael Kolupaev
7d55f76844 Allow large object files if OMIT_HEAVY_DEBUG_SYMBOLS = 0 2024-10-17 22:20:02 +00:00
Justin de Guzman
b5fed377c4
Merge pull request #70817 from ClickHouse/docs-restore-settings
[Docs] Temporarily restore settings markdowns
2024-10-17 22:08:59 +00:00
justindeguzman
13e25776be [Docs] Temporarily restore settings markdowns 2024-10-17 14:51:13 -07:00
Yakov Olkhovskiy
c67b20b80a fix style 2024-10-17 21:35:48 +00:00
Yakov Olkhovskiy
1624dc3e67 zip corpus 2024-10-17 21:25:08 +00:00
Raúl Marín
129f2090cf Remove inneficient code 2024-10-17 23:12:31 +02:00
Yakov Olkhovskiy
e85ce99262 test 2024-10-17 21:09:56 +00:00
robot-clickhouse
01d147eada Automatic style fix 2024-10-17 20:56:34 +00:00
Yakov Olkhovskiy
debc90d3f0 test 2024-10-17 20:50:21 +00:00
Yakov Olkhovskiy
9f55730b6f test 2024-10-17 20:15:34 +00:00
Mikhail f. Shiryaev
ca43fa03c5
Remove jwt in favor of PyJWT to not conflict 2024-10-17 22:04:02 +02:00
Yakov Olkhovskiy
6e334a2d63 test 2024-10-17 19:55:25 +00:00
Michael Kolupaev
82ae1cc719
Merge pull request #70714 from ClickHouse/syncmv
Probably fix flaky test_refreshable_mv_in_replicated_db
2024-10-17 19:40:27 +00:00
Yakov Olkhovskiy
10d346a1d4 test 2024-10-17 19:35:06 +00:00
robot-clickhouse
7ad42664da Automatic style fix 2024-10-17 19:11:45 +00:00
Justin de Guzman
930481cd40
Merge pull request #70813 from ClickHouse/docs-settings-files
[Docs] Add back settings files for placeholder
2024-10-17 19:04:54 +00:00
Yakov Olkhovskiy
8b1608ee21 test 2024-10-17 19:01:41 +00:00
Nikolai Kochetov
b553ff97bd Fix test back. 2024-10-17 18:34:01 +00:00
Nikolai Kochetov
596a8d1001
Merge pull request #70799 from ClickHouse/avoid-double-finalizetion-in-library-bridge
Avoid double finalization of `WriteBuffer` in library bridge.
2024-10-17 18:31:58 +00:00
justindeguzman
819092a847 [Docs] Add back settings files for placeholder 2024-10-17 11:20:13 -07:00
Alexey Milovidov
a537e2f3cd Merge branch 'master' of github.com:ClickHouse/ClickHouse into calculator 2024-10-17 19:42:42 +02:00
Alexey Milovidov
7e025ee99e Fix something 2024-10-17 19:42:33 +02:00
Alexey Milovidov
d8ae693772
Merge pull request #70601 from ClickHouse/less-log-messages
Limit too frequent log messages
2024-10-18 01:35:32 +08:00
Nikolai Kochetov
7e668ca1f8 Fix tests. 2024-10-17 17:17:22 +00:00
Justin de Guzman
150c779a55
Merge pull request #70808 from ClickHouse/docs-remove-settings-pagination_next
[Docs] Remove pagination_next from settings page
2024-10-17 17:08:30 +00:00
Nikolai Kochetov
e0ffb117ff Check what would happen if filter result is not const. 2024-10-17 16:37:21 +00:00
robot-clickhouse
73438587f2 Automatic style fix 2024-10-17 16:36:06 +00:00
Blargian
18e866c666 Review changes 2024-10-17 18:34:44 +02:00
Yakov Olkhovskiy
ac3ee0477b fix 2024-10-17 16:29:19 +00:00
Justin de Guzman
945b71230a
[Docs] Remove pagination_next 2024-10-17 09:26:19 -07:00
Kseniia Sumarokova
34aca7db29
Merge pull request #70710 from ClickHouse/materialized-pg-minor
materialized postgres: minor fixes
2024-10-17 15:45:22 +00:00
Raúl Marín
76b081c718
Merge pull request #70739 from Algunenano/settings3
Move more setting structs to pImpl
2024-10-17 15:44:59 +00:00
Raúl Marín
9ef8af31a0
Merge pull request #70747 from Algunenano/less_diffs_in_private_2
Reduce sync effort (part 2)
2024-10-17 15:44:59 +00:00
Anton Popov
ffb72011d7
Merge pull request #70783 from CurtizJ/minor-fix-index-granularity
Minor fix
2024-10-17 15:22:55 +00:00
Nikolai Kochetov
71bf2bf3b0 Make Array Field serialization consistent. 2024-10-17 15:14:46 +00:00
Alexey Milovidov
fce19cd318
Merge pull request #70798 from ClickHouse/remove-docs-from-materializedmysql
Remove documentation for MaterializedMySQL
2024-10-17 14:59:34 +00:00
Kseniia Sumarokova
54b28404b8
Merge pull request #70750 from ClickHouse/s3queue-cloud-mode
Add s3queue settings check for cloud
2024-10-17 14:42:45 +00:00
Jordi
21892bdf0d Improve cast 2024-10-17 16:02:15 +02:00
Jordi
3ea19832b9 Add projections size to system.projections 2024-10-17 16:02:14 +02:00
Nikolai Kochetov
20bf1d7b72 Avoid double finalization of WriteBuffer in library bridge. 2024-10-17 13:45:18 +00:00
Yakov Olkhovskiy
794c38ac4d fix style 2024-10-17 13:35:41 +00:00
Pablo Marcos
9c9543ed8a
Merge pull request #70607 from Blargian/docs_globalVariable
[Docs] adds `globalVariable` function
2024-10-17 13:33:21 +00:00
Alexey Milovidov
d05a77ecab Remove documentation from MaterializedMySQL 2024-10-17 15:31:42 +02:00
Yakov Olkhovskiy
034c5456a0 fix style 2024-10-17 13:23:23 +00:00
Alexey Milovidov
69a9008ab7 Merge branch 'master' of github.com:ClickHouse/ClickHouse into calculator 2024-10-17 15:12:46 +02:00
Yakov Olkhovskiy
8016e92ccc fix style 2024-10-17 13:12:04 +00:00
Alexey Milovidov
44e64cb3f2
Merge pull request #70785 from ClickHouse/update-style-jwt
Update style-test image
2024-10-17 13:09:51 +00:00
Vladimir Cherkasov
6e3068fbf0
Merge pull request #70474 from azat/clickhouse-tests-fixes-24.10
Fixes for killing leftovers in clikhouse-test
2024-10-17 13:06:32 +00:00