Maksim Kita
c46a659ad9
Merge pull request #43543 from kitaisreal/analyzer-sum-if-to-count-if-fix
...
Analyzer SumIfToCountIfPass fix
2022-11-25 21:02:20 +03:00
Alexander Tokmakov
a982e62f65
fix
2022-11-25 19:01:24 +01:00
Alexander Tokmakov
f4944664b7
fix
2022-11-25 18:53:46 +01:00
Alexander Tokmakov
5bb0a7ac38
Update performance_comparison_check.py
2022-11-25 20:43:45 +03:00
Mikhail f. Shiryaev
b70456dc08
Merge pull request #43681 from ClickHouse/fix-GITHUB_JOB_ID
...
Fix pagination issue in GITHUB_JOB_ID()
2022-11-25 18:16:17 +01:00
Nikolai Kochetov
4632e7c644
Add max_streams_for_merge_tree_reading setting.
2022-11-25 17:14:22 +00:00
Kruglov Pavel
2818ecf7f0
Merge pull request #43297 from arthurpassos/fix_arrow_list_column_parsing
...
Flatten list type arrow chunks on parsing
2022-11-25 18:13:27 +01:00
Alexander Tokmakov
ed35830c13
fix
2022-11-25 18:06:55 +01:00
Alexander Tokmakov
eec5449c1c
run perf tests on aarch64 for pr-performance
2022-11-25 17:55:10 +01:00
Vladimir C
87fcf1b5db
Merge pull request #42438 from zvonand/zvonand-decdiv
...
Closes https://github.com/ClickHouse/ClickHouse/issues/40573
closes https://github.com/ClickHouse/ClickHouse/issues/8049
2022-11-25 17:35:21 +01:00
Mikhail f. Shiryaev
3ac0692a3d
Fix pagination issue in GITHUB_JOB_ID()
2022-11-25 17:28:13 +01:00
Vladimir C
ff5bb69584
Merge branch 'master' into zvonand-decdiv
2022-11-25 17:05:22 +01:00
Alexander Tokmakov
4a28830b9c
Merge branch 'master' into move_perf_tests_aarch_to_master
2022-11-25 17:05:12 +01:00
Alexander Tokmakov
98e6c76a60
fix
2022-11-25 16:58:18 +01:00
Alexander Tokmakov
91b4b8e1d5
Merge branch 'master' into fix_fuzzer_run
2022-11-25 16:57:47 +01:00
Alexander Tokmakov
5cc99312d7
provide hint for loading uncommitted blocks in merge predicate
2022-11-25 16:41:20 +01:00
Kseniia Sumarokova
37d1eb353f
Update AsynchronousReadIndirectBufferFromRemoteFS.cpp
2022-11-25 16:01:06 +01:00
Mikhail f. Shiryaev
58557c87c2
Merge pull request #43654 from ClickHouse/optimize-builder-image
...
Optimize binary-builder size
2022-11-25 15:24:57 +01:00
Mikhail f. Shiryaev
e85eb3182c
Merge pull request #43664 from ClickHouse/docker-cache-from-pr
...
Use docker images cache from merged PRs in master and release branches
2022-11-25 15:23:42 +01:00
Alexey Milovidov
69d1be50bc
Merge pull request #43446 from ClickHouse/fix-typo-3
...
Fix typo
2022-11-25 15:22:28 +01:00
Kseniia Sumarokova
ce062d2e01
Update AsynchronousReadIndirectBufferFromRemoteFS.cpp
2022-11-25 15:03:51 +01:00
Anton Popov
c811f34a41
Simplify AsynchronousInsertQueue
and fix race ( #43233 )
2022-11-25 15:02:22 +01:00
Nikolai Kochetov
660c942258
Merge branch 'master' into read-from-mt-in-io-pool
2022-11-25 13:56:48 +00:00
Nikolai Kochetov
dfd3976040
Update async_remote_read.xml
2022-11-25 14:53:45 +01:00
Nikolai Kochetov
8d3ccf1c52
Merge pull request #43636 from ClickHouse/fix-43478
...
Fix #43478
2022-11-25 14:49:41 +01:00
Mikhail f. Shiryaev
9584487a1e
Use docker images cache from merged PRs in master and release branches
2022-11-25 14:09:21 +01:00
Peignon Melvyn
41d405476a
Fix typo in replication.md ( #43643 )
2022-11-25 13:57:19 +01:00
Antonio Andelic
53f708366c
Fix data race in Keeper snapshot
2022-11-25 12:50:42 +00:00
Alexander Gololobov
38ecdc0627
Save next pointer before doing changes to the current element
2022-11-25 13:42:43 +01:00
Alexander Tokmakov
7c47af433e
Merge pull request #43231 from ClickHouse/fix_parts_to_do_detection
...
Fix bug in replication queue which can lead to premature mutation finish
2022-11-25 15:17:37 +03:00
Alexander Tokmakov
ace36e2267
Merge branch 'master' into fix_parts_to_do_detection
2022-11-25 15:15:56 +03:00
Alexander Tokmakov
1e1caf1440
Update run-fuzzer.sh
2022-11-25 15:06:52 +03:00
Sema Checherinda
15a6ce254b
Merge pull request #41145 from CheSema/lock-free-drop-partition
...
Delete parts by replacing them with empty parts
2022-11-25 12:54:30 +01:00
Antonio Andelic
547e3ba367
Merge pull request #43583 from tbsal/tbsal/join_fix
...
Do not assume that the original query was valid when transforming JOINs
2022-11-25 12:25:18 +01:00
Mikhail f. Shiryaev
a68dc6280d
Optimize binary-builder size
2022-11-25 12:17:51 +01:00
Antonio Andelic
f3b01d455b
Use dummy pool
2022-11-25 11:12:01 +00:00
Alexander Tokmakov
5a5f2a0df4
Merge pull request #43626 from ClickHouse/tavplubix-patch-7
...
Fix flaky 01175_distributed_ddl_output_mode_long
2022-11-25 13:31:21 +03:00
Antonio Andelic
9f0fdd780b
Modify ALTER before replicating
2022-11-25 10:16:20 +00:00
Maksim Kita
fbb404a4c6
Merge pull request #43547 from kitaisreal/analyzer-uniq-injective-functions-elimination-pass-fix
...
Analyzer UniqInjectiveFunctionsEliminationPass
2022-11-25 13:14:33 +03:00
Mikhail f. Shiryaev
4081a5f9e9
Merge pull request #43637 from ClickHouse/non-recursive-submodules
...
Do not checkout submodules recursively
2022-11-25 10:20:58 +01:00
Manuel de la Peña
d651b97bbb
fix: typo
2022-11-25 10:09:32 +01:00
Han Fei
18a9535c36
Merge pull request #43621 from bit-ranger/master
...
Update sparse-primary-indexes.md to correct typo
2022-11-25 09:23:09 +01:00
Han Fei
d07defacfc
Merge branch 'master' into master
2022-11-25 09:22:17 +01:00
Manuel de la Peña
6a5ffabecf
chore: create container for each test
2022-11-25 08:52:49 +01:00
Manuel de la Peña
8a957e904d
fix: read frame columns properly
2022-11-25 08:52:01 +01:00
Manuel de la Peña
73dd5102d6
chore: run clickhouse container only for the duration of the test
2022-11-25 08:23:35 +01:00
Manuel de la Peña
9be878aae2
Merge branch 'master' into bump-testcontainers-go
...
* master: (331 commits)
Revert "Fix endian issue in integer hex string conversion"
Update sparse-primary-indexes.md to correct typo
to MaterializeMySQL_support_drop_mulit_table-change ParserIdentifier
to MaterializeMySQL_support_drop_mulit_table-clean up unnecessary code
Make insertRangeFrom() more exception safe (#43338 )
Update docs/en/sql-reference/statements/create/view.md
Update docs/en/sql-reference/statements/alter/projection.md
Analyzer table functions untuple fix
Revert "Add table_uuid to system.parts"
Update 00176_bson_parallel_parsing.sh
Update test.py
doc fix
bump lib for diag
Update kafka.md
check ast limits for create_parser_fuzzer
Disable compressed marks and index in stress tests
add a test with weird strings
Update .reference
Add information about written rows in progress indicator
Avoid possible DROP hung due to attached web disk
...
2022-11-25 08:17:17 +01:00
Alexander Tokmakov
e125f4016b
fix
2022-11-24 21:37:08 +01:00
Alexander Tokmakov
25cd0a9ca2
Update 01175_distributed_ddl_output_mode_long.sh
2022-11-24 23:32:27 +03:00
Mikhail f. Shiryaev
cfdc693f60
Do not checkout submodules recursively
2022-11-24 19:59:07 +01:00