Arthur Passos
c8d6b846ed
address a few comments
2024-10-18 09:31:15 -03:00
Raúl Marín
4b3087eb5f
Merge pull request #70816 from Algunenano/bad_settings
...
Remove inneficient code
2024-10-18 11:50:04 +00:00
Vitaly Baranov
727b70f032
Improve checking capability for batch delete from S3.
2024-10-18 13:36:04 +02:00
Sergei Trifonov
ee557a9f11
Merge branch 'master' into fix-use-concurrency-control
2024-10-18 13:30:03 +02:00
kevinyhzou
c6c5b78a1e
fix build error
2024-10-18 17:51:27 +08:00
taiyang-li
c7522837be
add more uts
2024-10-18 17:22:35 +08:00
Robert Schulze
71df65c288
Merge pull request #70454 from Blargian/docs_toIP
...
[Docs] Document `toIP` functions
2024-10-18 09:16:49 +00:00
Mikhail f. Shiryaev
700454ee59
Merge pull request #70815 from ClickHouse/style-remove-jwt
...
Remove jwt in favor of PyJWT to not conflict
2024-10-18 08:58:51 +00:00
Nikolai Kochetov
47c770e4fb
Remove commented code.
2024-10-18 08:17:21 +00:00
kevinyhzou
a2c585ea54
flaky test
2024-10-18 16:13:44 +08:00
Pablo Marcos
c3b2b30feb
Fix reference
2024-10-18 08:13:32 +00:00
taiyang-li
195909ee94
Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new
2024-10-18 15:05:29 +08:00
taiyang-li
d0b4603bcb
change as request
2024-10-18 14:50:54 +08:00
kevinyhzou
adae7a178d
fix ci test
2024-10-18 14:49:43 +08:00
kevinyhzou
56f7611b50
ci & review fix
2024-10-18 14:21:49 +08:00
taiyang-li
bcae4c9963
Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new
2024-10-18 12:28:00 +08:00
liuneng
1808cc0e3a
Merge branch 'master' into support-write-columnindex
2024-10-18 10:29:12 +08:00
Michael Kolupaev
42bf8eb68f
Fix a crash and a leak in AggregateFunctionGroupArraySorted
2024-10-18 00:04:17 +00:00
Michael Kolupaev
7d55f76844
Allow large object files if OMIT_HEAVY_DEBUG_SYMBOLS = 0
2024-10-17 22:20:02 +00:00
Peter Nguyen
18ad4a0f34
Fix bug with different loggers sharing the same channel
2024-10-17 15:13:54 -07: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
Raúl Marín
129f2090cf
Remove inneficient code
2024-10-17 23:12:31 +02:00
Mikhail f. Shiryaev
ca43fa03c5
Remove jwt in favor of PyJWT to not conflict
2024-10-17 22:04:02 +02: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
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
Arthur Passos
7ab54bea3c
add some comments
2024-10-17 15:59:01 -03: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
Arthur Passos
b878b5a11f
update test
2024-10-17 15:21:56 -03:00
justindeguzman
819092a847
[Docs] Add back settings files for placeholder
2024-10-17 11:20:13 -07:00
jsc0218
691aff2cea
Merge remote-tracking branch 'origin/master' into InsertWith
2024-10-17 18:08:30 +00: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
Arthur Passos
be9d04e6dd
add silly tests
2024-10-17 14:12:39 -03: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
Blargian
18e866c666
Review changes
2024-10-17 18:34:44 +02:00
Arthur Passos
fa119d49e8
readPageV2
2024-10-17 13:30:56 -03:00
Justin de Guzman
945b71230a
[Docs] Remove pagination_next
2024-10-17 09:26:19 -07:00
Pablo Marcos
532d1951b7
Remove stddev because the CI is far from deterministic
...
The CI is often times overloaded and the background threads
that collect the query metric logs take more time to pick up
the tasks.
So, let's stick to the average of the diff for the sake of
avoiding flakiness.
2024-10-17 15:53:36 +00: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