[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_r970358855 ## be/src/vec/runtime/vparquet_writer.cpp: ## @@ -0,0 +1,646 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreemen

[GitHub] [doris] yiguolei merged pull request #12580: [chore](config) increase the default value of doris_blocking_priority_queue_wait_timeout_ms

2022-09-13 Thread GitBox
yiguolei merged PR #12580: URL: https://github.com/apache/doris/pull/12580 -- 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 (a219a41dde -> 501e7b9132)

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 a219a41dde [dependency](xxhash) Add xxhash lib (#12566) add 501e7b9132 [chore][config] increase the default valu

[GitHub] [doris] yiguolei merged pull request #12572: [typo](docs)fix tablet-local-debug doc err

2022-09-13 Thread GitBox
yiguolei merged PR #12572: URL: https://github.com/apache/doris/pull/12572 -- 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 (501e7b9132 -> 08ee84ef67)

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 501e7b9132 [chore][config] increase the default value of doris_blocking_priority_queue_wait_timeout_ms (#12580)

[GitHub] [doris] Henry2SS opened a new issue, #12593: [Enhancement](routine load statistic) loadRowsRate && receivedBytesRate are not accurate

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

[GitHub] [doris] Henry2SS opened a new pull request, #12594: [enhancement](statistic) the calculation of routine load statistics is not accurate

2022-09-13 Thread GitBox
Henry2SS opened a new pull request, #12594: URL: https://github.com/apache/doris/pull/12594 # Proposed changes Issue Number: close #12593 ## Problem summary fix the calculation of these statistics ## Checklist(Required) 1. Does it affect the original behavi

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

2022-09-13 Thread GitBox
dataroaring opened a new pull request, #12595: URL: https://github.com/apache/doris/pull/12595 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

[GitHub] [doris] morrySnow merged pull request #12569: [feature](nereids) merge push down and remove redundant operator rules into one batch

2022-09-13 Thread GitBox
morrySnow merged PR #12569: URL: https://github.com/apache/doris/pull/12569 -- 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: [feature](nereids) merge push down and remove redundant operator rules into one batch (#12569)

2022-09-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 3543f85ae5 [feature](nereids) merge push down

[GitHub] [doris] nextdreamblue 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
nextdreamblue commented on code in PR #12513: URL: https://github.com/apache/doris/pull/12513#discussion_r970392501 ## gensrc/script/gen_build_version.sh: ## @@ -27,7 +27,13 @@ set -eo pipefail -build_version="trunk" +build_version_prefix="doris" Review Comment: yes, it

<    1   2   3