[GitHub] [doris] Kikyou1997 opened a new pull request, #12569: [feature-wip](nereids) Group related rules.

2022-09-13 Thread GitBox
Kikyou1997 opened a new pull request, #12569: URL: https://github.com/apache/doris/pull/12569 # Proposed changes Issue Number: noissue ## Problem summary 1. For some related rules, we need to iterate thems many times together to get the expected plan. 2. Add session v

[GitHub] [doris] github-actions[bot] commented on pull request #12565: [feature](regression) Enhancement regression frame, support http post…

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12565: URL: https://github.com/apache/doris/pull/12565#issuecomment-1245425096 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 #12565: [feature](regression) Enhancement regression frame, support http post…

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12565: URL: https://github.com/apache/doris/pull/12565#issuecomment-1245425135 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] HappenLee commented on pull request #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
HappenLee commented on PR #12566: URL: https://github.com/apache/doris/pull/12566#issuecomment-1245430363 > Is there any test data for performance improvement? The detail will be another pr of shuffle hash compute. For more detail, you can see here: https://github.com/Cyan4973/xxHash

[GitHub] [doris] AshinGau opened a new pull request, #12570: [feature-wip](parquet-reader) create file reader for each column to avoid time consuming of hdfsSeek

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

[GitHub] [doris] morrySnow opened a new pull request, #12571: [feature](Nereids) add predicates push down on all join type

2022-09-13 Thread GitBox
morrySnow opened a new pull request, #12571: URL: https://github.com/apache/doris/pull/12571 # Proposed changes Currently, we only push predicates through INNER JOIN. This PR breaks the rule(PushPredicatesThroughJoin) into two parts: 1. push predicates through join 2. push dow

[GitHub] [doris] zy-kkk opened a new pull request, #12572: [typo](docs)fix tablet-local-debug doc err

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

[GitHub] [doris] yixiutt opened a new pull request, #12573: [enhancement](compress) reuse compression ctx and buffer

2022-09-13 Thread GitBox
yixiutt opened a new pull request, #12573: URL: https://github.com/apache/doris/pull/12573 Reuse compression ctx and buffer. Use a global instance for every compression algorithm, and use a thread saft buffer pool to reuse compression buffer, pool size is equal to max parallel thread num

[GitHub] [doris] github-actions[bot] commented on pull request #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12566: URL: https://github.com/apache/doris/pull/12566#issuecomment-1245499408 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 #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12566: URL: https://github.com/apache/doris/pull/12566#issuecomment-1245499475 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 #12572: [typo](docs)fix tablet-local-debug doc err

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12572: URL: https://github.com/apache/doris/pull/12572#issuecomment-1245553160 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 #12443: [enhancement](array-type) shrink column suffix zero for type ARRAY

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12443: URL: https://github.com/apache/doris/pull/12443#issuecomment-1245572099 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 #12443: [enhancement](array-type) shrink column suffix zero for type ARRAY

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12443: URL: https://github.com/apache/doris/pull/12443#issuecomment-1245572139 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] xy720 merged pull request #12443: [enhancement](array-type) shrink column suffix zero for type ARRAY

2022-09-13 Thread GitBox
xy720 merged PR #12443: URL: https://github.com/apache/doris/pull/12443 -- 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.apache

