Commit Graph

127748 Commits

Author SHA1 Message Date
robot-ch-test-poll1
845a235ad8
Merge pull request #56237 from ClickHouse/justindeguzman-patch-1
[Docs] Specify IAM role necessary for GCS table function
2023-11-07 01:20:06 +01:00
robot-clickhouse
25558fe0a6
Merge pull request #56390 from ClickHouse/vdimir/doc_architecture_upd_streams
Update development documentation about data streams
2023-11-07 00:54:31 +01:00
Alexey Milovidov
2dc7a76117
Merge pull request #56399 from ClickHouse/revert-54391-israelov/generate-random-int-array
Revert "Add function `arrayRandomSample()`"
2023-11-07 00:49:26 +01:00
Alexey Milovidov
e47e50e30d
Revert "Add function arrayRandomSample()" 2023-11-07 02:49:11 +03:00
Vitaly Baranov
1f4697fbb7
Merge pull request #56339 from vitlibar/fix-using-table-shared-id-during-backup-and-improve-logs
Fix using table shared id during backup and improve logs.
2023-11-07 00:04:59 +01:00
Robert Schulze
8846cc6770
Merge pull request #56327 from rschu1ze/parseQueryOrNull
Improve `formatQuery()`
2023-11-06 22:48:16 +01:00
Nikolay Degterinsky
dd326729a3
Merge pull request #56236 from evillique/fix-dictionaries
Fix ClickHouse-sourced dictionaries with an explicit query
2023-11-06 22:37:27 +01:00
Nikita Mikhaylov
a66fa87248
Add obsolete setting back (#56382) 2023-11-06 21:51:05 +01:00
Alexander Tokmakov
cf6ab2e110
Merge pull request #56282 from ClickHouse/fix_unexpected_parts_after_truncate
Fix unexpected parts after drop range
2023-11-06 21:03:57 +01:00
Alexander Tokmakov
bcc311e7fe
Merge pull request #56374 from ClickHouse/tavplubix-patch-9
Update 02735_system_zookeeper_connection.sql
2023-11-06 20:37:55 +01:00
vdimir
cc25f66b03
Merge pull request #56243 from ClickHouse/vdimir/fix_check_url_in_commit_status
Fix link to failed check report in status commit
2023-11-06 20:27:18 +01:00
vdimir
a091f0323e
Update aspell-dict.txt 2023-11-06 19:16:49 +00:00
vdimir
3236f269b5
Update rus development documentation about data streams 2023-11-06 18:43:17 +00:00
vdimir
c583b992ba
Update development documentation about data streams 2023-11-06 18:42:56 +00:00
Alexander Tokmakov
fbdfa9a44d
Merge pull request #56316 from ClickHouse/change_some_exception_codes
Change some exception codes
2023-11-06 19:17:02 +01:00
Sema Checherinda
a5e17dc919
Merge pull request #55566 from CheSema/remote-blobs-naming
feature: storage_metadata_write_full_object_key
2023-11-06 16:41:49 +01:00
Robert Schulze
5cfcf98d4a
Merge pull request #56277 from rschu1ze/show-columns-connection-type
Make type names in `SHOW COLUMNS` dependent on connection type
2023-11-06 16:24:27 +01:00
Alexander Tokmakov
13599ff462 review fixes 2023-11-06 15:31:54 +01:00
Alexander Tokmakov
81aa430221
Merge pull request #56369 from CheSema/remove-unstable-test
remove unstable test test_heavy_insert_select_check_memory
2023-11-06 15:08:04 +01:00
Alexander Tokmakov
12b35b66fc
Update analyzer_integration_broken_tests.txt 2023-11-06 14:28:34 +01:00
Alexander Tokmakov
eba52b318d
Merge pull request #56272 from ClickHouse/rdb_fix_rare_logical_error
Fix rare logical error in Replicated database
2023-11-06 14:14:55 +01:00
Alexander Tokmakov
b666ca93c7
Update 02735_system_zookeeper_connection.sql 2023-11-06 14:13:24 +01:00
Sema Checherinda
cf07fd79fc remove unstable test 2023-11-06 12:00:23 +01:00
Sema Checherinda
52850d5a45
Update StorageSystemRemoteDataPaths.cpp 2023-11-06 11:45:17 +01:00
vdimir
3b775dee53
Merge pull request #55126 from ClickHouse/vdimir/jaccard_index_perf
Add function jaccardIndex back with better performance
2023-11-06 10:39:02 +01:00
Raúl Marín
653a51a862
Merge pull request #56286 from bigo-sg/ch_56285
Fix inconsistency of "cast('0' as DateTime64(3))" and "cast('0' as Nullable(DateTime64(3)))"
2023-11-06 10:30:51 +01:00
Alexander Gololobov
af469cecb6
Merge pull request #56267 from ClickHouse/diag_stack_addr
Print stack trace addresses in clickhouse-diagnostics
2023-11-06 10:01:08 +01:00
Robert Schulze
7eabafc8cb
Update expected results of 02888_obsolete_settings 2023-11-06 08:57:08 +00:00
Robert Schulze
0ecbe54708
Ensure sufficient size in exceptionn case 2023-11-06 08:55:09 +00:00
Robert Schulze
049c811a38
Make type names in SHOW COLUMNS dependent only on connection type 2023-11-05 21:20:20 +00:00
Robert Schulze
8a64066ee1
+ formatQueryOrNull() 2023-11-05 20:24:23 +00:00
Robert Schulze
38e9793cd7
Fix junk in formatQuery() 2023-11-05 20:13:49 +00:00
Robert Schulze
60fa1c3d26
Cosmetics 2023-11-05 20:08:09 +00:00
Igor Nikonov
0f76ba83e0
Merge pull request #55574 from ClickHouse/pr-progress-bar
Parallel replicas: progress bar
2023-11-05 20:28:44 +01:00
Vitaly Baranov
1e89e7a6b2 Fix using table shared id during backup and improve logs. 2023-11-05 09:38:08 +01:00
Igor Nikonov
9bdcba1b20
Merge branch 'master' into pr-progress-bar 2023-11-05 00:09:46 +01:00
Alexander Tokmakov
155bdfcf0d fix 2023-11-04 22:50:19 +01:00
Alexey Milovidov
e2b66c9a50
Merge pull request #56333 from ClickHouse/add-option
Add an option to disable libssh
2023-11-04 21:53:25 +01:00
robot-ch-test-poll2
e37eb54f0a
Merge pull request #56332 from tomtana/patch-2
Update supported ARM version in README.md
2023-11-04 19:47:42 +01:00
Arthur Passos
b6e205dcdf
Add ClickHouse setting to disable tunneling for HTTPS requests over HTTP proxy (#55033)
* initial commit. integ tests passing, need to re-run unit & my own personal tests

* partial refactoring to remove Protocol::ANY

* improve naming

* remove all usages of ProxyConfiguration::Protocol::ANY

* fix ut

* blabla

* support url functions as well

* support for HTTPS requests over HTTP proxy with tunneling off

* remove gtestabc

* fix silly mistake

* ...

* remove usages of httpclientsession::proxyconfig in src/

* got you

* remove stale comment

* it seems like I need reasonable defaults

* fix ut

* add some comments

* remove no longer needed header

* matrix out

* add https over http proxy with no tunneling

* soem docs

* partial refactoring

* rename to use_tunneling_for_https_requests_over_http_proxy

* improve docs

* use shorter version

* remove useless test

* rename the setting

* update

* fix typo

* fix setting docs typo

* move ); up

* move ) up
2023-11-04 13:47:52 -04:00
Alexey Milovidov
788863898d Add an option to disable libssh 2023-11-04 17:10:58 +01:00
Alexey Milovidov
c83530f880
Merge pull request #56223 from ClibMouse/feature/big-endian-contingency
Correct aggregate function cross tab accessors to be endianness-independent.
2023-11-04 17:08:58 +01:00
Alexey Milovidov
36d18acf35
Merge pull request #55007 from Alex-Cheng/refactor-MergeJoinTransform
Refactor merge join transform
2023-11-04 17:08:07 +01:00
tomtana
12a74986af
Update README.md 2023-11-04 16:53:22 +01:00
tomtana
841934ff49
Update README.md
Add details for the supported arm devices
2023-11-04 16:41:08 +01:00
robot-clickhouse
6ad8e789f6 Automatic style fix 2023-11-04 14:56:15 +00:00
Alexander Tokmakov
9acd3707cb fix tests 2023-11-04 15:44:55 +01:00
Alexander Tokmakov
0b0b1b21c6 different error codes for internal and external data 2023-11-04 14:18:49 +01:00
Alexey Milovidov
dc265b9a7b
Merge pull request #56329 from ClickHouse/alexey-milovidov-patch-7
Update build-cross-riscv.md
2023-11-04 00:52:06 +01:00
Alexey Milovidov
b4982e90da
Update build-cross-riscv.md 2023-11-04 02:51:48 +03:00