[GitHub] [doris] gavinchou commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-24 Thread GitBox
gavinchou commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1256896326 @adonis0147 AFAIK, the worst case of this proposal is that some one forgets to update version.txt, which is no worse than the current situation -- we all have to rebuild all the thi

[GitHub] [doris] HappenLee commented on a diff in pull request #12936: [enhancement](string column)copy string continuous

2022-09-24 Thread GitBox
HappenLee commented on code in PR #12936: URL: https://github.com/apache/doris/pull/12936#discussion_r979193618 ## be/src/olap/rowset/segment_v2/page_io.cpp: ## @@ -34,7 +34,7 @@ namespace doris { namespace segment_v2 { using strings::Substitute; - +enum { PAGE_PADDING_SIZE

[GitHub] [doris] morningman merged pull request #12903: [fix](new-scan)Fix new scanner load job bugs.

2022-09-24 Thread GitBox
morningman merged PR #12903: URL: https://github.com/apache/doris/pull/12903 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] dataroaring commented on pull request #12834: [fix](function)fix string split function buffer overflow

2022-09-24 Thread GitBox
dataroaring commented on PR #12834: URL: https://github.com/apache/doris/pull/12834#issuecomment-1256923126 > please add test case I discussed it with @starocean999 , it is a problem due to memory overflow, it is difficult to find a simple case can cover it and the test pipeline is

[GitHub] [doris] dataroaring merged pull request #12834: [fix](function)fix string split function buffer overflow

2022-09-24 Thread GitBox
dataroaring merged PR #12834: URL: https://github.com/apache/doris/pull/12834 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris] adonis0147 commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-24 Thread GitBox
adonis0147 commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1256923941 @gavinchou If we don't resolve the issues with dependency tree, the version counter way can be optimized by MD5 way. The differences can be figured out automatically and we don't need

[GitHub] [doris] adonis0147 commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-24 Thread GitBox
adonis0147 commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1256926409 The workflow we update the third parties is described as follow: 1. In `thirdparty/vars.sh`, we modify the corresponding information of some packages. Taking `BRPC` as an example

[GitHub] [doris] zhannngchen opened a new pull request, #12943: [branch-1.1-lts](cherry-pick)Refine the load channel flush policy on mem limit…

2022-09-24 Thread GitBox
zhannngchen opened a new pull request, #12943: URL: https://github.com/apache/doris/pull/12943 … (#12716) 1. Remove single load channel mem limit, only use load channel mgr mem limit 2. Default load channel mgr mem limit from 50% to 80% 3. load channel mgr add soft mem limit. Whe

[GitHub] [doris] starocean999 opened a new pull request, #12944: [enhancement](agg)remove unnessasery group by exprs

2022-09-24 Thread GitBox
starocean999 opened a new pull request, #12944: URL: https://github.com/apache/doris/pull/12944 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] JNSimba commented on issue #10454: [Bug] datax doriswriter write failed

2022-09-24 Thread GitBox
JNSimba commented on issue #10454: URL: https://github.com/apache/doris/issues/10454#issuecomment-1256954847 What is your httpclient version, generally too low will report this error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] xiaokang commented on pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-09-24 Thread GitBox
xiaokang commented on PR #11579: URL: https://github.com/apache/doris/pull/11579#issuecomment-1256957164 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] morningman commented on a diff in pull request #12899: [feature-wip](new-scan)Add new odbc scanner and new odbc scan node

2022-09-24 Thread GitBox
morningman commented on code in PR #12899: URL: https://github.com/apache/doris/pull/12899#discussion_r979237838 ## be/src/vec/exec/scan/new_odbc_scanner.cpp: ## @@ -0,0 +1,207 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

[GitHub] [doris] morningman commented on a diff in pull request #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-09-24 Thread GitBox
morningman commented on code in PR #12848: URL: https://github.com/apache/doris/pull/12848#discussion_r979238475 ## be/src/vec/exec/scan/new_jdbc_scanner.cpp: ## @@ -0,0 +1,148 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

[GitHub] [doris-flink-connector] JNSimba opened a new pull request, #64: [Feature] Support Schema change for flink1.14

2022-09-24 Thread GitBox
JNSimba opened a new pull request, #64: URL: https://github.com/apache/doris-flink-connector/pull/64 ## Problem Summary: Support Light Schema Change, such as FlinkCDC scenarios. **Main process** 1. Customize JsonDebeziumSchemaSerializer to get records passed by CDC (JsonDebe

