Skip to content

Backport #12292 to 20.5: Fix typo in setting name#12362

Merged
alexey-milovidov merged 1122 commits into20.5from
backport/20.5/12292
Jul 10, 2020
Merged

Backport #12292 to 20.5: Fix typo in setting name#12362
alexey-milovidov merged 1122 commits into20.5from
backport/20.5/12292

Conversation

@robot-clickhouse
Copy link
Member

Original pull-request #12292
Cherry-pick pull-request #12345

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.

alexey-milovidov and others added 30 commits July 4, 2020 23:34
Fix Parquet for LowCardinality
Fix result_rows and result_bytes metrics for selects.
Add missed <atomic> include in ProxyListConfiguration
This is to know the memory allocation size distribution, that can be
obtained later from left-metric-log.tsv.

This is an attempt to tune tcmalloc (new CPP version by google) to use
lock-free part of the allocator for typical allocations (and it is a bad
idea just to increase kMaxSize there, since number of allocation for
each size class is also important).

P.S. hope that this file will be applied, if no, then the same effect
can be reached by tunning defaults in Settings.h

Refs: #11590
Cc: @akuzm
Remove harmful code from "geoDistance"
akuzm and others added 26 commits July 8, 2020 15:07
AST-based query fuzzing mode for clickhouse-client
Headers for CSVWithNames in StorageFile
…ary-failed-to-load

Show error after TrieDictionary failed to load.
…t main() { return std::vector<const char>{1, 2, 3}.size(); }'
* first try

* change submodule

* Update .gitmodules

* include build directory

* Update .gitmodules

Co-authored-by: Nikita Mikhailov <[email protected]>
Bump arrow to 0.17 (and flatbuffers to v1.12, required by arrow)
Cap max_memory_usage* limits to the process resident memory
Fix over-limiting the number of threads for union.
…ctGet-fixes

Fix dictGet arguments check during GROUP BY injective functions elimination
…28474a0a5c528475cdc98f31bf394

Cherry pick #12292 to 20.5: Fix typo in setting name
@robot-clickhouse robot-clickhouse added the pr-backport Changes, backported to release branch. Do not use manually - automated use only! label Jul 9, 2020
@alexey-milovidov alexey-milovidov merged commit d7d93fe into 20.5 Jul 10, 2020
@alexey-milovidov alexey-milovidov deleted the backport/20.5/12292 branch July 10, 2020 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backport Changes, backported to release branch. Do not use manually - automated use only!

Projects

None yet

Development

Successfully merging this pull request may close these issues.