20.3 backports part 1#11018
Merged
nikitamikhaylov merged 16 commits intoClickHouse:20.3from May 23, 2020
Merged
Conversation
Added failing tests about "max_rows_to_sort" setting. (cherry picked from commit f7b1263)
Fixed comparing DateTime64 in WHERE against String value (cherry picked from commit 67efc7f)
Fix SELECT of column ALIAS which default expression type different from column type (cherry picked from commit 15e38c8)
ISSUES-10551 add backward compatibility for create bloom filter index (cherry picked from commit db4c235)
…ltaneous_alters Fix alter-mutations assignment (cherry picked from commit 5eebe8c)
Range check in function h3EdgeAngle (cherry picked from commit d0b61f9)
Fix OrNull and OrDefault (cherry picked from commit 699ef4f)
Fix parallel MV (cherry picked from commit ef1c7da)
…-type Use src_type for conversion in KeyCondition (cherry picked from commit a133389)
…-ubsan Fix UBSan and MSan report in DateLUT (cherry picked from commit a2f220f)
…lickhouse Fix the issue with ODBC bridge and identifier_quoting_style = None ClickHouse#7984 (cherry picked from commit 5115ac2)
Fix columns order after Block::sortColumns() (cherry picked from commit 75607db)
…alter_hangs Fix mutations and OPTIMIZE hangs when replica becomes inactive (cherry picked from commit 623b2e5)
…le-for-string Fix SIGSEGV in StringHashTable (if such key does not exist) (cherry picked from commit 0433d9c)
…ueries-incompatibility-19.16-20.1 Fix incompatibility of two-level aggregation between 19.16 and 20.1 (cherry picked from commit c957154)
…mn_size Fix incorrect Column byte size (cherry picked from commit b6b1947)
Contributor
|
If it's ever merged, please squash, so that we can detect the backport from the commit message. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE! Backports.