[cherry-pick](olap scanner) Scanner row bytes buffer is too small bug #13923
Closed
yiguolei wants to merge 853 commits intoapache:masterfrom
Closed
[cherry-pick](olap scanner) Scanner row bytes buffer is too small bug #13923yiguolei wants to merge 853 commits intoapache:masterfrom
yiguolei wants to merge 853 commits intoapache:masterfrom
Conversation
…pache#11754) (apache#11767) convert dictionary code for delete predicates.
* [fix](agg)disallow group by bitmap or hll data type
…1748) (apache#11813) In row mode schema change, it will fail sometime because memory exceeded. When the left memory is enough for sorting but not enough for next block, it will not flush row_block_arr which data in memory and continue to alloc next block so it can't alloc the memory and return directly. And if it can't alloc the memory for block, it need to flush row_block_arr and try it again unless row_block_arr is empty. Co-authored-by: Lightman <31928846+Lchangliang@users.noreply.github.com>
…pache#11817) Co-authored-by: cambyzju <zhuxiaoli01@baidu.com>
* Support Iceberg on HDFS with HA mode enabled.
…bugFix iceberg on ha-hdfs unknown hostname bug. (apache#11872)
Add http header size parameter
…uring runtime (apache#11862) The column id check in VSlotRef::execute function before is too strict for fuzzy test to continuously produce random query. Temporarily loosen the check logic. Moreover, there exists some careless call to VExpr::get_const_col, it might return a nullptr but not every function call checks if it's valid. It's an underlying problem.
…ache#11863) Co-authored-by: lihaopeng <lihaopeng@baidu.com>
…external table (apache#9198) user can add more supported ODBC Connection Parameters to resource PROPERTIES or external table PROPERTIES
…PE (apache#11886) * [bug](inpredicate) fix in predicate in group by clause may cause NPE
brpc cache may return nullptr.
…expr (apache#13680) We save mv column with alias as table name, and search it with original table name. cherry-pick from master apache#13597
…l cause count distinct result incorrect (apache#13700) cherry-pick apache#13667 apache#13448
…e inaccurate and deadlock (apache#13697) cherry-pick apache#13401, apache#13528, and fix bthead mem tracker dead lock
…pache#13475) (apache#13696) string type length may set to -1 when create TypeDescriptor from thrift or protobuf, this will cause check limit overflow cherry-pick apache#13475
…ble DynamicPartition (apache#13267) (apache#13701) cherry-pick apache#13267
…ESS file (apache#13709) cherry-pick apache#13574
… result on vectorized engine (apache#13729) * [Bug][Vectorized] fix json_object and json_array function return wrong result on vectorized engine Co-authored-by: chenjie <chenjie@cecdat.com>
…exprs (apache#13757) * [fix](plan)result exprs should be substituted in the same way as agg exprs * remove unused code
…load loads the file apache#13804 The where condition does not take effect when spark load loads the file
…her join predicates (apache#13812)
…o illegal character apache#13851
…che#13801) Co-authored-by: chenjie <chenjie@cecdat.com>
…cope (apache#13877) * [fix](planner) infer predicate could generate predicates in another scope
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.
Proposed changes
cherry-pick: #13874
Problem summary
Describe your changes.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...