[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863547703 ## be/src/olap/tablet_schema.cpp: ## @@ -408,8 +428,8 @@ void TabletSchema::init_from_pb(const TabletSchemaPB& schema) { _num_null_columns = 0; _cols

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863548026 ## be/src/olap/task/engine_alter_tablet_task.cpp: ## @@ -29,7 +29,7 @@ EngineAlterTabletTask::EngineAlterTabletTask(const TAlterTabletReqV2& request)

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863551392 ## be/src/runtime/mem_pool.cpp: ## @@ -41,7 +41,7 @@ const int MemPool::MAX_CHUNK_SIZE; const int MemPool::DEFAULT_ALIGNMENT; uint32_t MemPool::k_zero_length_

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863552739 ## be/src/runtime/mem_tracker.h: ## @@ -97,8 +104,9 @@ class MemTracker { // Gets a shared_ptr to the "process" tracker, creating it if necessary. sta

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863553137 ## be/src/runtime/mem_tracker.cpp: ## @@ -318,7 +326,7 @@ bool MemTracker::gc_memory(int64_t max_consumption) { if (pre_gc_consumption < max_consumption) r

[GitHub] [incubator-doris] stalary commented on pull request #9271: [Feature] CTAS support insert data

2022-05-03 Thread GitBox
stalary commented on PR #9271: URL: https://github.com/apache/incubator-doris/pull/9271#issuecomment-1115841543 > please rebase to newest master code for passing FE UT done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863565901 ## be/src/runtime/tcmalloc_hook.h: ## @@ -23,32 +23,40 @@ #include "runtime/thread_context.h" -// Notice: modify the command in New/Delete Hook should be c

[GitHub] [incubator-doris] stalary opened a new pull request, #9349: [Doc] Implement java-format-code.md for IDEA

2022-05-03 Thread GitBox
stalary opened a new pull request, #9349: URL: https://github.com/apache/incubator-doris/pull/9349 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

2022-05-03 Thread GitBox
xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863570560 ## be/src/service/internal_service.cpp: ## @@ -168,6 +167,7 @@ void PInternalServiceImpl::tablet_writer_add_batch(google::protobuf::RpcContr // exhausted,

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9347: [DOCS] Remove deprecated config and add new config

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9347: URL: https://github.com/apache/incubator-doris/pull/9347#issuecomment-1115860649 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9347: [DOCS] Remove deprecated config and add new config

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9347: URL: https://github.com/apache/incubator-doris/pull/9347#issuecomment-1115860673 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9349: [Doc] Implement java-format-code.md for IDEA

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9349: URL: https://github.com/apache/incubator-doris/pull/9349#issuecomment-1115861098 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9349: [Doc] Implement java-format-code.md for IDEA

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9349: URL: https://github.com/apache/incubator-doris/pull/9349#issuecomment-1115861122 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 us

[GitHub] [incubator-doris] leo65535 commented on pull request #9345: [FE Code Style][sub] Adjust the severity of some check rules

2022-05-03 Thread GitBox
leo65535 commented on PR #9345: URL: https://github.com/apache/incubator-doris/pull/9345#issuecomment-1115872438 > Hi, leo65535. Great job. It's nice to see you dealing with the style of the previous code. It is important to point out that once the task start, it is best to deal with all st

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9345: [FE Code Style][sub] Adjust the severity of some check rules

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9345: URL: https://github.com/apache/incubator-doris/pull/9345#issuecomment-1115882129 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 us

[GitHub] [incubator-doris] morningman merged pull request #9344: [BUG] fix bug for vectorized compaction

2022-05-03 Thread GitBox
morningman merged PR #9344: URL: https://github.com/apache/incubator-doris/pull/9344 -- 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] [incubator-doris] morningman closed issue #9343: [Bug] Correctness check failed in vectorized compaction

2022-05-03 Thread GitBox
morningman closed issue #9343: [Bug] Correctness check failed in vectorized compaction URL: https://github.com/apache/incubator-doris/issues/9343 -- 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

[incubator-doris] branch master updated: [fix](compaction) fix bug for vectorized compaction (#9344)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 49a0cd1925 [fix](compaction) fix bu

[GitHub] [incubator-doris] dataroaring opened a new pull request, #9350: remove explicit memtracker from scannode

2022-05-03 Thread GitBox
dataroaring opened a new pull request, #9350: URL: https://github.com/apache/incubator-doris/pull/9350 memory is tracked by implicit tracker via hook. # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checkl

[GitHub] [incubator-doris] morningman closed issue #9267: [Bug] failed to initialize storage reader. tablet=924991.xxxx, res=-214, backend=xxxx

2022-05-03 Thread GitBox
morningman closed issue #9267: [Bug] failed to initialize storage reader. tablet=924991., res=-214, backend= URL: https://github.com/apache/incubator-doris/issues/9267 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] morningman merged pull request #9266: [fix](catalog) fix bug that replica missing version cause query -214 error

2022-05-03 Thread GitBox
morningman merged PR #9266: URL: https://github.com/apache/incubator-doris/pull/9266 -- 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...

[incubator-doris] branch master updated: [fix](catalog) fix bug that replica missing version cause query -214 error (#9266)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new dcf5f784d8 [fix](catalog) fix bug t

[GitHub] [incubator-doris] dataalive opened a new issue, #9351: [Bug] can't load parquet file with column name case sensitive with Doris column

2022-05-03 Thread GitBox
dataalive opened a new issue, #9351: URL: https://github.com/apache/incubator-doris/issues/9351 ### 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 dori

[GitHub] [incubator-doris] dataalive opened a new pull request, #9352: [typo]getting started doc

2022-05-03 Thread GitBox
dataalive opened a new pull request, #9352: URL: https://github.com/apache/incubator-doris/pull/9352 # Proposed changes Issue Number: close #xxx ## Problem Summary: fix typos in new doc . ## Checklist(Required) 1. Does it affect the original behavior: (No)

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9352: [typo]getting started doc

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9352: URL: https://github.com/apache/incubator-doris/pull/9352#issuecomment-1116151345 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9352: [typo]getting started doc

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9352: URL: https://github.com/apache/incubator-doris/pull/9352#issuecomment-1116153622 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

[GitHub] [incubator-doris] morningman merged pull request #9321: [doc] Update sequence-column-manual.md

2022-05-03 Thread GitBox
morningman merged PR #9321: URL: https://github.com/apache/incubator-doris/pull/9321 -- 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...

[incubator-doris] branch master updated (dcf5f784d8 -> 7eefad429b)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from dcf5f784d8 [fix](catalog) fix bug that replica missing version cause query -214 error (#9266) add 7

[GitHub] [incubator-doris] morningman merged pull request #9329: [fix](alter-job) Missing alter job when doing checkpoint image

2022-05-03 Thread GitBox
morningman merged PR #9329: URL: https://github.com/apache/incubator-doris/pull/9329 -- 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] [incubator-doris] morningman closed issue #9330: [Bug] alter job is missing in iamge

2022-05-03 Thread GitBox
morningman closed issue #9330: [Bug] alter job is missing in iamge URL: https://github.com/apache/incubator-doris/issues/9330 -- 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

[incubator-doris] branch master updated: [fix](alter-job) Missing alter job when doing checkpoint image (#9329)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 3baf6cefc3 [fix](alter-job) Missing

[incubator-doris] branch master updated: [fix](function) handle merge in window_funnel_init and add test (#9338)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new eed62695e1 [fix](function) handle m

[GitHub] [incubator-doris] morningman merged pull request #9338: [fix] handle merge in window_funnel_init and add test

2022-05-03 Thread GitBox
morningman merged PR #9338: URL: https://github.com/apache/incubator-doris/pull/9338 -- 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] [incubator-doris] morningman closed issue #8977: [Bug] Using window_funnel causes the be service to hang

2022-05-03 Thread GitBox
morningman closed issue #8977: [Bug] Using window_funnel causes the be service to hang URL: https://github.com/apache/incubator-doris/issues/8977 -- 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

[GitHub] [incubator-doris] morningman merged pull request #9347: [DOCS] Remove deprecated config and add new config

2022-05-03 Thread GitBox
morningman merged PR #9347: URL: https://github.com/apache/incubator-doris/pull/9347 -- 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...

[incubator-doris] branch master updated: [doc] Remove deprecated BE config and add new config (#9347)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 9272226920 [doc] Remove deprecated

[GitHub] [incubator-doris] morningman merged pull request #9349: [Doc] Implement java-format-code.md for IDEA

2022-05-03 Thread GitBox
morningman merged PR #9349: URL: https://github.com/apache/incubator-doris/pull/9349 -- 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...

[incubator-doris] branch master updated: [doc] Implement java-format-code.md for IDEA (#9349)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d6e88955c2 [doc] Implement java-for

[GitHub] [incubator-doris] HappenLee opened a new issue, #9353: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
HappenLee opened a new issue, #9353: URL: https://github.com/apache/incubator-doris/issues/9353 ### 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 mast

[GitHub] [incubator-doris] morningman merged pull request #9352: [typo]getting started doc

2022-05-03 Thread GitBox
morningman merged PR #9352: URL: https://github.com/apache/incubator-doris/pull/9352 -- 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...

[incubator-doris] branch master updated: [typo] fix getting started doc (#9352)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new ac3f981175 [typo] fix getting start

[GitHub] [incubator-doris] HappenLee opened a new pull request, #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
HappenLee opened a new pull request, #9354: URL: https://github.com/apache/incubator-doris/pull/9354 # Proposed changes Issue Number: close #9353 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[incubator-doris] branch new-jetty-http-header-size created (now b43b071ebf)

2022-05-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch new-jetty-http-header-size in repository https://gitbox.apache.org/repos/asf/incubator-doris.git at b43b071ebf [fix]Add http header size parameter This branch includes the following

[incubator-doris] 01/01: [fix]Add http header size parameter

2022-05-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch new-jetty-http-header-size in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit b43b071ebf8a5bb9c26c88ec669cb3f899356fc5 Author: jiafeng.zhang AuthorDate: Fri Apr 29

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354#issuecomment-1116191380 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354#issuecomment-1116191335 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

[GitHub] [incubator-doris] hf200012 closed pull request #9325: [fix]Add http header size parameter

2022-05-03 Thread GitBox
hf200012 closed pull request #9325: [fix]Add http header size parameter URL: https://github.com/apache/incubator-doris/pull/9325 -- 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] [incubator-doris] HappenLee opened a new issue, #9355: [Bug] [Vectorized][Load] Null data load do not skip the same place data

2022-05-03 Thread GitBox
HappenLee opened a new issue, #9355: URL: https://github.com/apache/incubator-doris/issues/9355 ### 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 mast

[GitHub] [incubator-doris] liuzhuang2017 opened a new pull request, #9356: [docs] Fix some typos in documentation.

2022-05-03 Thread GitBox
liuzhuang2017 opened a new pull request, #9356: URL: https://github.com/apache/incubator-doris/pull/9356 # Proposed changes Fix some typos in documentation. ## Problem Summary: Fix some typos in documentation. ## Checklist(Required) 1. Does it affect the ori

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9357: [fix]Add http header size parameter

2022-05-03 Thread GitBox
hf200012 opened a new pull request, #9357: URL: https://github.com/apache/incubator-doris/pull/9357 Add the http header size parameter to avoid failure due to too many fields when users import using stream load. The normal default is 8192, and 10K is given here. # Proposed changes

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9357: [fix]Add http header size parameter

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9357: URL: https://github.com/apache/incubator-doris/pull/9357#issuecomment-1116212175 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9357: [fix]Add http header size parameter

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9357: URL: https://github.com/apache/incubator-doris/pull/9357#issuecomment-1116212131 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

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9123: [enhancement](load) optimize load string data and dict page write

2022-05-03 Thread GitBox
morningman commented on code in PR #9123: URL: https://github.com/apache/incubator-doris/pull/9123#discussion_r863887284 ## be/src/olap/rowset/segment_v2/bitshuffle_page.h: ## @@ -93,13 +93,48 @@ class BitshufflePageBuilder : public PageBuilder { bool is_page_full() overrid

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9336: set name for scanner threads and fix compile error in clang

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9336: URL: https://github.com/apache/incubator-doris/pull/9336#issuecomment-1116218079 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9336: set name for scanner threads and fix compile error in clang

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9336: URL: https://github.com/apache/incubator-doris/pull/9336#issuecomment-1116218116 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 us

[GitHub] [incubator-doris] morningman commented on pull request #9348: track all memory in VOlapScanNode and fix track leaf from bitmap and hll

2022-05-03 Thread GitBox
morningman commented on PR #9348: URL: https://github.com/apache/incubator-doris/pull/9348#issuecomment-1116218271 Do not submit pull request to dev-1.0.1 directly -- 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] [incubator-doris] github-actions[bot] commented on pull request #9350: remove explicit memtracker from scannode

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9350: URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1116220705 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9350: remove explicit memtracker from scannode

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9350: URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1116220748 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 us

[GitHub] [incubator-doris] morningman merged pull request #9348: track all memory in VOlapScanNode and fix track leaf from bitmap and hll

2022-05-03 Thread GitBox
morningman merged PR #9348: URL: https://github.com/apache/incubator-doris/pull/9348 -- 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...

[incubator-doris] branch dev-1.0.1 updated: [hotfix] track all memory in VOlapScanNode and fix track leaf from bitmap and hll (#9348)

2022-05-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new 19924dfc80 [hotfix] track all

[GitHub] [incubator-doris] deardeng opened a new pull request, #9358: fix #9351 can't load parquet file with column name case sensitive wit…

2022-05-03 Thread GitBox
deardeng opened a new pull request, #9358: URL: https://github.com/apache/incubator-doris/pull/9358 …h Doris column # Proposed changes Issue Number: close #9351 ## Problem Summary: Describe the overview of changes. 1. change slotDescByName and exprMap to case i

[GitHub] [incubator-doris] liuzhuang2017 opened a new pull request, #9359: [doc] Delete expired documents.

2022-05-03 Thread GitBox
liuzhuang2017 opened a new pull request, #9359: URL: https://github.com/apache/incubator-doris/pull/9359 # Proposed changes Delete expired documents. ## Problem Summary: Delete expired documents. ## Checklist(Required) 1. Does it affect the original behavior

[GitHub] [incubator-doris] xinyiZzz commented on pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
xinyiZzz commented on PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354#issuecomment-1116883020 The tag should be dev/backlog, because the mem tracker related pr is not in dev/1.01. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] xinyiZzz commented on pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
xinyiZzz commented on PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354#issuecomment-1116883790 Is this the newly added vectorized UT? @HappenLee -- 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] [incubator-doris] HappenLee commented on pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
HappenLee commented on PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354#issuecomment-1116889276 > Is this the newly added vectorized UT? @HappenLee yes, now run-regression will core,if open fold constant expr. not only vectorized -- This is an automated messag

[GitHub] [incubator-doris] xinyiZzz commented on pull request #9350: remove explicit memtracker from scannode

2022-05-03 Thread GitBox
xinyiZzz commented on PR #9350: URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1116889597 What is the reason for removing `_buffered_bytes` and `_block_mem_tracker`? `_block_mem_tracker` also exists elsewhere, reusing the previous memory track logic, If we do

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9096: [Enhancement](regression-test) support exclude suite/group/directory

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9096: URL: https://github.com/apache/incubator-doris/pull/9096#issuecomment-1116890141 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

[GitHub] [incubator-doris] HappenLee opened a new pull request, #9360: [Bug][stream-vec-load] Null data load do not skip the same place data

2022-05-03 Thread GitBox
HappenLee opened a new pull request, #9360: URL: https://github.com/apache/incubator-doris/pull/9360 # Proposed changes Issue Number: close #9355 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [incubator-doris] xinyiZzz commented on pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-03 Thread GitBox
xinyiZzz commented on PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354#issuecomment-1116895895 > > Is this the newly added vectorized UT? @HappenLee > > yes, now run-regression will core,if open fold constant expr. not only vectorized OK, I don't have open

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9294: [Enhancement](regression-test) Support suite plugin to add third-part…

2022-05-03 Thread GitBox
github-actions[bot] commented on PR #9294: URL: https://github.com/apache/incubator-doris/pull/9294#issuecomment-1116896931 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

[GitHub] [incubator-doris] hf200012 closed issue #8523: 0.15.0 rc4 shutdown

2022-05-03 Thread GitBox
hf200012 closed issue #8523: 0.15.0 rc4 shutdown URL: https://github.com/apache/incubator-doris/issues/8523 -- 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-ma

[GitHub] [incubator-doris] hf200012 closed issue #3433: [Spark load] Doris support Spark load

2022-05-03 Thread GitBox
hf200012 closed issue #3433: [Spark load] Doris support Spark load URL: https://github.com/apache/incubator-doris/issues/3433 -- 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] [incubator-doris] hf200012 closed issue #3554: 编译BE报错 ‘FLAGS_log_filenum_quota’ was not declared in this scope

2022-05-03 Thread GitBox
hf200012 closed issue #3554: 编译BE报错 ‘FLAGS_log_filenum_quota’ was not declared in this scope URL: https://github.com/apache/incubator-doris/issues/3554 -- 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 t