Robert Schulze
2c8916a005
Fix clang-tidy
2023-03-25 18:05:09 +00:00
Robert Schulze
3628d11405
Fix "Field value too long" in catboostEvaluate()
...
Fixes #47616
2023-03-24 11:02:55 +00:00
Vitaly Baranov
7515af0be1
Merge pull request #47657 from vitlibar/improve-thread_pool
...
Improve ThreadPool
2023-03-22 13:31:01 +01:00
Yakov Olkhovskiy
e04ba4ae30
Merge pull request #47036 from HarryLeeIBM/hlee-s390x-murmurhash
...
Fix murmurhash for s390x
2023-03-22 08:19:05 -04:00
Nikita Mikhaylov
301e26b23d
Parallel replicas. Part 2.5 ( #47858 )
2023-03-22 13:05:38 +01:00
Mikhail f. Shiryaev
6409ca9fc9
Merge pull request #47857 from ClickHouse/cherry-pick-ping
...
Comment stale cherry-pick PRs once a day to remind for resolving conflicts
2023-03-22 13:36:35 +03:00
Robert Schulze
784b34f5d8
Merge pull request #47869 from ClickHouse/rs/bug-47530
...
Add REGEXP operator
2023-03-22 10:31:25 +01:00
Robert Schulze
41e3d876d5
Merge pull request #47878 from ClickHouse/rs/docs-sort-aspell-dict
...
aspell-dict.txt: keep sorted things sorted
2023-03-22 10:31:06 +01:00
Robert Schulze
14356e3ee6
Aspell dict: keep sorted things sorted
...
Follow-up to #47745
2023-03-22 09:18:22 +00:00
Robert Schulze
382aa60056
Merge pull request #47745 from jinjunzh/iaadeflate_doc_update
...
Create doc and scripts for qpl_deflate benchmark
2023-03-22 10:15:26 +01:00
jinjunzh
ab44903f15
add to the dictionary file
2023-03-22 10:28:24 -04:00
jinjunzh
e9015b9d2a
fixed spelling issue
2023-03-22 10:26:31 -04:00
jinjunzh
4522a35b0d
revise the spell check issue
2023-03-22 09:35:35 -04:00
Maksim Kita
868b639df1
Merge pull request #47795 from ClickHouse/nested-lambdas-test-fix
...
Update test for nested lambdas
2023-03-22 11:39:38 +03:00
Maksim Kita
4dc5a629c3
Merge pull request #47758 from ClickHouse/vdimir/comparsion_tuple_elimination_ast
...
Add ComparisonTupleEliminationVisitor
2023-03-22 11:22:25 +03:00
Maksim Kita
40b077c22b
Merge pull request #47506 from CurtizJ/get-subcolumn
...
Better support of identifiers from compound expressions in analyzer
2023-03-22 11:19:25 +03:00
SmitaRKulkarni
464b166e91
Merge pull request #47725 from ClickHouse/46741_Parameterized_view_support_subquery
...
Support for subquery in parameterized views
2023-03-22 09:05:26 +01:00
Alexander Gololobov
069cac8d6e
Merge pull request #47740 from ClickHouse/add-test-23162
...
Add a test for #23162
2023-03-21 23:35:29 +01:00
Robert Schulze
42a2370ac6
Docs
2023-03-21 21:33:12 +00:00
Robert Schulze
5091bd42f0
Add REGEXP operator (Bug: 47530)
2023-03-21 21:29:19 +00:00
Alexander Tokmakov
d105aa5e80
Merge pull request #47868 from ClickHouse/tavplubix-patch-6
...
Slightly better error message
2023-03-22 00:18:50 +03:00
Vitaly Baranov
4318212c73
Make a condition more clear.
2023-03-21 21:52:59 +01:00
Vitaly Baranov
096d0132af
More corrections.
2023-03-21 21:52:59 +01:00
Vitaly Baranov
0a0e9d060f
Corrections after review.
2023-03-21 21:52:59 +01:00
Vitaly Baranov
85d38493f6
Improve ThreadPool
...
ThreadPool::setMaxThreads() can now start new threads (if there are scheduled jobs in the queue for them);
ThreadPool::setMaxFreeThreads() can now finish free threads.
2023-03-21 21:52:59 +01:00
jinjunzh
038b56ad6a
reformat doc
2023-03-21 16:31:47 -04:00
Vitaly Baranov
a70b627897
Merge pull request #47851 from vitlibar/fix-test_replicated_merge_tree_encryption_codec
...
Fix test test_replicated_merge_tree_encryption_codec
2023-03-21 21:25:50 +01:00
Alexander Tokmakov
7701746df2
Merge pull request #47864 from ClickHouse/followup_47802
...
Followup to #47802
2023-03-21 23:21:45 +03:00
Alexander Tokmakov
c114361879
Update MergeTreeData.h
2023-03-21 23:15:59 +03:00
robot-ch-test-poll3
7c37565bd6
Merge pull request #47859 from ClickHouse/rfraposa-patch-2
...
Update iceberg.md
2023-03-21 21:14:37 +01:00
Nikolay Degterinsky
3a8314c13e
Merge pull request #47576 from HarryLeeIBM/hlee-s390x-storage-gen
...
Fix SipHash hashing and byte order in GenerateRandom for s389x
2023-03-21 21:06:08 +01:00
jinjunzh
a721c3e392
remove unused space
2023-03-21 16:02:03 -04:00
Alexander Tokmakov
8a71e42f08
Merge pull request #47769 from HarryLeeIBM/hlee-s390x-partid
...
Fix partition ID byte order for s390x
2023-03-21 23:01:36 +03:00
Alexander Tokmakov
7adb1e296c
Merge pull request #47839 from vitlibar/remove-wrong-assert
...
[FixTests] Remove wrong chassert() in UserDefinedSQLObjectsLoaderFromZooKeeper.cpp
2023-03-21 23:00:53 +03:00
jinjunzh
bdb59db8ed
fixed spelling issues
2023-03-21 15:36:38 -04:00
Alexander Tokmakov
0735b667d5
fix bash
2023-03-21 20:24:14 +01:00
Alexander Tokmakov
0989dd837a
Merge pull request #47802 from ClickHouse/fix_some_tests
...
Fix 993 and two other tests
2023-03-21 22:20:06 +03:00
Yakov Olkhovskiy
3d47b051a7
Merge branch 'master' into hlee-s390x-murmurhash
2023-03-21 14:55:11 -04:00
jinjunzh
03f2e5647d
update keywords
2023-03-21 14:23:36 -04:00
jinjunzh
bb8dff8be1
update file path
2023-03-21 14:11:44 -04:00
jinjunzh
049705836e
rename with .md
2023-03-21 14:06:06 -04:00
jinjunzh
ed23d2f3a4
add missing 'docs'
2023-03-21 14:04:16 -04:00
jinjunzh
41eff365a7
update doc for deflate_qpl
2023-03-21 13:58:10 -04:00
robot-ch-test-poll
cd8552928a
Merge pull request #47772 from ClickHouse/s3-fix
...
Fix example on s3 table function page
2023-03-21 18:35:24 +01:00
Smita Kulkarni
aa079efbb7
Addressed review comments
2023-03-21 18:29:26 +01:00
Mikhail f. Shiryaev
d88f71f2b9
Comment stale cherry-pick PRs to resolve conflicts
2023-03-21 18:28:29 +01:00
Rich Raposa
9fb415dd7a
Update iceberg.md
2023-03-21 11:17:04 -06:00
Rich Raposa
8568975c78
Merge branch 'master' into s3-fix
2023-03-21 11:03:55 -06:00
Rich Raposa
cd0ac7a0e1
Update s3.md
2023-03-21 11:03:44 -06:00
vdimir
c25170381c
Better ComparisonTupleEliminationVisitor
2023-03-21 16:23:09 +00:00