AlfVII
6848d3df63
Merge branch 'master' into fix-race-condition-between-inserts-and-dropping-mvs
2022-11-24 12:32:40 +01:00
alesapin
f64f0461fe
Merge pull request #43288 from ClickHouse/Enable_compress_marks_and_primary_key
...
Enable compress marks and primary key for CI
2022-11-24 12:24:04 +01:00
Vladimir C
84ea4f8acf
Merge pull request #43613 from ClickHouse/revert-41245-hlee-s390x-lru-file-cache
2022-11-24 12:23:14 +01:00
Vladimir C
a2e1269ef2
Revert "Fix endian issue in integer hex string conversion"
2022-11-24 12:22:22 +01:00
Vladimir C
b784128c88
Merge pull request #41245 from HarryLeeIBM/hlee-s390x-lru-file-cache
2022-11-24 12:08:36 +01:00
Vladimir C
4819bc24b0
Merge pull request #43414 from azat/func/sumMap-decimal-Nullable-fix
...
Fixes https://github.com/ClickHouse/ClickHouse/issues/43395
2022-11-24 11:58:02 +01:00
Han Fei
4ce3cafe61
Merge pull request #43599 from bit-ranger/master
...
Update sparse-primary-indexes.md to correct typo
2022-11-24 11:08:10 +01:00
Alfonso Martinez
e116bc71fe
Changed maximum test timeout to 55s
2022-11-24 10:17:13 +01:00
bit-ranger
1a82e76c88
Merge branch 'master' into master
2022-11-24 16:58:54 +08:00
bit-ranger
6606bc7ede
Update sparse-primary-indexes.md to correct typo
2022-11-24 17:56:59 +09:00
Maksim Kita
9b935694ca
Merge pull request #43572 from kitaisreal/analyzer-table-functions-untuple-fix
...
Analyzer table functions untuple fix
2022-11-24 11:28:56 +03:00
Azat Khuzhin
eea32a3beb
Make insertRangeFrom() more exception safe ( #43338 )
...
* Make ColumnArray::insertRangeFrom() more safe
This should avoid possible out of sync and LOGICAL_ERROR exception
'offsets_column has data inconsistent with nested_column.'
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
* Make ColumnString::insertRangeFrom() more exception safe
Otherwise it is possible for offsets and chars go out of sync and
eventually you will get LOGICAL_ERROR exception
'String offsets has data inconsistent with chars array'
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-23 23:41:14 +01:00
Alexander Tokmakov
f0fc71f09f
Merge pull request #43489 from azat/drop-fix
...
Avoid possible DROP hung due to attached web disk
2022-11-23 23:54:55 +03:00
Dan Roscigno
b2b4e1017f
Merge pull request #43363 from CamiloSierraH/patch-6
...
ATTACH query ignores the SELECT query on MV
2022-11-23 11:35:15 -05:00
Dan Roscigno
31f346e2e5
Merge pull request #43330 from CamiloSierraH/patch-5
...
adding one link and note about disk usage for projections
2022-11-23 11:32:56 -05:00
Camilo Sierra
ca3f819401
Update docs/en/sql-reference/statements/create/view.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-11-23 16:53:21 +01:00
Dan Roscigno
0e0fef4f51
Merge branch 'master' into patch-6
2022-11-23 10:41:39 -05:00
Dan Roscigno
02a0d4f2e5
Update docs/en/sql-reference/statements/alter/projection.md
2022-11-23 10:39:10 -05:00
Maksim Kita
ee9a18f0d9
Analyzer table functions untuple fix
2022-11-23 16:03:06 +01:00
Sema Checherinda
6040e35949
Merge pull request #43504 from CheSema/create-parser-fuzzer-stack-overflow
...
check ast limits for create_parser_fuzzer
2022-11-23 15:15:17 +01:00
Alexey Milovidov
0076109654
Merge pull request #43535 from bit-ranger/master
...
Update kafka.md to correct link address
2022-11-23 14:50:07 +01:00
Alexey Milovidov
59cd6abf7d
Merge pull request #43538 from gingerwizard/diag_sec
...
bump lib for diag
2022-11-23 14:48:34 +01:00
Alexander Tokmakov
52de0423bf
Merge pull request #43571 from ClickHouse/revert-43404-part.log.uuid
...
Revert "Add table_uuid to system.parts"
2022-11-23 16:42:16 +03:00
Alexander Tokmakov
c0133199c8
Revert "Add table_uuid to system.parts"
2022-11-23 16:41:43 +03:00
Alexander Tokmakov
672b2a2325
Merge pull request #43401 from ClickHouse/revert_SingleValueDataString_followup
...
Fix mess with signed sizes in SingleValueDataString
2022-11-23 16:21:58 +03:00
Alexander Tokmakov
81abb2036e
Merge pull request #43514 from ClickHouse/add_test_singledatavalue
...
Add another test for SingleDataValueString
2022-11-23 15:05:08 +03:00
Alexander Gololobov
1dec7910c3
Merge pull request #43336 from azat/buffer/fix-rollback
...
Fix possible "No column to rollback" logical error during INSERT into Buffer
2022-11-23 13:00:32 +01:00
Alexander Tokmakov
72d1089745
Merge pull request #43550 from ClickHouse/tavplubix-patch-7
...
Disable broken 00176_bson_parallel_parsing
2022-11-23 14:58:32 +03:00
Alexander Tokmakov
a2c53a56c2
Update 00176_bson_parallel_parsing.sh
2022-11-23 14:57:13 +03:00
Igor Nikonov
6ef83f455c
Merge pull request #43410 from ClickHouse/igor/fix-distinct-limitby-limit
...
Fix: limit hint for DISTINCT ignores LIMIT BY
2022-11-23 12:43:15 +01:00
Alexander Tokmakov
a58e10298c
Merge pull request #43542 from ClickHouse/tavplubix-patch-7
...
Temporarily disable `test_hive_query`
2022-11-23 14:12:03 +03:00
Alexander Tokmakov
f44eb4e021
Update test.py
2022-11-23 14:10:49 +03:00
Nikolay Degterinsky
ad11b73218
Merge pull request #43540 from Nyantechnolog/patch-1
...
doc fix
2022-11-23 12:07:38 +01:00
Kseniia Sumarokova
c81257c7e2
Merge pull request #43442 from kssenii/fix-progress-from-stdin
...
Show read rows for reading from stdin in client
2022-11-23 11:23:16 +01:00
Maksim Kita
43a451d55e
Merge pull request #43321 from kitaisreal/analyzer-small-fixes
...
Analyzer small fixes
2022-11-23 13:19:32 +03:00
Alfonso Martinez
75c1bb4f6a
Added timeout to test
2022-11-23 10:36:27 +01:00
Sidorov Pavel
51dac6ac7a
doc fix
2022-11-23 12:33:25 +03:00
Dale McDiarmid
60f7a40c0b
bump lib for diag
2022-11-23 09:25:58 +00:00
bit-ranger
c6946d96a1
Update kafka.md
2022-11-23 16:30:53 +09:00
Sema Checherinda
4820cfbb91
check ast limits for create_parser_fuzzer
2022-11-23 00:46:27 +01:00
Maksim Kita
db1b971643
Merge pull request #43451 from ClickHouse/explain-query-tree-run
...
Set run_passes to 1 by default
2022-11-23 01:30:49 +03:00
Alexey Milovidov
26d7b234b7
Merge pull request #43166 from azat/build/libcxx-only-for-cxx
...
Do not include libcxx library for C
2022-11-22 20:11:07 +01:00
Alexey Milovidov
25780be0c6
Merge pull request #42265 from taofengliu/group_by_all
...
Support GROUP BY ALL
2022-11-22 20:08:23 +01:00
Alexey Milovidov
8cb34913a1
Merge pull request #42461 from Enmk/ldap_fix_search_limit
...
fix LDAP in case of many roles on user
2022-11-22 20:05:14 +01:00
Alexey Milovidov
b6fd28cd85
Merge pull request #43409 from azat/local/fix-uaf
...
Fix possible heap-use-after-free in local if history file cannot be created
2022-11-22 19:27:08 +01:00
Alexey Milovidov
c23b8c69db
Merge pull request #42791 from azat/fix-pe-overflow
...
Fix incorrect UserTimeMicroseconds/SystemTimeMicroseconds accounting
2022-11-22 19:22:51 +01:00
Alexey Milovidov
75dbd6828a
Merge pull request #43082 from Algunenano/werror_base
...
Add global flags to base/ libraries
2022-11-22 19:18:44 +01:00
Alexey Milovidov
f42be5ffd3
Merge pull request #43275 from azat/build/sanitize-targets
...
Sanitize thirdparty libraries for public flags
2022-11-22 19:18:26 +01:00
alesapin
41d3825770
Merge branch 'Enable_compress_marks_and_primary_key' of https://github.com/ClickHouse/ClickHouse into Enable_compress_marks_and_primary_key
2022-11-22 19:12:00 +01:00
alesapin
31142808de
Disable compressed marks and index in stress tests
2022-11-22 19:10:51 +01:00