[doris] branch master updated: [enhancement](array-type) shrink column suffix zero for type ARRAY (#12443)

2022-09-13 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 56b2fc43d4 [enhancement](array-type) shrink colum

[GitHub] [doris] HappenLee commented on a diff in pull request #12573: [enhancement](compress) reuse compression ctx and buffer

2022-09-13 Thread GitBox
HappenLee commented on code in PR #12573: URL: https://github.com/apache/doris/pull/12573#discussion_r969778224 ## be/src/util/block_compression.cpp: ## @@ -368,76 +555,87 @@ class ZlibBlockCompression : public BlockCompressionCodec { return Status::OK(); } -

[GitHub] [doris] morningman commented on a diff in pull request #12570: [feature-wip](parquet-reader) create file reader for each column to avoid time consuming of hdfsSeek

2022-09-13 Thread GitBox
morningman commented on code in PR #12570: URL: https://github.com/apache/doris/pull/12570#discussion_r969797638 ## be/src/io/hdfs_file_reader.cpp: ## @@ -147,6 +147,7 @@ Status HdfsFileReader::readat(int64_t position, int64_t nbytes, int64_t* bytes_r

[GitHub] [doris] morningman opened a new pull request, #12574: [refactor](reader) refactor the interface of file reader

2022-09-13 Thread GitBox
morningman opened a new pull request, #12574: URL: https://github.com/apache/doris/pull/12574 # Proposed changes Issue Number: close #xxx ## Problem summary Currently, Doris has a variety of readers for different file formats, such as parquet reader, orc reader, csv re

[GitHub] [doris] stalary commented on issue #12559: [Bug] org.apache.doris.analysis.CastExpr cannot be cast to org.apache.doris.analysis.LiteralExpr

2022-09-13 Thread GitBox
stalary commented on issue #12559: URL: https://github.com/apache/doris/issues/12559#issuecomment-1246075846 Can you provide some `period_id` case? -- 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] yiguolei merged pull request #12558: [Bug](column) ColumnNullable::replace_column_data should DCHECK size > sel…

2022-09-13 Thread GitBox
yiguolei merged PR #12558: URL: https://github.com/apache/doris/pull/12558 -- 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

[doris] branch master updated: [Bug](column) ColumnNullable::replace_column_data should DCHECK size > sel… #12558

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 5dcf933012 [Bug](column) ColumnNullable::replac

[GitHub] [doris] yiguolei merged pull request #12562: [test](window-function) add big table in regression of window function

2022-09-13 Thread GitBox
yiguolei merged PR #12562: URL: https://github.com/apache/doris/pull/12562 -- 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] alex1528 commented on issue #12561: [Bug]be can't start

2022-09-13 Thread GitBox
alex1528 commented on issue #12561: URL: https://github.com/apache/doris/issues/12561#issuecomment-1246097920 centos 8 4.18.0-240.1.1.el8_3.x86_64 -- 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] BenjaminWenqiYu commented on pull request #12545: Fix sql function doc

2022-09-13 Thread GitBox
BenjaminWenqiYu commented on PR #12545: URL: https://github.com/apache/doris/pull/12545#issuecomment-1246098626 @Gabriel39 Hi, when I use CURDATE, it got another result but not what I expected. ![download](https://user-images.githubusercontent.com/41983209/190034513-a31962db-eb71-4200-a8

[GitHub] [doris] stalary commented on a diff in pull request #12513: [feature](http) refactor version info and add new http api for get version info

2022-09-13 Thread GitBox
stalary commented on code in PR #12513: URL: https://github.com/apache/doris/pull/12513#discussion_r970199496 ## docs/en/docs/admin-manual/http-actions/be-version-info-action.md: ## @@ -0,0 +1,99 @@ +--- +{ +"title": "Be Version Info Action", +"language": "zh-CN" Review

[GitHub] [doris] BenjaminWenqiYu opened a new issue, #12575: [Enhancement] When we use flink doris connector with bounded source, we should using the BATCH mode.

2022-09-13 Thread GitBox
BenjaminWenqiYu opened a new issue, #12575: URL: https://github.com/apache/doris/issues/12575 ### 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. ### Description Wh

[GitHub] [doris] yiguolei merged pull request #12557: [fix](column) ColumnNullable::replace_column_data should DCHECK size …

2022-09-13 Thread GitBox
yiguolei merged PR #12557: URL: https://github.com/apache/doris/pull/12557 -- 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

[doris] branch branch-1.1-lts updated: [fix](column) ColumnNullable::replace_column_data should DCHECK size > self_row (#12557)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 339d470c4e [fix](column) Column

[GitHub] [doris] yiguolei merged pull request #12568: fix ut errors when cherry-pick pr "add tablet erros when close_wait return error"

2022-09-13 Thread GitBox
yiguolei merged PR #12568: URL: https://github.com/apache/doris/pull/12568 -- 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

[doris] branch branch-1.1-lts updated: [bugfix](ut) errors when cherry-pick add tablet erros when close_wait return error (#12568)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 2d55649e4c [bugfix](ut) errors

[GitHub] [doris] yiguolei merged pull request #12560: [improvement](runtime) log status via to_string

2022-09-13 Thread GitBox
yiguolei merged PR #12560: URL: https://github.com/apache/doris/pull/12560 -- 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

[doris] branch branch-1.1-lts updated: (runtime) log status via to_string (#12560)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 2d1316bfd1 (runtime) log status

[GitHub] [doris] BenjaminWenqiYu opened a new pull request, #12576: [Enhancement] When we use flink doris connector with bounded source, we should using the BATCH mode.

2022-09-13 Thread GitBox
BenjaminWenqiYu opened a new pull request, #12576: URL: https://github.com/apache/doris/pull/12576 # Proposed changes When we using flink to write bounded data into doris, we should using the BATCH RuntimeExecutionMode. Issue Number: close #12575 ## Problem summary When w

[GitHub] [doris] yiguolei merged pull request #12512: [Enhancement](execute) add timeout for executing fragment rpc

2022-09-13 Thread GitBox
yiguolei merged PR #12512: URL: https://github.com/apache/doris/pull/12512 -- 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

[doris] branch master updated (8448867bed -> ead016e0d2)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8448867bed [regression-test](window-function) add big table in regression of window function #12562 add ead016e

[GitHub] [doris] github-actions[bot] commented on pull request #12567: [sample](flink-connector) add doris delete operation in full db sync

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12567: URL: https://github.com/apache/doris/pull/12567#issuecomment-1246117282 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 #12567: [sample](flink-connector) add doris delete operation in full db sync

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12567: URL: https://github.com/apache/doris/pull/12567#issuecomment-1246117263 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-flink-connector] JNSimba merged pull request #62: [docs] update readme.md flink version

2022-09-13 Thread GitBox
JNSimba merged PR #62: URL: https://github.com/apache/doris-flink-connector/pull/62 -- 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-flink-connector] branch master updated: [docs] update readme.md flink version (#62)

2022-09-13 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 2b711af [docs] update readme.md fl

[GitHub] [doris] yixiutt commented on a diff in pull request #12573: [enhancement](compress) reuse compression ctx and buffer

2022-09-13 Thread GitBox
yixiutt commented on code in PR #12573: URL: https://github.com/apache/doris/pull/12573#discussion_r970220561 ## be/src/util/block_compression.cpp: ## @@ -368,76 +555,87 @@ class ZlibBlockCompression : public BlockCompressionCodec { return Status::OK(); } -s

[GitHub] [doris] github-actions[bot] commented on pull request #12572: [typo](docs)fix tablet-local-debug doc err

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12572: URL: https://github.com/apache/doris/pull/12572#issuecomment-1246126895 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

[doris-website] branch master updated: release 1.1.2

2022-09-13 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 05bc14f4070 release 1.1.2 05bc14f40

[doris-website] branch master updated: add bitmap_count (#97)

2022-09-13 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 1c7a00826b0 add bitmap_count (#97)

[GitHub] [doris-website] hf200012 merged pull request #97: add bitmap_count

2022-09-13 Thread GitBox
hf200012 merged PR #97: URL: https://github.com/apache/doris-website/pull/97 -- 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] HappenLee commented on a diff in pull request #12573: [enhancement](compress) reuse compression ctx and buffer

2022-09-13 Thread GitBox
HappenLee commented on code in PR #12573: URL: https://github.com/apache/doris/pull/12573#discussion_r970229664 ## be/src/util/block_compression.cpp: ## @@ -586,74 +879,56 @@ class GzipBlockCompression final : public ZlibBlockCompression { }; Status get_block_compression_co

[GitHub] [doris] HappenLee commented on a diff in pull request #12573: [enhancement](compress) reuse compression ctx and buffer

2022-09-13 Thread GitBox
HappenLee commented on code in PR #12573: URL: https://github.com/apache/doris/pull/12573#discussion_r970229932 ## be/src/util/block_compression.cpp: ## @@ -586,74 +879,56 @@ class GzipBlockCompression final : public ZlibBlockCompression { }; Status get_block_compression_co

[GitHub] [doris] xinyiZzz opened a new pull request, #12577: [enhancement](thirdparty) Compile Jemalloc separately on thirdparty

2022-09-13 Thread GitBox
xinyiZzz opened a new pull request, #12577: URL: https://github.com/apache/doris/pull/12577 # Proposed changes Issue Number: close #xxx ## Problem summary Compile Jemalloc separately and optimize the configuration ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] yixiutt commented on a diff in pull request #12573: [enhancement](compress) reuse compression ctx and buffer

2022-09-13 Thread GitBox
yixiutt commented on code in PR #12573: URL: https://github.com/apache/doris/pull/12573#discussion_r970235063 ## be/src/util/block_compression.cpp: ## @@ -586,74 +879,56 @@ class GzipBlockCompression final : public ZlibBlockCompression { }; Status get_block_compression_code

[GitHub] [doris] morningman opened a new pull request, #12578: [fix](load) add scan tuple for stream load scan node only when vectorization is enable

2022-09-13 Thread GitBox
morningman opened a new pull request, #12578: URL: https://github.com/apache/doris/pull/12578 # Proposed changes Issue Number: close #xxx ## Problem summary Introduced from #12302 Inspired by this PR #12509 The scan tuple is only needed when vectorization is ena

[GitHub] [doris] QuantumBear opened a new pull request, #12579: Update user_define_tables.sh

2022-09-13 Thread GitBox
QuantumBear opened a new pull request, #12579: URL: https://github.com/apache/doris/pull/12579 fix path error # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [doris] github-actions[bot] commented on pull request #12539: [fix](Nereids): fix StatsCalculator compute project.

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12539: URL: https://github.com/apache/doris/pull/12539#issuecomment-1246154042 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 #12539: [fix](Nereids): fix StatsCalculator compute project.

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12539: URL: https://github.com/apache/doris/pull/12539#issuecomment-1246154058 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] jackwener merged pull request #12539: [fix](Nereids): fix StatsCalculator compute project.

2022-09-13 Thread GitBox
jackwener merged PR #12539: URL: https://github.com/apache/doris/pull/12539 -- 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

[doris] branch master updated (ead016e0d2 -> fd0cf78aa7)

2022-09-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ead016e0d2 [Enhancement](execute) add timeout for executing fragment rpc (#12512) add fd0cf78aa7 [fix](Nereids):

[GitHub] [doris] JNSimba commented on pull request #12576: [Enhancement] When we use flink doris connector with bounded source, we should using the BATCH mode.

2022-09-13 Thread GitBox
JNSimba commented on PR #12576: URL: https://github.com/apache/doris/pull/12576#issuecomment-1246158524 The title of pr needs to follow this format https://doris.apache.org/zh-CN/community/how-to-contribute/commit-format-specification -- This is an automated message from the Apache Git S

[GitHub] [doris] BigdataGit commented on issue #6286: flink-doris-connector sink failed

2022-09-13 Thread GitBox
BigdataGit commented on issue #6286: URL: https://github.com/apache/doris/issues/6286#issuecomment-1246160220 > I also encountered the same problem. The access to doris sink http is unavailable https://user-images.githubusercontent.com/27194698/190046138-f858d7ad-7ecf-47e3-8bd7-3e

[GitHub] [doris] adonis0147 commented on pull request #12579: Update user_define_tables.sh

2022-09-13 Thread GitBox
adonis0147 commented on PR #12579: URL: https://github.com/apache/doris/pull/12579#issuecomment-1246160470 Duplicate. See #12542 -- 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] Gabriel39 commented on a diff in pull request #12578: [fix](load) add scan tuple for stream load scan node only when vectorization is enable

2022-09-13 Thread GitBox
Gabriel39 commented on code in PR #12578: URL: https://github.com/apache/doris/pull/12578#discussion_r970254304 ## fe/fe-core/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java: ## @@ -138,20 +141,22 @@ public TExecPlanFragmentParams plan(TUniqueId loadId) throws Use

[GitHub] [doris] github-actions[bot] commented on pull request #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12566: URL: https://github.com/apache/doris/pull/12566#issuecomment-1246167122 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] BigdataGit commented on issue #7203: Flink Doris Connector使用报错

2022-09-13 Thread GitBox
BigdataGit commented on issue #7203: URL: https://github.com/apache/doris/issues/7203#issuecomment-1246175182 @hf200012 https://user-images.githubusercontent.com/27194698/190049584-36e1cd75-3da4-40fd-84f2-f9f2331ba9be.png";> I have the same problem. The version of doris I use is 1.1.1

[GitHub] [doris] mrhhsg opened a new pull request, #12580: [chore][config] increase the default value of doris_blocking_priority…

2022-09-13 Thread GitBox
mrhhsg opened a new pull request, #12580: URL: https://github.com/apache/doris/pull/12580 …_queue_wait_timeout_ms # Proposed changes Issue Number: close #xxx ## Problem Summary The default value of `Config::doris_blocking_priority_queue_wait_timeout_ms` make `Priority

[GitHub] [doris] lihuigang opened a new pull request, #12581: [fix](planner) fix orthogonal_bitmap_union_count planner : wrong PREAGGREGATION

2022-09-13 Thread GitBox
lihuigang opened a new pull request, #12581: URL: https://github.com/apache/doris/pull/12581 # Proposed changes ## Problem summary Execution plan display when using orthogonal_bitmap_union_count function: PREAGGREGATION: OFF Reason: Invalid Aggregate Operator:

[GitHub] [doris] BigdataGit opened a new issue, #12582: [Bug] flink-doris-connector failed

2022-09-13 Thread GitBox
BigdataGit opened a new issue, #12582: URL: https://github.com/apache/doris/issues/12582 ### 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 https://use

[GitHub] [doris] github-actions[bot] commented on pull request #12576: [enhancement](doc) When we use flink doris connector with bounded source, we should using the BATCH mode.

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12576: URL: https://github.com/apache/doris/pull/12576#issuecomment-1246182694 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 #12576: [enhancement](doc) When we use flink doris connector with bounded source, we should using the BATCH mode.

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12576: URL: https://github.com/apache/doris/pull/12576#issuecomment-1246182712 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] JNSimba commented on issue #12582: [Bug] flink-doris-connector failed

2022-09-13 Thread GitBox
JNSimba commented on issue #12582: URL: https://github.com/apache/doris/issues/12582#issuecomment-1246183989 The request for the schema interface failed, you can try to use curl to request locally to see if it is normal -- This is an automated message from the Apache Git Service. To respo

[GitHub] [doris] JNSimba commented on issue #12561: [Bug]be can't start

2022-09-13 Thread GitBox
JNSimba commented on issue #12561: URL: https://github.com/apache/doris/issues/12561#issuecomment-1246185198 Can you add me on WeChat(jnsimba) and let's take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] BigdataGit commented on issue #12582: [Bug] flink-doris-connector failed

2022-09-13 Thread GitBox
BigdataGit commented on issue #12582: URL: https://github.com/apache/doris/issues/12582#issuecomment-1246185382 > The request for the schema interface failed, you can try to use curl to request locally to see if it is normal The request is normal, and the console page can also be open

[GitHub] [doris] BigdataGit commented on issue #12582: [Bug] flink-doris-connector failed

2022-09-13 Thread GitBox
BigdataGit commented on issue #12582: URL: https://github.com/apache/doris/issues/12582#issuecomment-1246186018 > https://user-images.githubusercontent.com/27194698/190053066-dc6bdad8-70cd-4a23-b60c-ac8228ed4038.png";> -- This is an automated message from the Apache Git Service

[GitHub] [doris] zhengshiJ opened a new pull request, #12583: [feature](Nereids) add grouping sets parse

2022-09-13 Thread GitBox
zhengshiJ opened a new pull request, #12583: URL: https://github.com/apache/doris/pull/12583 # Proposed changes Issue Number: close #xxx ## Problem summary Added parsing of grouping sets, rollup and cube ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] github-actions[bot] commented on pull request #12574: [refactor](reader) refactor the interface of file reader

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12574: URL: https://github.com/apache/doris/pull/12574#issuecomment-1246193687 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] JNSimba commented on issue #12582: [Bug] flink-doris-connector failed

2022-09-13 Thread GitBox
JNSimba commented on issue #12582: URL: https://github.com/apache/doris/issues/12582#issuecomment-1246194894 this api : https://doris.apache.org/zh-CN/docs/admin-manual/http-actions/fe/table-schema-action -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [doris] dutyu opened a new issue, #12584: [Bug] auditloader plugin truncate sql statement when sql statement contains '\n'

2022-09-13 Thread GitBox
dutyu opened a new issue, #12584: URL: https://github.com/apache/doris/issues/12584 ### 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.2 ###

[GitHub] [doris] HappenLee commented on a diff in pull request #12492: [feature](outfile) support parquet writer

2022-09-13 Thread GitBox
HappenLee commented on code in PR #12492: URL: https://github.com/apache/doris/pull/12492#discussion_r970272485 ## be/src/vec/runtime/vparquet_writer.cpp: ## @@ -0,0 +1,794 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreemen

[GitHub] [doris-website] hf200012 merged pull request #99: update homepage news

2022-09-13 Thread GitBox
hf200012 merged PR #99: URL: https://github.com/apache/doris-website/pull/99 -- 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

[doris-website] branch master updated: update homepage news (#99)

2022-09-13 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 0c723cd9b26 update homepage news (#

[GitHub] [doris] Gabriel39 opened a new issue, #12585: [Bug] wrong child expression of `lead` function

2022-09-13 Thread GitBox
Gabriel39 opened a new issue, #12585: URL: https://github.com/apache/doris/issues/12585 ### 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 master

[GitHub] [doris] HappenLee opened a new pull request, #12586: [Opt](vectorized) Use new way to do hash shffle to speed up query

2022-09-13 Thread GitBox
HappenLee opened a new pull request, #12586: URL: https://github.com/apache/doris/pull/12586 # Proposed changes Use new hash method to do shuffle hash compute to speed up query Time cost: origin new 1082ms 665ms ## Problem summary Describe your changes.

[GitHub] [doris] Gabriel39 opened a new pull request, #12587: [Bug](lead) fix wrong child expression of `lead` function

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

[GitHub] [doris] dutyu opened a new pull request, #12589: [fix](auditloader plugin): fix bug for AuditLoaderPlugin that stmt ap…

2022-09-13 Thread GitBox
dutyu opened a new pull request, #12589: URL: https://github.com/apache/doris/pull/12589 …pears truncated when stmt contains '\n'. (#12584) # Proposed changes Issue Number: close #12584 ## Problem summary You can find the problem details in issue [#12584](https://

[GitHub] [doris] hf200012 commented on pull request #12579: [fix](docs)Update user_define_tables.sh

2022-09-13 Thread GitBox
hf200012 commented on PR #12579: URL: https://github.com/apache/doris/pull/12579#issuecomment-1246217385 @QuantumBear rebase -- 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] morningman merged pull request #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
morningman merged PR #12566: URL: https://github.com/apache/doris/pull/12566 -- 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

[doris] branch master updated (fd0cf78aa7 -> a219a41dde)

2022-09-13 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/doris.git from fd0cf78aa7 [fix](Nereids): fix StatsCalculator compute project and correct commute join type. (#12539) add a

[GitHub] [doris] github-actions[bot] commented on pull request #12589: [fix](auditloader plugin): fix bug for AuditLoaderPlugin that stmt ap…

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12589: URL: https://github.com/apache/doris/pull/12589#issuecomment-1246220349 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 #12589: [fix](auditloader plugin): fix bug for AuditLoaderPlugin that stmt ap…

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12589: URL: https://github.com/apache/doris/pull/12589#issuecomment-1246220397 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 #12579: [fix](docs)Update user_define_tables.sh

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12579: URL: https://github.com/apache/doris/pull/12579#issuecomment-1246220382 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 #12579: [fix](docs)Update user_define_tables.sh

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12579: URL: https://github.com/apache/doris/pull/12579#issuecomment-1246220402 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-website] hf200012 merged pull request #98: add 1.1.2 download links

2022-09-13 Thread GitBox
hf200012 merged PR #98: URL: https://github.com/apache/doris-website/pull/98 -- 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

[doris-website] branch master updated: add 1.1.2 download links (#98)

2022-09-13 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new c3740aef8ac add 1.1.2 download link

[GitHub] [doris] jackwener opened a new pull request, #12590: [feature](Nereids): semi join transpose and enable ZIG_ZAG join reorder.

2022-09-13 Thread GitBox
jackwener opened a new pull request, #12590: URL: https://github.com/apache/doris/pull/12590 # Proposed changes Issue Number: close #xxx ## Problem summary - semi join transpose - enable ZIG_ZAG join reorder. ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] github-actions[bot] commented on pull request #12580: [chore](config) increase the default value of doris_blocking_priority_queue_wait_timeout_ms

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12580: URL: https://github.com/apache/doris/pull/12580#issuecomment-1246237035 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 #12580: [chore](config) increase the default value of doris_blocking_priority_queue_wait_timeout_ms

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12580: URL: https://github.com/apache/doris/pull/12580#issuecomment-1246237056 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] stalary closed issue #12089: [Bug] query result error after insert muliti-version data

2022-09-13 Thread GitBox
stalary closed issue #12089: [Bug] query result error after insert muliti-version data URL: https://github.com/apache/doris/issues/12089 -- 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] stalary closed issue #9477: [Feature] Cancel-Load support State condition

2022-09-13 Thread GitBox
stalary closed issue #9477: [Feature] Cancel-Load support State condition URL: https://github.com/apache/doris/issues/9477 -- 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 un

[GitHub] [doris] stalary closed issue #10383: [Bug] Failed to obtain fragment data

2022-09-13 Thread GitBox
stalary closed issue #10383: [Bug] Failed to obtain fragment data URL: https://github.com/apache/doris/issues/10383 -- 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 unsubscri

[GitHub] [doris] stalary closed pull request #9526: [Feature] development Show Load ALL SQL

2022-09-13 Thread GitBox
stalary closed pull request #9526: [Feature] development Show Load ALL SQL URL: https://github.com/apache/doris/pull/9526 -- 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 un

[GitHub] [doris] stalary commented on pull request #10959: [regression](round)Add round and cast function tests in regression tests

2022-09-13 Thread GitBox
stalary commented on PR #10959: URL: https://github.com/apache/doris/pull/10959#issuecomment-1246259112 Please rebase. -- 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 un

[GitHub] [doris] yangzhg opened a new pull request, #12591: [chore](build) add build param to version string

2022-09-13 Thread GitBox
yangzhg opened a new pull request, #12591: URL: https://github.com/apache/doris/pull/12591 ## Problem summary add build params to version string ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't know

[doris-website] branch master updated: fix

2022-09-13 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new af3014965ac fix af3014965ac is desc

[GitHub] [doris] dataroaring opened a new pull request, #12592: (storage) Level1Iterator should release iterators in heap

2022-09-13 Thread GitBox
dataroaring opened a new pull request, #12592: URL: https://github.com/apache/doris/pull/12592 When there is a query with limit, e.g. select * from limit 1, scanners are closed by FragmentExecutor, then some scanners do not run to eof and mem leaks happen. We have to release iterator

<    1   2   3   >