[GitHub] [doris] dinggege1024 commented on pull request #12818: [refactor](fe-core src test catalog): refactor and replace use NIO

2022-09-24 Thread GitBox
dinggege1024 commented on PR #12818: URL: https://github.com/apache/doris/pull/12818#issuecomment-1256971469 > Why changing this? Is there any explaination? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [doris] Gabriel39 opened a new pull request, #12945: update

2022-09-24 Thread GitBox
Gabriel39 opened a new pull request, #12945: URL: https://github.com/apache/doris/pull/12945 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] Gabriel39 merged pull request #12945: [Improvement](string) Optimize scanning for string

2022-09-24 Thread GitBox
Gabriel39 merged PR #12945: URL: https://github.com/apache/doris/pull/12945 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] morningman commented on a diff in pull request #12898: [feature-wip](parquet-reader) pre read page data in advance to avoid frequent seek

2022-09-24 Thread GitBox
morningman commented on code in PR #12898: URL: https://github.com/apache/doris/pull/12898#discussion_r979150149 ## be/src/common/config.h: ## @@ -811,7 +811,12 @@ CONF_Int32(object_pool_buffer_size, "100"); // ParquetReaderWrap prefetch buffer size CONF_Int32(parquet_reader_m

[GitHub] [doris] github-actions[bot] commented on pull request #12898: [feature-wip](parquet-reader) pre read page data in advance to avoid frequent seek

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12898: URL: https://github.com/apache/doris/pull/12898#issuecomment-1256974224 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12898: [feature-wip](parquet-reader) pre read page data in advance to avoid frequent seek

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12898: URL: https://github.com/apache/doris/pull/12898#issuecomment-1256974229 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12898: [feature-wip](parquet-reader) pre read page data in advance to avoid frequent seek

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12898: URL: https://github.com/apache/doris/pull/12898#issuecomment-1256974223 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12898: [feature-wip](parquet-reader) pre read page data in advance to avoid frequent seek

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12898: URL: https://github.com/apache/doris/pull/12898#issuecomment-1256974230 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] Gabriel39 opened a new pull request, #12946: [Improvement](dict) optimize dictionary column (revert previous one)

2022-09-24 Thread GitBox
Gabriel39 opened a new pull request, #12946: URL: https://github.com/apache/doris/pull/12946 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] Gabriel39 merged pull request #12946: [Improvement](dict) optimize dictionary column (revert previous one)

2022-09-24 Thread GitBox
Gabriel39 merged PR #12946: URL: https://github.com/apache/doris/pull/12946 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] morrySnow commented on a diff in pull request #12894: [feature](nereids) extract single table expression for push down

2022-09-24 Thread GitBox
morrySnow commented on code in PR #12894: URL: https://github.com/apache/doris/pull/12894#discussion_r979265588 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/ExtractSingleTableExpressionFromDisjunction.java: ## @@ -0,0 +1,168 @@ +// Licensed to the A

[GitHub] [doris] morrySnow commented on a diff in pull request #12151: [Nereids][Feature] Constant fold of an expression

2022-09-24 Thread GitBox
morrySnow commented on code in PR #12151: URL: https://github.com/apache/doris/pull/12151#discussion_r979267332 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/FoldConstantRuleOnFE.java: ## @@ -0,0 +1,310 @@ +// Licensed to the Apache Software

[GitHub] [doris] morrySnow commented on a diff in pull request #12151: [Nereids][Feature] Constant fold of an expression

2022-09-24 Thread GitBox
morrySnow commented on code in PR #12151: URL: https://github.com/apache/doris/pull/12151#discussion_r979267670 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/FoldConstantRuleOnFE.java: ## @@ -0,0 +1,310 @@ +// Licensed to the Apache Software

[GitHub] [doris] Gabriel39 opened a new pull request, #12947: [Improvement](string) Optimize string comparion

2022-09-24 Thread GitBox
Gabriel39 opened a new pull request, #12947: URL: https://github.com/apache/doris/pull/12947 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] Gabriel39 merged pull request #12947: [Improvement](string) Optimize string comparion

2022-09-24 Thread GitBox
Gabriel39 merged PR #12947: URL: https://github.com/apache/doris/pull/12947 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] xinyiZzz opened a new pull request, #12948: [branch-1.1-lts](cherry-pick) Refactor load channel mem tracker to improve accuracy

