[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-20 Thread github-actions
github-actions[bot] commented on code in PR #16123: URL: https://github.com/apache/doris/pull/16123#discussion_r1083256275 ## be/src/service/brpc_http_service.h: ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

[GitHub] [doris] englefly commented on a diff in pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

2023-01-20 Thread via GitHub
englefly commented on code in PR #16102: URL: https://github.com/apache/doris/pull/16102#discussion_r1083228825 ## be/src/exprs/bloomfilter_predicate.h: ## @@ -334,6 +334,12 @@ struct DateTimeFindOp : public CommonFindOp { value.from_olap_datetime(*reinterpret_cast(dat

[GitHub] [doris] englefly commented on a diff in pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

2023-01-20 Thread via GitHub
englefly commented on code in PR #16102: URL: https://github.com/apache/doris/pull/16102#discussion_r1083228216 ## be/src/exprs/bloomfilter_predicate.h: ## @@ -334,6 +334,12 @@ struct DateTimeFindOp : public CommonFindOp { value.from_olap_datetime(*reinterpret_cast(dat

[doris] branch branch-1.1-lts updated: [Fix](storage) Fix bug that cooldown time for partition in SSD is wrong (#15769)

2023-01-20 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 7990c6a4ae [Fix](storage) Fix b

[GitHub] [doris] yiguolei merged pull request #15769: [Fix](storage) Fix bug that cooldown time for partition in SSD is wrong

2023-01-20 Thread via GitHub
yiguolei merged PR #15769: URL: https://github.com/apache/doris/pull/15769 -- 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: [vectorzied](jdbc) fix jdbc executor for get result by batch and memo… (#15843)

2023-01-20 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 253445ca46 [vectorzied](jdbc) fix jdbc executor

[GitHub] [doris] yiguolei merged pull request #15843: [vectorzied](jdbc) fix jdbc executor for get result by batch and memo…

2023-01-20 Thread via GitHub
yiguolei merged PR #15843: URL: https://github.com/apache/doris/pull/15843 -- 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: [Feature](profile) set sql and defaultDb fields in show-load-profile. (#15875)

2023-01-20 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 87c7f2fcc1 [Feature](profile) set sql and defau

[GitHub] [doris] yiguolei merged pull request #15875: [Feature](profile) set sql and defaultDb fields in show-load-profile.

2023-01-20 Thread via GitHub
yiguolei merged PR #15875: URL: https://github.com/apache/doris/pull/15875 -- 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: [Feature](ES): catalog support mapping es _id #15943

2023-01-20 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 8b40791718 [Feature](ES): catalog support mappi

[GitHub] [doris] yiguolei merged pull request #15943: [Feature](ES): catalog support mapping es _id

2023-01-20 Thread via GitHub
yiguolei merged PR #15943: URL: https://github.com/apache/doris/pull/15943 -- 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: [refactor](javaudf) simplify UdfExecutor and UdafExecutor (#16050)

2023-01-20 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 01c001e2ac [refactor](javaudf) simplify UdfExec

[GitHub] [doris] yiguolei merged pull request #16050: [refactor](javaudf) simplify UdfExecutor and UdafExecutor

2023-01-20 Thread via GitHub
yiguolei merged PR #16050: URL: https://github.com/apache/doris/pull/16050 -- 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 (de12957057 -> 25046fabec)

2023-01-20 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 de12957057 [debug](ParquetReader) print file path if failed to read parquet file (#16118) add 25046fabec [regre

[GitHub] [doris] yiguolei merged pull request #16051: [regression-test](sub query) add regression test for subquery with limit

2023-01-20 Thread via GitHub
yiguolei merged PR #16051: URL: https://github.com/apache/doris/pull/16051 -- 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: [debug](ParquetReader) print file path if failed to read parquet file (#16118)

2023-01-20 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 de12957057 [debug](ParquetReader) print file pa

[GitHub] [doris] yiguolei merged pull request #16118: [debug](ParquetReader) print file path in error message if read parquet failed

2023-01-20 Thread via GitHub
yiguolei merged PR #16118: URL: https://github.com/apache/doris/pull/16118 -- 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: [fix](statistics) Fix statistics related threads continuously spawn as doing checkpoint #16088

2023-01-20 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 2daa5f3fef [fix](statistics) Fix statistics rel

[GitHub] [doris] yiguolei merged pull request #16088: [fix](statistics) Fix statistics related threads continuously spawn as doing checkpoint

2023-01-20 Thread via GitHub
yiguolei merged PR #16088: URL: https://github.com/apache/doris/pull/16088 -- 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: [test](pipline)Remove P1 regression required check in .asf.yaml (#16119)

2023-01-20 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 8d02961216 [test](pipline)Remove P1 regression

[GitHub] [doris] yiguolei merged pull request #16119: [test](pipline)Remove P1 regression required check in .asf.yaml

2023-01-20 Thread via GitHub
yiguolei merged PR #16119: URL: https://github.com/apache/doris/pull/16119 -- 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: [Fix](Oracle External Table) fix that oracle external table can not insert batch values (#16117)

2023-01-20 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 7814d2b651 [Fix](Oracle External Table) fix tha

[GitHub] [doris] yiguolei merged pull request #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread via GitHub
yiguolei merged PR #16117: URL: https://github.com/apache/doris/pull/16117 -- 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 #16050: [refactor](javaudf) simplify UdfExecutor and UdafExecutor

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16050: URL: https://github.com/apache/doris/pull/16050#issuecomment-1398724661 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 commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-20 Thread GitBox
morningman commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1082727190 ## be/src/common/daemon.cpp: ## @@ -203,29 +205,42 @@ void Daemon::memory_maintenance_thread() { doris::MemInfo::refresh_allocator_mem(); #endif d

[GitHub] [doris] morningman commented on a diff in pull request #16083: [improvement](memory) load support overcommit memory

2023-01-20 Thread GitBox
morningman commented on code in PR #16083: URL: https://github.com/apache/doris/pull/16083#discussion_r1082723038 ## be/src/util/mem_info.cpp: ## @@ -127,6 +133,18 @@ void MemInfo::process_full_gc() { return; } freed_mem += MemTrackerLimiter::free_top_memory_

[GitHub] [doris] morningman commented on pull request #16107: [Chore](EditLog) refine error output on edit log

2023-01-20 Thread GitBox
morningman commented on PR #16107: URL: https://github.com/apache/doris/pull/16107#issuecomment-1398580613 > > Why remove e? > > It seems that there are only two `{}` in the previous string, does `e` have any special meaning here? The last e will print the stack trace of the ex

[GitHub] [doris] morningman merged pull request #16124: [docs](en)update en docs

2023-01-20 Thread GitBox
morningman merged PR #16124: URL: https://github.com/apache/doris/pull/16124 -- 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] hello-stephen commented on pull request #16127: [deps](libhdfs3) update to 2.3.6 to fix kms aes 256 bug

2023-01-20 Thread GitBox
hello-stephen commented on PR #16127: URL: https://github.com/apache/doris/pull/16127#issuecomment-1398486128 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.41 seconds load time: 491 seconds storage size: 17122739733 Bytes https://doris-co

[doris] branch master updated: [fix](datetimev2) Fix BE datetimev2 type returning wrong result (#15885)

2023-01-20 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 9ffd109b35 [fix](datetimev2) Fix BE datetimev

[GitHub] [doris] Gabriel39 merged pull request #15885: [fix](datetimev2) Fix BE datetimev2 type returning wrong result

2023-01-20 Thread GitBox
Gabriel39 merged PR #15885: URL: https://github.com/apache/doris/pull/15885 -- 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 closed issue #15813: [Bug] datetimev2 type returning wrong result when developing group_uniq_array function

2023-01-20 Thread GitBox
Gabriel39 closed issue #15813: [Bug] datetimev2 type returning wrong result when developing group_uniq_array function URL: https://github.com/apache/doris/issues/15813 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[doris] branch master updated (5514b1c1b7 -> 6b110aeba6)

2023-01-20 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5514b1c1b7 [enhancement](tablet_report) accelerate deleteFromBackend function to avoid tablet report task blocked (

[GitHub] [doris] github-actions[bot] commented on pull request #15907: [Feature](Nereids, regression-test)add a framework for testing nereids functions

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #15907: URL: https://github.com/apache/doris/pull/15907#issuecomment-1398456845 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] morrySnow merged pull request #15907: [Feature](Nereids, regression-test)add a framework for testing nereids functions

2023-01-20 Thread GitBox
morrySnow merged PR #15907: URL: https://github.com/apache/doris/pull/15907 -- 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 #15907: [Feature](Nereids, regression-test)add a framework for testing nereids functions

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #15907: URL: https://github.com/apache/doris/pull/15907#issuecomment-1398456777 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 opened a new pull request, #16127: [deps](libhdfs3) update to 2.3.6 to fix kms aes 256 bug

2023-01-20 Thread GitBox
morningman opened a new pull request, #16127: URL: https://github.com/apache/doris/pull/16127 # Proposed changes Issue Number: close #xxx ## Problem summary update libhdfs3 to 2.3.6 to fix kms aes 256 bug. And update the licences and changelog ## Checklist(Requi

[doris-thirdparty] annotated tag libhdfs3-v2.3.6 updated (7617a07 -> 3f96854)

2023-01-20 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag libhdfs3-v2.3.6 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git *** WARNING: tag libhdfs3-v2.3.6 was modified! *** from 7617a07 (commit) to 3f96854

[GitHub] [doris-thirdparty] morningman merged pull request #32: [Fix](libhdfs3) Fix AES Block size to 128 bits.

2023-01-20 Thread GitBox
morningman merged PR #32: URL: https://github.com/apache/doris-thirdparty/pull/32 -- 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...@do

[doris-thirdparty] branch libhdfs3 updated: [Fix](libhdfs3) Fix AES Block size to 128 bits. (#32)

2023-01-20 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/libhdfs3 by this push: new 8e0e644 [Fix](libhdfs3) Fix A

[GitHub] [doris] github-actions[bot] commented on pull request #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1398403587 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #16126: [fix](be)the set operation node create result block using row_desc()

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16126: URL: https://github.com/apache/doris/pull/16126#issuecomment-1398398242 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 #16126: [fix](be)the set operation node create result block using row_desc()

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16126: URL: https://github.com/apache/doris/pull/16126#issuecomment-1398398163 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-thirdparty] kaka11chen opened a new pull request, #32: [Fix](libhdfs3) Fix AES Block size to 128 bits.

2023-01-20 Thread GitBox
kaka11chen opened a new pull request, #32: URL: https://github.com/apache/doris-thirdparty/pull/32 For AES, the algorithm block is fixed size of 128 bits. http://en.wikipedia.org/wiki/Advanced_Encryption_Standard ![tsfsMFPoU5](https://user-images.githubusercontent.com/1736049/21370

[GitHub] [doris] github-actions[bot] commented on pull request #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1398373143 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1398359137 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #16126: [fix](be)the set operation node create result block using row_desc()

2023-01-20 Thread GitBox
hello-stephen commented on PR #16126: URL: https://github.com/apache/doris/pull/16126#issuecomment-1398333943 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.85 seconds load time: 510 seconds storage size: 17123025257 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16126: [fix](be)the set operation node create result block using row_desc()

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16126: URL: https://github.com/apache/doris/pull/16126#issuecomment-1398316908 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] starocean999 opened a new pull request, #16126: [fix](be)the set operation node create result block using row_desc()

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

[doris] branch master updated: [enhancement](tablet_report) accelerate deleteFromBackend function to avoid tablet report task blocked (#16115)

2023-01-20 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 5514b1c1b7 [enhancement](tablet_report) accel

[GitHub] [doris] caiconghui merged pull request #16115: [enhancement](tablet_report) accelerate deleteFromBackend function to avoid tablet report queue task backlog

2023-01-20 Thread GitBox
caiconghui merged PR #16115: URL: https://github.com/apache/doris/pull/16115 -- 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 #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16117: URL: https://github.com/apache/doris/pull/16117#issuecomment-1398237133 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 #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16117: URL: https://github.com/apache/doris/pull/16117#issuecomment-1398237079 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] branch master updated: [fix](privilege)fix grant resource bug (#16045)

2023-01-20 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 0305aad097 [fix](privilege)fix grant resource

[GitHub] [doris] morningman merged pull request #16045: [fix](privilege)fix grant resource bug

2023-01-20 Thread GitBox
morningman merged PR #16045: URL: https://github.com/apache/doris/pull/16045 -- 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] morrySnow merged pull request #15888: [enhancement](Nereids): add q0 test for new optimizer

2023-01-20 Thread GitBox
morrySnow merged PR #15888: URL: https://github.com/apache/doris/pull/15888 -- 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] hello-stephen commented on pull request #16125: [fix](nereids)fix bug of rule twoPhaseAggregateWithCountDistinctMulti

2023-01-20 Thread GitBox
hello-stephen commented on PR #16125: URL: https://github.com/apache/doris/pull/16125#issuecomment-1398211201 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.54 seconds load time: 495 seconds storage size: 17122378838 Bytes https://doris-co

[GitHub] [doris] starocean999 opened a new pull request, #16125: [fix](nereids)fix bug of rule twoPhaseAggregateWithCountDistinctMulti

2023-01-20 Thread GitBox
starocean999 opened a new pull request, #16125: URL: https://github.com/apache/doris/pull/16125 # Proposed changes Issue Number: close #xxx ## Problem summary in AggPhase.LOCAL, the AggMode may be AggMode.INPUT_TO_RESULT or AggMode.INPUT_TO_BUFFER, depend on if we require ga

[GitHub] [doris] hello-stephen commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-20 Thread GitBox
hello-stephen commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1398183708 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.58 seconds load time: 490 seconds storage size: 17122274743 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16122: [efficiency](chore) do not build ui sparkdpp and hive udf while building fe

2023-01-20 Thread GitBox
hello-stephen commented on PR #16122: URL: https://github.com/apache/doris/pull/16122#issuecomment-1398168191 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.3 seconds load time: 493 seconds storage size: 17122547001 Bytes https://doris-com

[GitHub] [doris] github-actions[bot] commented on pull request #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16117: URL: https://github.com/apache/doris/pull/16117#issuecomment-1398164831 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] BePPPower commented on a diff in pull request #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread GitBox
BePPPower commented on code in PR #16117: URL: https://github.com/apache/doris/pull/16117#discussion_r1082310938 ## be/src/vec/exec/scan/new_jdbc_scanner.cpp: ## @@ -163,6 +164,13 @@ Status NewJdbcScanner::_get_block_impl(RuntimeState* state, Block* block, bool* Status NewJdbc

[GitHub] [doris] hello-stephen commented on pull request #16121: [refactor](remoe non vec code) remove non vectorized conjunctx from scanner

2023-01-20 Thread GitBox
hello-stephen commented on PR #16121: URL: https://github.com/apache/doris/pull/16121#issuecomment-1398160400 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.13 seconds load time: 496 seconds storage size: 17122614150 Bytes https://doris-co

[GitHub] [doris] httpshirley opened a new pull request, #16124: [docs](en)update en docs

2023-01-20 Thread GitBox
httpshirley opened a new pull request, #16124: URL: https://github.com/apache/doris/pull/16124 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] morningman commented on a diff in pull request #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread GitBox
morningman commented on code in PR #16117: URL: https://github.com/apache/doris/pull/16117#discussion_r1082297783 ## be/src/vec/exec/scan/new_jdbc_scanner.cpp: ## @@ -163,6 +164,13 @@ Status NewJdbcScanner::_get_block_impl(RuntimeState* state, Block* block, bool* Status NewJdb

[GitHub] [doris] hello-stephen commented on pull request #16120: [Fix](Nereids)fix runtime filter cannot generate when expression is cast.

2023-01-20 Thread GitBox
hello-stephen commented on PR #16120: URL: https://github.com/apache/doris/pull/16120#issuecomment-1398143147 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.88 seconds load time: 509 seconds storage size: 17122607589 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-20 Thread GitBox
hello-stephen commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1398137774 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.51 seconds load time: 482 seconds storage size: 17119322801 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-20 Thread GitBox
github-actions[bot] commented on code in PR #16123: URL: https://github.com/apache/doris/pull/16123#discussion_r1082287281 ## be/src/service/brpc_http_service.h: ## @@ -0,0 +1,117 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

[GitHub] [doris] TangSiyang2001 opened a new pull request, #16123: [enhancement-wip] Support BE http service with brpc

2023-01-20 Thread GitBox
TangSiyang2001 opened a new pull request, #16123: URL: https://github.com/apache/doris/pull/16123 # Proposed changes Issue Number: close ##16087 ## Problem summary Doris BE uses `libevent` to support http service currently, which is planned to be replaced by `brpc` step

[GitHub] [doris] github-actions[bot] commented on pull request #16122: [efficiency](chore) do not build ui sparkdpp and hive udf while building fe

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16122: URL: https://github.com/apache/doris/pull/16122#issuecomment-1398129250 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

[doris] branch master updated: fix english number of tpch (#16116)

2023-01-20 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.git The following commit(s) were added to refs/heads/master by this push: new 956070e17f fix english number of tpch (#16116) 9560

[GitHub] [doris] JNSimba merged pull request #16116: [typo](docs)fix english number of tpch

2023-01-20 Thread GitBox
JNSimba merged PR #16116: URL: https://github.com/apache/doris/pull/16116 -- 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.apac

[GitHub] [doris] hello-stephen commented on pull request #16118: [debug](ParquetReader) print file path in error message if read parquet failed

2023-01-20 Thread GitBox
hello-stephen commented on PR #16118: URL: https://github.com/apache/doris/pull/16118#issuecomment-1398093791 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.96 seconds load time: 493 seconds storage size: 17122508187 Bytes https://doris-co

[doris] branch branch-1.2-lts updated: [improvement](vertical compaction) cache segment in vertical compaction (#16101)

2023-01-20 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new a986c181c2 [improvement](ver

[GitHub] [doris] hello-stephen commented on pull request #16117: [Fix](Oracle External Table) fix that oracle external table can not insert batch values

2023-01-20 Thread GitBox
hello-stephen commented on PR #16117: URL: https://github.com/apache/doris/pull/16117#issuecomment-1398078937 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.4 seconds load time: 489 seconds storage size: 17122783156 Bytes https://doris-com

[GitHub] [doris] dataroaring opened a new pull request, #16122: [efficiency](chore) do not build ui sparkdpp and hive udf while building fe

2023-01-20 Thread GitBox
dataroaring opened a new pull request, #16122: URL: https://github.com/apache/doris/pull/16122 # Proposed changes Issue Number: close #xxx ## Problem summary It is time consuming to build ui, spark dpp and hive udf when building fe. ## Checklist(Required) 1.

[GitHub] [doris] github-actions[bot] commented on pull request #16121: [refactor](remoe non vec code) remove non vectorized conjunctx from scanner

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16121: URL: https://github.com/apache/doris/pull/16121#issuecomment-1398076684 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris] branch master updated: [improvement](vertical compaction) cache segment in vertical compaction (#16101)

2023-01-20 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 171404228f [improvement](vertical compaction

[GitHub] [doris] dataroaring merged pull request #16101: [improvement](vertical compaction) cache segment in vertical compaction

2023-01-20 Thread GitBox
dataroaring merged PR #16101: URL: https://github.com/apache/doris/pull/16101 -- 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] yiguolei opened a new pull request, #16121: [refactor](remoe non vec code) remove non vectorized conjunctx from scanner

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

[GitHub] [doris] sohardforaname opened a new pull request, #16120: [Fix](Nereids)fix runtime filter cannot generate when expression is cast.

2023-01-20 Thread GitBox
sohardforaname opened a new pull request, #16120: URL: https://github.com/apache/doris/pull/16120 # Proposed changes Issue Number: close #xxx ## Problem summary fix runtime filter cannot generate when expression is cast. ## Checklist(Required) 1. Does it aff

[GitHub] [doris] pingchunzhang opened a new pull request, #16119: [test](pipline)Remove P1 regression required check in .asf.yaml

2023-01-20 Thread GitBox
pingchunzhang opened a new pull request, #16119: URL: https://github.com/apache/doris/pull/16119 # Proposed changes Issue Number: close #xxx ## Problem summary Improve the CI efficiency of community pipeline, remove p1 regression pipeline ## Checklist(Required)

[doris] branch master updated (13d93cb2b4 -> a4265fae70)

2023-01-20 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 13d93cb2b4 [typo](doc)nvl add 1.2 label (#15856) add a4265fae70 [enhancement](query) Make query scan nodes mor

[GitHub] [doris] caiconghui closed issue #16038: [Enhancement] Make query scan node more evenly distributed

2023-01-20 Thread GitBox
caiconghui closed issue #16038: [Enhancement] Make query scan node more evenly distributed URL: https://github.com/apache/doris/issues/16038 -- 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 speci

[GitHub] [doris] caiconghui merged pull request #16037: [enhancement](query) Make query scan nodes more evenly distributed in cluster

2023-01-20 Thread GitBox
caiconghui merged PR #16037: URL: https://github.com/apache/doris/pull/16037 -- 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 #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1398056898 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #16115: [enhancement](tablet_report) accelerate deleteFromBackend function to avoid tablet report queue task backlog

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16115: URL: https://github.com/apache/doris/pull/16115#issuecomment-1398052475 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] hello-stephen commented on pull request #16115: [enhancement](tablet_report) accelerate deleteFromBackend function to avoid tablet report queue task backlog

2023-01-20 Thread GitBox
hello-stephen commented on PR #16115: URL: https://github.com/apache/doris/pull/16115#issuecomment-1398052435 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.98 seconds load time: 506 seconds storage size: 17122978402 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16115: [enhancement](tablet_report) accelerate deleteFromBackend function to avoid tablet report queue task backlog

2023-01-20 Thread GitBox
github-actions[bot] commented on PR #16115: URL: https://github.com/apache/doris/pull/16115#issuecomment-1398052421 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