Braulio Valdivielso
4e103b94f0
Merge branch 'master' into add-function/tupleToNameValuePairs
2021-08-11 18:35:44 +01:00
Braulio Valdivielso
dbf4d14b42
remove unused extern declaration
2021-08-11 18:33:22 +01:00
Nikolai Kochetov
f80da4c2c1
Merge pull request #27562 from kssenii/fix-integration-tests
...
Fix integration tests
2021-08-11 20:23:54 +03:00
alexey-milovidov
f8bdbe7dfd
Update and rename 40_bug-report.md to 85_bug-report.md
2021-08-11 20:01:18 +03:00
Maksim Kita
b587431b98
Merge pull request #27556 from benbiti/fix-QueryMemoryLimitExceeded-event
...
fix recalculate QueryMemoryLimitExceeded event error
2021-08-11 19:50:00 +03:00
Maksim Kita
c52e23a15c
Merge pull request #27574 from kitaisreal/aggregation-temporary-disable-compilation-without-key
...
Aggregation temporary disable compilation without key
2021-08-11 19:42:34 +03:00
Maksim Kita
07c1a8e26e
Aggregation temporary disable compilation without key
2021-08-11 19:37:33 +03:00
alexey-milovidov
fe40990a6d
Update CHANGELOG.md
2021-08-11 19:37:03 +03:00
Maksim Kita
486f857922
Merge pull request #27566 from kitaisreal/dictionaries-refactor
...
Dictionaries refactor
2021-08-11 19:29:52 +03:00
Maksim Kita
51d31b9213
Dictionaries refactor
2021-08-11 15:32:01 +03:00
kssenii
5ba959e12c
Add timeout
2021-08-11 12:30:11 +00:00
kssenii
eaea0a3e40
fix
2021-08-11 12:05:38 +00:00
Alexander Kuzmenkov
8f9845722a
Merge pull request #27250 from azat/minmax-nullable-new-format
...
Add new index data skipping minmax index format for proper Nullable support
2021-08-11 13:56:16 +03:00
tavplubix
2bf443ee5e
Merge pull request #27521 from ClickHouse/tavplubix-patch-3
...
Fix Logical error: 'Table UUID is not specified in DDL log'
2021-08-11 13:25:20 +03:00
Ivan Blinkov
72393d6deb
Less emotions
2021-08-11 13:05:18 +03:00
benbiti
83ebcd45eb
dup codes calc QueryMemoryLimitExceeded
2021-08-11 17:03:07 +08:00
Vladimir C
2d4030f98b
Merge pull request #27271 from ClickHouse/filimonov-changelog-21.8
...
Changelog for 21.8
2021-08-11 10:02:29 +03:00
vdimir
70db20172e
'Map type for system logs tables' is not backward incompatible in 21.8 changelog
2021-08-11 09:58:14 +03:00
vdimir
0737925dbe
Reorder entries in 21.8 changelog
2021-08-11 09:53:09 +03:00
vdimir
5a4684cdc5
Upd changelog for 21.8
2021-08-11 09:52:37 +03:00
Alexey Milovidov
08f8511854
Fix Style
2021-08-11 06:52:28 +03:00
alexey-milovidov
54d8282209
Merge pull request #27248 from azat/mt-mutation-stuck-fix
...
Fix mutation stuck on invalid partitions in non-replicated MergeTree
2021-08-11 06:10:15 +03:00
alexey-milovidov
a0a5c0da32
Update BackgroundJobsExecutor.cpp
2021-08-11 06:08:30 +03:00
Braulio Valdivielso
65920b26bd
remove unnecessary comment
...
The `tupleToNameValuePairs` function is not expected to cast types of
values in a tuple to the least common super type. Users will have to
be explicit about casting in their queries
2021-08-10 23:20:15 +01:00
Braulio Valdivielso
4d2af9c404
change type annotation to aid devirtualization
2021-08-10 23:19:50 +01:00
Maksim Kita
be9444183b
Merge pull request #27514 from imiskolee/feature-add-source-ip-on-password-incorrect-error-message
...
add from IP on login fails error message
2021-08-10 23:57:42 +03:00
Braulio Valdivielso
a880b8a7a1
fixup! clean up and add more tests
2021-08-10 21:47:56 +01:00
Braulio Valdivielso
68c8a168b1
change name to function to "tupleToNameValuePairs"
2021-08-10 21:33:24 +01:00
alexey-milovidov
c9fa892230
Merge pull request #27508 from ClickHouse/untangle-cpu-features
...
Untangle CPU features specification in CMake
2021-08-10 22:45:39 +03:00
mergify[bot]
6bdd98642b
Merge branch 'master' into tavplubix-patch-3
2021-08-10 17:56:34 +00:00
Nikolai Kochetov
f0a7c6ec94
Merge pull request #27516 from vdimir/fix-join-const-nullable
...
Fix Nullable const columns in JOIN
2021-08-10 19:56:58 +03:00
Alexander Kuzmenkov
3f7b96e15b
Merge pull request #27487 from ClickHouse/aku/kill-window
...
make it possible to cancel window functions on ctrl+c
2021-08-10 14:17:34 +03:00
Maksim Kita
87fb75b272
Merge pull request #27191 from FArthur-cmd/memory-tracker-26043
...
Client with flag for memory tracker
2021-08-10 14:01:02 +03:00
Maksim Kita
2054ecb1ce
Merge pull request #27031 from excitoon-favorites/asyncmetrics
...
Improved logging of `hwmon` sensor errors in `AsynchronousMetrics`
2021-08-10 14:00:36 +03:00
Maksim Kita
f729961c34
Merge pull request #27520 from ClickHouse/website-success-stories-2
...
Update success stories on the website front page
2021-08-10 13:45:55 +03:00
Nikita Mikhaylov
062ff30166
Merge pull request #27483 from nikitamikhaylov/block-reserve
...
Added reserve method to Block
2021-08-10 13:17:32 +03:00
vdimir
ae3726643d
Support ColumnConst(ColumnLowCardinality) in JoinCommon::convertColumnToNullable
2021-08-10 12:59:13 +03:00
tavplubix
d8375a88ec
Update InterpreterCreateQuery.cpp
2021-08-10 12:42:01 +03:00
tavplubix
cd65eb031a
Merge pull request #27518 from ClickHouse/rename_materialize_mysql2
...
MaterializedMySQL: minor fix in docs
2021-08-10 12:17:10 +03:00
Ivan Blinkov
83287827f2
Update success stories on the website front page
2021-08-10 12:17:08 +03:00
Maksim Kita
12149d1ebb
Merge pull request #27234 from DHBin/add_bitmapSubsetOffsetLimit
...
add bitmapSubsetOffsetLimit function
2021-08-10 12:09:56 +03:00
Filatenkov Artur
0db028bb49
Update Client.cpp
2021-08-10 12:00:55 +03:00
Filatenkov Artur
3545f2a4ee
Update Client.cpp
2021-08-10 11:59:11 +03:00
Maksim Kita
9fa7f3ab5e
Merge pull request #27513 from ClickHouse/web-ui-better-block-characters
...
Better block drawing characters in Web UI
2021-08-10 11:48:42 +03:00
vdimir
dfccc85a33
Check const and lc nested can beome nullable in JoinCommon::convertColumnToNullable
2021-08-10 11:37:55 +03:00
Alexander Tokmakov
6ebde145eb
fix docs
2021-08-10 11:24:22 +03:00
robot-clickhouse
84d936355a
Update version_date.tsv after release 21.7.7.47
2021-08-10 11:12:18 +03:00
vdimir
7c15d6aa41
Do not convert const to full in JoinCommon::convertColumnToNullable
2021-08-10 10:50:56 +03:00
vdimir
77adb509cb
Fix Nullable const columns in JOIN
2021-08-10 10:42:56 +03:00
Kseniia Sumarokova
f6cabb6e08
Merge pull request #27055 from olgarev/revolg-DOCSUP-12003-S3_and_HDFS_zero_copy_replication
...
DOCSUP-12003: S3 and HDFS zero copy replication
2021-08-10 08:57:35 +03:00