2022-09-24 Thread GitBox
xinyiZzz opened a new pull request, #12948: URL: https://github.com/apache/doris/pull/12948 # Proposed changes Issue Number: close #xxx ## Problem summary cherry-pick: #12791 Because load_channel => memtable is still the old mem tracker on 1.1-lts, the content of the

[GitHub] [doris] zy-kkk opened a new pull request, #12949: [typo](docs)Optimized string and date function doc

2022-09-24 Thread GitBox
zy-kkk opened a new pull request, #12949: URL: https://github.com/apache/doris/pull/12949 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] dataroaring merged pull request #12948: [branch-1.1-lts](cherry-pick) Refactor load channel mem tracker to improve accuracy

2022-09-24 Thread GitBox
dataroaring merged PR #12948: URL: https://github.com/apache/doris/pull/12948 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris] Gabriel39 opened a new pull request, #12950: [Improvement](sort) Reuse memory in sort node

2022-09-24 Thread GitBox
Gabriel39 opened a new pull request, #12950: URL: https://github.com/apache/doris/pull/12950 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] Gabriel39 merged pull request #12950: [Improvement](sort) Reuse memory in sort node

2022-09-24 Thread GitBox
Gabriel39 merged PR #12950: URL: https://github.com/apache/doris/pull/12950 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] Gabriel39 merged pull request #12944: [enhancement](agg)remove unnessasery group by exprs

2022-09-24 Thread GitBox
Gabriel39 merged PR #12944: URL: https://github.com/apache/doris/pull/12944 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] github-actions[bot] commented on pull request #12949: [typo](docs)Optimized string and date function doc

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12949: URL: https://github.com/apache/doris/pull/12949#issuecomment-1257104046 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12949: [typo](docs)Optimized string and date function doc

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12949: URL: https://github.com/apache/doris/pull/12949#issuecomment-1257104041 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] xinyiZzz merged pull request #12938: [fix](load) print detailed error message

2022-09-24 Thread GitBox
xinyiZzz merged PR #12938: URL: https://github.com/apache/doris/pull/12938 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris-website] hf200012 merged pull request #88: [doc] Add blog 'principle of Doris Stream Load'

2022-09-24 Thread GitBox
hf200012 merged PR #88: URL: https://github.com/apache/doris-website/pull/88 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] xinyiZzz opened a new pull request, #12951: [branch-1.1-lts](cherry-pick) Fix bug that cache consume causes inaccurate process tracker

2022-09-24 Thread GitBox
xinyiZzz opened a new pull request, #12951: URL: https://github.com/apache/doris/pull/12951 # Proposed changes Issue Number: close #xxx ## Problem summary cherry-pick #12932 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] dataroaring merged pull request #12951: [branch-1.1-lts](cherry-pick) Fix bug that cache consume causes inaccurate process tracker

2022-09-24 Thread GitBox
dataroaring merged PR #12951: URL: https://github.com/apache/doris/pull/12951 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris-flink-connector] link3280 opened a new issue, #65: [Bug] QueryPlan deserialization error if there're exceptions

2022-09-24 Thread GitBox
link3280 opened a new issue, #65: URL: https://github.com/apache/doris-flink-connector/issues/65 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1

[GitHub] [doris-flink-connector] link3280 opened a new pull request, #66: [Fix] fix deserialization error for QueryPlan exception

2022-09-24 Thread GitBox
link3280 opened a new pull request, #66: URL: https://github.com/apache/doris-flink-connector/pull/66 # Proposed changes Issue Number: close #65 ## Problem Summary: Deserialization error on QueryPlan with exceptions. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] tarepanda1024 closed pull request #12795: [improvement](git) add fe/core/bin/ to .gitignore

2022-09-24 Thread GitBox
tarepanda1024 closed pull request #12795: [improvement](git) add fe/core/bin/ to .gitignore URL: https://github.com/apache/doris/pull/12795 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [doris] github-actions[bot] commented on pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #10322: URL: https://github.com/apache/doris/pull/10322#issuecomment-1257124505 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #10322: URL: https://github.com/apache/doris/pull/10322#issuecomment-1257124517 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] yiguolei closed pull request #12937: [enhancement](rpc)send eos flag with data block to fe

