Backport #12019 to 20.5: Fix overflow in function "neighbor"#12251
Merged
alexey-milovidov merged 492 commits into20.5from Jul 7, 2020
Merged
Backport #12019 to 20.5: Fix overflow in function "neighbor"#12251alexey-milovidov merged 492 commits into20.5from
alexey-milovidov merged 492 commits into20.5from
Conversation
- optimize_skip_unused_shards_nesting (allows control nesting level for shards skipping optimization) - force_skip_optimize_shards_nesting (allows control nesting level for checking was shards skipped or not) - deprecates force_skip_optimize_shards_no_nested
…erate-random Fix array size overflow in generateRandom
Avoid floating point error in geohashesInBox #11369
Fix integration test
Bumps [idna](https://github.com/kjd/idna) from 2.9 to 2.10. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.9...v2.10) Signed-off-by: dependabot-preview[bot] <[email protected]>
…dna-2.10 Bump idna from 2.9 to 2.10 in /docs/tools
Merging #10931 (Storage MongoDB)
* [review][clickhousedocs][translate] DOCSUP-1351: Edit and translate to Russian (#129) * DOCSUP-1351: Add blockSerializedSize (RU) * DOCSUP-1351: Fix blockSerializedSize description by function description template. * DOCSUP-1351: PR8756- Update Distributed engine section. * DOCSUP-1351: PR9076-Show Queries more like MySQL did. * DOCSUP-1351: PR#9919-system.tables improvements (total_rows/total_bytes/storage_policy) * DOCSUP-1351: (ru) blockSerializedSize remake by template. * DOCSUP-1351: PR#9598-Add function arrayReduceInRange and update arrayReduce function. * DOCSUP-1351: PR#9598 Fix arrayReduce and arrayReduceInRanges sections by template. * DOCSUP-1351: Some fixes. * DOCSUP-1351: Some fixes. Co-authored-by: romanzhukov <[email protected]> * CLICKHOUSEDOCS-636: Minor changes. Co-authored-by: Sergei Shtykov <[email protected]> Co-authored-by: Roman Bug <[email protected]> Co-authored-by: romanzhukov <[email protected]>
Avro: allow_missing_fields setting
* Add automated cherry-pick machinery * Added script for backporting machinery * Implement dry-run mode * Comment old methods * Fix python2 * Add ya.make for sandbox tasks * Remove old stuff
Fix calculation of access rights when allow_ddl = 0
Allow to perform "metadata-only" ALTER of partition key.
Fix error in addMonths with floating point argument
Fix overflow in function "neighbor"
…785b05c8ce456e92c1f58ccb2b671 Cherry pick #12019 to 20.5: Fix overflow in function "neighbor"
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.
Original pull-request #12019
Cherry-pick pull-request #12224
This pull-request is a last step of an automated backporting.
Treat it as a standard pull-request: look at the checks and resolve conflicts.
Merge it only if you intend to backport changes to the target branch, otherwise just close it.