2022-09-24 Thread GitBox
yiguolei closed pull request #12937: [enhancement](rpc)send eos flag with data block to fe URL: https://github.com/apache/doris/pull/12937 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [doris] yiguolei closed pull request #12892: [config](vec) control num free block by be config

2022-09-24 Thread GitBox
yiguolei closed pull request #12892: [config](vec) control num free block by be config URL: https://github.com/apache/doris/pull/12892 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [doris] morningman merged pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-09-24 Thread GitBox
morningman merged PR #10322: URL: https://github.com/apache/doris/pull/10322 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] github-actions[bot] commented on pull request #12824: [fix](log)Audit log status is incorrect

2022-09-24 Thread GitBox
github-actions[bot] commented on PR #12824: URL: https://github.com/apache/doris/pull/12824#issuecomment-1257129318 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] freesinger commented on pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-09-24 Thread GitBox
freesinger commented on PR #10322: URL: https://github.com/apache/doris/pull/10322#issuecomment-1257129704 Thanks for @xiaokang 's carefully review and tremendous aids. Cheers~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12695: [enhancement](test) add tpcds_sf1000 to p2

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12695: URL: https://github.com/apache/doris/pull/12695#issuecomment-1257141624 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12695: [enhancement](test) add tpcds_sf1000 to p2

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12695: URL: https://github.com/apache/doris/pull/12695#issuecomment-1257141625 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12698: [enhancement](test) add tpch_sf10 cases to p2

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12698: URL: https://github.com/apache/doris/pull/12698#issuecomment-1257143883 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12698: [enhancement](test) add tpch_sf10 cases to p2

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12698: URL: https://github.com/apache/doris/pull/12698#issuecomment-1257143876 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] Diksha587 commented on issue #11706: Good First Issue

2022-09-25 Thread GitBox
Diksha587 commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1257150840 > > @luzhijing I am interested in DOCS & BLOGS TRANSLATION. I am new to Open-Source, if there's any post remaining to assign , Please assign me. I want to contribute. > > We

[GitHub] [doris] HappenLee merged pull request #12867: [Improvement](predicate) Replace for-loop by memcpy

2022-09-25 Thread GitBox
HappenLee merged PR #12867: URL: https://github.com/apache/doris/pull/12867 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] HappenLee merged pull request #12852: [Improvement](dict) optimize dictionary column

2022-09-25 Thread GitBox
HappenLee merged PR #12852: URL: https://github.com/apache/doris/pull/12852 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] HappenLee merged pull request #12823: [Refactor](datev2) Update comments for datev2/datetimev2

2022-09-25 Thread GitBox
HappenLee merged PR #12823: URL: https://github.com/apache/doris/pull/12823 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] dataroaring closed pull request #12595: [fix](storage) Level1Iterator should release iterators in heap

2022-09-25 Thread GitBox
dataroaring closed pull request #12595: [fix](storage) Level1Iterator should release iterators in heap URL: https://github.com/apache/doris/pull/12595 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [doris] dataroaring closed pull request #10456: add back SuiteInfo.groovy removed by 4f0172

2022-09-25 Thread GitBox
dataroaring closed pull request #10456: add back SuiteInfo.groovy removed by 4f0172 URL: https://github.com/apache/doris/pull/10456 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [doris] luzhijing commented on issue #11706: Good First Issue

2022-09-25 Thread GitBox
luzhijing commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1257184137 > > > @luzhijing I am interested in DOCS & BLOGS TRANSLATION. I am new to Open-Source, if there's any post remaining to assign , Please assign me. I want to contribute. > >

[GitHub] [doris] github-actions[bot] commented on pull request #12899: [feature-wip](new-scan)Add new odbc scanner and new odbc scan node

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12899: URL: https://github.com/apache/doris/pull/12899#issuecomment-1257193057 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12899: [feature-wip](new-scan)Add new odbc scanner and new odbc scan node

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12899: URL: https://github.com/apache/doris/pull/12899#issuecomment-1257193045 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] morningman merged pull request #12898: [feature-wip](parquet-reader) pre read page data in advance to avoid frequent seek

2022-09-25 Thread GitBox
morningman merged PR #12898: URL: https://github.com/apache/doris/pull/12898 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] github-actions[bot] commented on pull request #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12848: URL: https://github.com/apache/doris/pull/12848#issuecomment-1257193572 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12848: URL: https://github.com/apache/doris/pull/12848#issuecomment-1257193579 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] sahilm-10 commented on issue #11706: Good First Issue

2022-09-25 Thread GitBox
sahilm-10 commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1257206157 @luzhijing I have Translated and made the PR. Can you please review it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [doris] morningman merged pull request #12696: [enhancement](test) add github events cases to p2

2022-09-25 Thread GitBox
morningman merged PR #12696: URL: https://github.com/apache/doris/pull/12696 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] morningman merged pull request #12694: [enhancement](test) add brown cases to p2

2022-09-25 Thread GitBox
morningman merged PR #12694: URL: https://github.com/apache/doris/pull/12694 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] xinyiZzz opened a new pull request, #12952: [branch-1.1-lts](cherry-pick) Fix buffer pool deadlock

2022-09-25 Thread GitBox
xinyiZzz opened a new pull request, #12952: URL: https://github.com/apache/doris/pull/12952 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] morningman opened a new pull request, #12953: [feature-wip](new-scan) support more load situation

2022-09-25 Thread GitBox
morningman opened a new pull request, #12953: URL: https://github.com/apache/doris/pull/12953 # Proposed changes Issue Number: close #xxx ## Problem summary 1. add orc reader in vfile_scanner 2. refactor the logic of `VFileScanner::_get_block_impl()` 1. Support l

[GitHub] [doris] xinyiZzz opened a new pull request, #12954: [fix](memtracker) Remove mem tracker record mem pool actual memory usage

2022-09-25 Thread GitBox
xinyiZzz opened a new pull request, #12954: URL: https://github.com/apache/doris/pull/12954 # Proposed changes Issue Number: close #xxx ## Problem summary In order to avoid different mem tracker consumption values of multiple queries/loads, and the difference between the

[GitHub] [doris] github-actions[bot] commented on pull request #8548: fix sort spill memory limit

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #8548: URL: https://github.com/apache/doris/pull/8548#issuecomment-1257318693 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] stalary commented on issue #12942: [Feature] [Recursive] Common Table Expressions in MySQL (CTEs)

2022-09-25 Thread GitBox
stalary commented on issue #12942: URL: https://github.com/apache/doris/issues/12942#issuecomment-1257320050 Not support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] github-actions[bot] commented on pull request #12887: [enhancement](AuditLoaderPlugin): add audit queue capacity configurat…

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12887: URL: https://github.com/apache/doris/pull/12887#issuecomment-1257323082 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12887: [enhancement](AuditLoaderPlugin): add audit queue capacity configurat…

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12887: URL: https://github.com/apache/doris/pull/12887#issuecomment-1257323109 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] yiguolei merged pull request #12845: [Enhancement](debugging) Add more debug info for clang build

2022-09-25 Thread GitBox
yiguolei merged PR #12845: URL: https://github.com/apache/doris/pull/12845 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #12843: [Enhancement] (debugging) Add more debug info for clang build

2022-09-25 Thread GitBox
yiguolei closed issue #12843: [Enhancement] (debugging) Add more debug info for clang build URL: https://github.com/apache/doris/issues/12843 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [doris] yiguolei merged pull request #12917: [chore](config) increase minimum thread num of some thread pool

2022-09-25 Thread GitBox
yiguolei merged PR #12917: URL: https://github.com/apache/doris/pull/12917 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei merged pull request #12899: [feature-wip](new-scan)Add new odbc scanner and new odbc scan node

2022-09-25 Thread GitBox
yiguolei merged PR #12899: URL: https://github.com/apache/doris/pull/12899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei merged pull request #12878: [typo](docs)Optimized date function doc order and add partial function doc

2022-09-25 Thread GitBox
yiguolei merged PR #12878: URL: https://github.com/apache/doris/pull/12878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei merged pull request #12949: [typo](docs)Optimized string and date function doc

2022-09-25 Thread GitBox
yiguolei merged PR #12949: URL: https://github.com/apache/doris/pull/12949 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] morningman merged pull request #12901: [enhancement](load)(cherry-pick) enhance load from orc file

2022-09-25 Thread GitBox
morningman merged PR #12901: URL: https://github.com/apache/doris/pull/12901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris-flink-connector] JNSimba merged pull request #63: [improvement] fix uniq delete operation

2022-09-25 Thread GitBox
JNSimba merged PR #63: URL: https://github.com/apache/doris-flink-connector/pull/63 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

[GitHub] [doris] hf200012 merged pull request #12824: [fix](log)Audit log status is incorrect

2022-09-25 Thread GitBox
hf200012 merged PR #12824: URL: https://github.com/apache/doris/pull/12824 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] github-actions[bot] commented on pull request #12924: [doc](sparkload)Spark load import kerberos parameter modification

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12924: URL: https://github.com/apache/doris/pull/12924#issuecomment-1257375399 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] hf200012 closed issue #3376: Does Stream load support JSON format? Stream load支持JSON格式吗?

2022-09-25 Thread GitBox
hf200012 closed issue #3376: Does Stream load support JSON format? Stream load支持JSON格式吗? URL: https://github.com/apache/doris/issues/3376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] hf200012 closed issue #3382: [Proposal] Memory Optimized Column Storage Engine

2022-09-25 Thread GitBox
hf200012 closed issue #3382: [Proposal] Memory Optimized Column Storage Engine URL: https://github.com/apache/doris/issues/3382 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] hf200012 closed issue #3583: the clone replica's version is stale. 8-1822664069746950809, task visible version: 14-9115251495780435953

2022-09-25 Thread GitBox
hf200012 closed issue #3583: the clone replica's version is stale. 8-1822664069746950809, task visible version: 14-9115251495780435953 URL: https://github.com/apache/doris/issues/3583 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] hf200012 closed issue #3582: [ MySQL compatibility]Open view/design view using navicat report syntax error

2022-09-25 Thread GitBox
hf200012 closed issue #3582: [ MySQL compatibility]Open view/design view using navicat report syntax error URL: https://github.com/apache/doris/issues/3582 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris] hf200012 closed issue #3543: Doris ROUTINE LOAD使用kafka做数据源,导入是否保证分区有序?

2022-09-25 Thread GitBox
hf200012 closed issue #3543: Doris ROUTINE LOAD使用kafka做数据源,导入是否保证分区有序? URL: https://github.com/apache/doris/issues/3543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] yiguolei opened a new pull request, #12955: [chore](configs) change some configs default to true

2022-09-25 Thread GitBox
yiguolei opened a new pull request, #12955: URL: https://github.com/apache/doris/pull/12955 change some configs default to true to pass more tests and could test in master pipeline # Proposed changes Issue Number: close #xxx ## Problem summary Describe your change

[GitHub] [doris] github-actions[bot] commented on pull request #12955: [chore](configs) change some configs default to true

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12955: URL: https://github.com/apache/doris/pull/12955#issuecomment-1257384677 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12955: [chore](configs) change some configs default to true

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12955: URL: https://github.com/apache/doris/pull/12955#issuecomment-1257384713 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris-flink-connector] JNSimba commented on pull request #66: [Fix] fix deserialization error for QueryPlan exception

2022-09-25 Thread GitBox
JNSimba commented on PR #66: URL: https://github.com/apache/doris-flink-connector/pull/66#issuecomment-1257384849 Thank you for your pr, is it also possible to add `@JsonIgnoreProperties(ignoreUnknown = true)` directly to the entity class of `QueryPlan` ? -- This is an automated message

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #12813: [chore](build) Support building from source on ubuntu-22.04 (aarch64)

2022-09-25 Thread GitBox
BiteThet commented on code in PR #12813: URL: https://github.com/apache/doris/pull/12813#discussion_r979510587 ## be/src/exec/schema_scanner/schema_dummy_scanner.cpp: ## @@ -19,8 +19,13 @@ namespace doris { +#pragma GCC diagnostic push Review Comment: Maybe we can j

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12919: [fix](memory): avoid coredump when list pointer is null

2022-09-25 Thread GitBox
Gabriel39 commented on code in PR #12919: URL: https://github.com/apache/doris/pull/12919#discussion_r979511314 ## be/src/util/likely_util.h: ## @@ -0,0 +1,23 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the N

[GitHub] [doris] JNSimba commented on issue #12718: 【Bug】doris writer write failed on json format

2022-09-25 Thread GitBox
JNSimba commented on issue #12718: URL: https://github.com/apache/doris/issues/12718#issuecomment-1257393816 key.format default value is csv, what mean not match 【DOC】? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] github-actions[bot] commented on pull request #12894: [feature](nereids) extract single table expression for push down

2022-09-25 Thread GitBox
github-actions[bot] commented on PR #12894: URL: https://github.com/apache/doris/pull/12894#issuecomment-1257400647 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

<    1   2   3   4   5   6   7   8   9   10   >