[GitHub] [doris] kaijchen commented on pull request #20178: [performance](load) support parallel memtable flush for unique key tables

2023-05-29 Thread via GitHub
kaijchen commented on PR #20178: URL: https://github.com/apache/doris/pull/20178#issuecomment-1567726387 run buildall -- 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 uns

[GitHub] [doris] sjyango commented on pull request #20195: [Bug](memtable) fix a bug occurred when we were inserting data into duplicate table without keys

2023-05-29 Thread via GitHub
sjyango commented on PR #20195: URL: https://github.com/apache/doris/pull/20195#issuecomment-1567726618 run feut -- 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #20178: [performance](load) support parallel memtable flush for unique key tables

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20178: URL: https://github.com/apache/doris/pull/20178#issuecomment-1567727814 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] wangbo commented on pull request #20048: [feature](executor)Support query queue

2023-05-29 Thread via GitHub
wangbo commented on PR #20048: URL: https://github.com/apache/doris/pull/20048#issuecomment-1567728617 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] Tanya-W commented on pull request #19936: [enhance](match) Support match query without inverted index

2023-05-29 Thread via GitHub
Tanya-W commented on PR #19936: URL: https://github.com/apache/doris/pull/19936#issuecomment-1567728864 run buildall -- 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 unsu

[GitHub] [doris] wangbo commented on a diff in pull request #20048: [feature](executor)Support query queue

2023-05-29 Thread via GitHub
wangbo commented on code in PR #20048: URL: https://github.com/apache/doris/pull/20048#discussion_r1209684993 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1488,6 +1488,9 @@ public class Config extends ConfigBase { @ConfField(mutable = true, mast

[GitHub] [doris] github-actions[bot] commented on pull request #20078: [fix](load)Support load json data with default value

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20078: URL: https://github.com/apache/doris/pull/20078#issuecomment-1567729908 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 #19936: [enhance](match) Support match query without inverted index

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #19936: URL: https://github.com/apache/doris/pull/19936#issuecomment-1567730472 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] wangbo commented on a diff in pull request #20048: [feature](executor)Support query queue

2023-05-29 Thread via GitHub
wangbo commented on code in PR #20048: URL: https://github.com/apache/doris/pull/20048#discussion_r1209670946 ## fe/fe-core/src/main/java/org/apache/doris/resource/resourcegroup/ResourceGroup.java: ## @@ -69,6 +77,11 @@ public class ResourceGroup implements Writable { pri

[GitHub] [doris] wangbo commented on a diff in pull request #20048: [feature](executor)Support query queue

2023-05-29 Thread via GitHub
wangbo commented on code in PR #20048: URL: https://github.com/apache/doris/pull/20048#discussion_r1209670786 ## fe/fe-core/src/main/java/org/apache/doris/resource/resourcegroup/ResourceGroup.java: ## @@ -69,6 +77,11 @@ public class ResourceGroup implements Writable { pri

[GitHub] [doris] eldenmoon commented on a diff in pull request #19594: [refactor](dynamic table) Make segment_writer unaware of dynamic schema, and ensure parsing is exception-safe.

2023-05-29 Thread via GitHub
eldenmoon commented on code in PR #19594: URL: https://github.com/apache/doris/pull/19594#discussion_r1209688779 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -113,38 +116,29 @@ void SegmentWriter::init_column_meta(ColumnMetaPB* meta, uint32_t column_id, } }

[GitHub] [doris] github-actions[bot] commented on pull request #20181: [fix](load_profile) fix rows stat and add close_wait in sink

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20181: URL: https://github.com/apache/doris/pull/20181#issuecomment-1567737549 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] dataroaring commented on pull request #20181: [fix](load_profile) fix rows stat and add close_wait in sink

2023-05-29 Thread via GitHub
dataroaring commented on PR #20181: URL: https://github.com/apache/doris/pull/20181#issuecomment-1567740161 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] github-actions[bot] commented on pull request #20181: [fix](load_profile) fix rows stat and add close_wait in sink

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20181: URL: https://github.com/apache/doris/pull/20181#issuecomment-1567740976 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 #20166: [Improvement](runtimefilter) Build bloom filter according to the exact build size for IN_OR_BLOOM_FILTER

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20166: URL: https://github.com/apache/doris/pull/20166#issuecomment-1567746962 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 #20166: [Improvement](runtimefilter) Build bloom filter according to the exact build size for IN_OR_BLOOM_FILTER

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20166: URL: https://github.com/apache/doris/pull/20166#issuecomment-1567746982 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] morningman commented on pull request #20179: [fix](session-variable) fix set global var on non-master FE return error

2023-05-29 Thread via GitHub
morningman commented on PR #20179: URL: https://github.com/apache/doris/pull/20179#issuecomment-1567749350 run buildall -- 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 u

[GitHub] [doris] morningman commented on pull request #20137: [fix](catalog) fix create catalog with resource replay issue and kerberos auth issue

2023-05-29 Thread via GitHub
morningman commented on PR #20137: URL: https://github.com/apache/doris/pull/20137#issuecomment-1567750967 run buildall -- 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 u

[GitHub] [doris] sjyango commented on pull request #20195: [Bug](memtable) fix a bug occurred when we were inserting data into duplicate table without keys

2023-05-29 Thread via GitHub
sjyango commented on PR #20195: URL: https://github.com/apache/doris/pull/20195#issuecomment-1567751471 run p0 -- 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 unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #20137: [fix](catalog) fix create catalog with resource replay issue and kerberos auth issue

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20137: URL: https://github.com/apache/doris/pull/20137#issuecomment-1567752590 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] Gabriel39 merged pull request #20166: [Improvement](runtimefilter) Build bloom filter according to the exact build size for IN_OR_BLOOM_FILTER

2023-05-29 Thread via GitHub
Gabriel39 merged PR #20166: URL: https://github.com/apache/doris/pull/20166 -- 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: [Improvement](runtimefilter) Build bloom filter according to the exact build size for IN_OR_BLOOM_FILTER (#20166)

2023-05-29 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 c7b8c83a7f [Improvement](runtimefilter) Build

[GitHub] [doris] github-actions[bot] commented on pull request #19237: [Feature](compaction) wip: single replica compaction

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #19237: URL: https://github.com/apache/doris/pull/19237#issuecomment-1567754343 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] BiteTheDDDDt commented on pull request #20212: [Enchancement](execute) make assert_cast can output derived class name

2023-05-29 Thread via GitHub
BiteThet commented on PR #20212: URL: https://github.com/apache/doris/pull/20212#issuecomment-1567757973 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] Gabriel39 commented on a diff in pull request #20044: [Function] Support date function: microsecond()

2023-05-29 Thread via GitHub
Gabriel39 commented on code in PR #20044: URL: https://github.com/apache/doris/pull/20044#discussion_r1209709456 ## be/src/vec/runtime/vdatetime_value.h: ## @@ -235,6 +235,7 @@ class VecDateTimeValue { // Now this type is a temp solution with little changes VecDateTimeValu

[GitHub] [doris] github-actions[bot] commented on pull request #20212: [Enchancement](execute) make assert_cast can output derived class name

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20212: URL: https://github.com/apache/doris/pull/20212#issuecomment-1567760245 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 #20164: [Feature](agg_state) support agg_state combinator on nereids

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20164: URL: https://github.com/apache/doris/pull/20164#issuecomment-1567760802 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] Gabriel39 merged pull request #17724: [Enhance](array function) add support for DecimalV3 for array_enumerate_uniq()

2023-05-29 Thread via GitHub
Gabriel39 merged PR #17724: URL: https://github.com/apache/doris/pull/17724 -- 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: [Enhance](array function) add support for DecimalV3 for array_enumerate_uniq() (#17724)

2023-05-29 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 bb12a1cb49 [Enhance](array function) add supp

[GitHub] [doris] xy720 commented on pull request #20200: [enhancement](struct-type)support comment for struct field

2023-05-29 Thread via GitHub
xy720 commented on PR #20200: URL: https://github.com/apache/doris/pull/20200#issuecomment-1567764910 run buildall -- 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 unsubs

[GitHub] [doris] yiguolei merged pull request #20174: [doc](fix)Modified the description about trino

2023-05-29 Thread via GitHub
yiguolei merged PR #20174: URL: https://github.com/apache/doris/pull/20174 -- 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: [doc](fix)Modified the description about trino #20174

2023-05-29 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 5351153b04 [doc](fix)Modified the description a

[GitHub] [doris] Jibing-Li opened a new pull request, #20214: [Fix](multi catalog, nereids)Fix text file required slot bug.

2023-05-29 Thread via GitHub
Jibing-Li opened a new pull request, #20214: URL: https://github.com/apache/doris/pull/20214 <--Describe your changes.--> required_slots in TFileScanRangeParams params for external hive table may be updated after FileQueryScanNode finalize. For text file, we need to use the origin re

[GitHub] [doris] Jibing-Li commented on pull request #20214: [Fix](multi catalog, nereids)Fix text file required slot bug.

2023-05-29 Thread via GitHub
Jibing-Li commented on PR #20214: URL: https://github.com/apache/doris/pull/20214#issuecomment-1567774597 run buildall -- 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] DarvenDuan commented on pull request #20078: [fix](load)Support load json data with default value

2023-05-29 Thread via GitHub
DarvenDuan commented on PR #20078: URL: https://github.com/apache/doris/pull/20078#issuecomment-1567776426 run buildall -- 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 u

[GitHub] [doris] csun5285 commented on pull request #19237: [Feature](compaction) wip: single replica compaction

2023-05-29 Thread via GitHub
csun5285 commented on PR #19237: URL: https://github.com/apache/doris/pull/19237#issuecomment-1567776709 run buildall -- 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 uns

[GitHub] [doris] bobhan1 opened a new pull request, #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

2023-05-29 Thread via GitHub
bobhan1 opened a new pull request, #20215: URL: https://github.com/apache/doris/pull/20215 ## Proposed changes Issue Number: #19575 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@do

[GitHub] [doris] github-actions[bot] commented on pull request #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20215: URL: https://github.com/apache/doris/pull/20215#issuecomment-1567785401 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] bobhan1 commented on pull request #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

2023-05-29 Thread via GitHub
bobhan1 commented on PR #20215: URL: https://github.com/apache/doris/pull/20215#issuecomment-1567786259 run buildall -- 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 unsu

[GitHub] [doris] wgy-home commented on issue #19923: k8s doris-follower failed

2023-05-29 Thread via GitHub
wgy-home commented on issue #19923: URL: https://github.com/apache/doris/issues/19923#issuecomment-1567805861 I have also encountered the same problem. Have you resolved it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] github-actions[bot] commented on pull request #19681: [feature](multi-catalog)support paimon catalog

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #19681: URL: https://github.com/apache/doris/pull/19681#issuecomment-1567806561 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 #19681: [feature](multi-catalog)support paimon catalog

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #19681: URL: https://github.com/apache/doris/pull/19681#issuecomment-1567812430 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] catpineapple commented on pull request #19597: [feature](planner) multi partition create by integer column

2023-05-29 Thread via GitHub
catpineapple commented on PR #19597: URL: https://github.com/apache/doris/pull/19597#issuecomment-1567812961 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] LemonLiTree commented on pull request #19646: [improve](jsonb)Invalid json path prompts an error instead of null

2023-05-29 Thread via GitHub
LemonLiTree commented on PR #19646: URL: https://github.com/apache/doris/pull/19646#issuecomment-1567821736 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] jacktengg opened a new pull request, #20216: feature](spill) support spill to disk for pipeline engine

2023-05-29 Thread via GitHub
jacktengg opened a new pull request, #20216: URL: https://github.com/apache/doris/pull/20216 ## Proposed changes Issue Number: close #xxx <--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [

[doris] branch master updated: [typo](docs) fix oceanbase jdbc catalog error (#20197)

2023-05-29 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 a220b1c34a [typo](docs) fix oceanbase jdbc catalog

[GitHub] [doris] JNSimba merged pull request #20197: [typo](docs) fix oceanbase jdbc catalog error

2023-05-29 Thread via GitHub
JNSimba merged PR #20197: URL: https://github.com/apache/doris/pull/20197 -- 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] gnehil commented on issue #20208: [Bug] 某个 Tablet 的副本全部损坏后,无法修复

2023-05-29 Thread via GitHub
gnehil commented on issue #20208: URL: https://github.com/apache/doris/issues/20208#issuecomment-1567832144 You can add me on WeChat:gnehil489, let's take a look at this problem together -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] yiguolei commented on a diff in pull request #20216: feature](spill) support spill to disk for pipeline engine

2023-05-29 Thread via GitHub
yiguolei commented on code in PR #20216: URL: https://github.com/apache/doris/pull/20216#discussion_r1209755034 ## be/src/pipeline/exec/hashjoin_probe_operator.h: ## @@ -44,5 +45,23 @@ class HashJoinProbeOperator final : public StatefulOperator

[GitHub] [doris] tim-chow commented on issue #20208: [Bug] 某个 Tablet 的副本全部损坏后,无法修复

2023-05-29 Thread via GitHub
tim-chow commented on issue #20208: URL: https://github.com/apache/doris/issues/20208#issuecomment-1567832791 > gnehil489 thank you so much! -- 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 commented on a diff in pull request #20216: feature](spill) support spill to disk for pipeline engine

2023-05-29 Thread via GitHub
yiguolei commented on code in PR #20216: URL: https://github.com/apache/doris/pull/20216#discussion_r1209755526 ## be/src/vec/exec/join/grace_hash_join_node.h: ## @@ -0,0 +1,302 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

[GitHub] [doris] github-actions[bot] commented on pull request #20216: feature](spill) support spill to disk for pipeline engine

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20216: URL: https://github.com/apache/doris/pull/20216#issuecomment-1567833303 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] englefly merged pull request #20065: [runtimeFilter](nereids) use runtime filter default size for debug purpose

2023-05-29 Thread via GitHub
englefly merged PR #20065: URL: https://github.com/apache/doris/pull/20065 -- 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 (a220b1c34a -> e623f3fb9e)

2023-05-29 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a220b1c34a [typo](docs) fix oceanbase jdbc catalog error (#20197) add e623f3fb9e [runtimeFilter](nereids) use r

[GitHub] [doris] englefly commented on pull request #20112: [runtimeFilter](nereids)generate in-filter for the first duplicate/unique/partition key

2023-05-29 Thread via GitHub
englefly commented on PR #20112: URL: https://github.com/apache/doris/pull/20112#issuecomment-1567847948 run buildall -- 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 uns

[GitHub] [doris] Gabriel39 commented on a diff in pull request #19811: [feature](decimal)support cast rounding half up and div precision increment in decimalv3.

2023-05-29 Thread via GitHub
Gabriel39 commented on code in PR #19811: URL: https://github.com/apache/doris/pull/19811#discussion_r1209768969 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Divide.java: ## @@ -62,14 +63,15 @@ public DataType getDataType() throws UnboundException {

[GitHub] [doris] morrySnow commented on a diff in pull request #19811: [feature](decimal)support cast rounding half up and div precision increment in decimalv3.

2023-05-29 Thread via GitHub
morrySnow commented on code in PR #19811: URL: https://github.com/apache/doris/pull/19811#discussion_r1209770292 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Divide.java: ## @@ -62,14 +63,15 @@ public DataType getDataType() throws UnboundException {

[GitHub] [doris] github-actions[bot] commented on pull request #19646: [improve](jsonb)Invalid json path prompts an error instead of null

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #19646: URL: https://github.com/apache/doris/pull/19646#issuecomment-1567856711 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] Gabriel39 opened a new pull request, #20217: [pipeline](load) support pipeline load

2023-05-29 Thread via GitHub
Gabriel39 opened a new pull request, #20217: URL: https://github.com/apache/doris/pull/20217 ## Proposed changes Issue Number: close #xxx <--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [

[GitHub] [doris] Gabriel39 commented on pull request #20217: [pipeline](load) support pipeline load

2023-05-29 Thread via GitHub
Gabriel39 commented on PR #20217: URL: https://github.com/apache/doris/pull/20217#issuecomment-1567857373 run buildall -- 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] github-actions[bot] commented on pull request #20217: [pipeline](load) support pipeline load

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20217: URL: https://github.com/apache/doris/pull/20217#issuecomment-1567859618 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 #20213: [regression](decimalv3) Fix output for P1 regression

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20213: URL: https://github.com/apache/doris/pull/20213#issuecomment-1567860021 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 #20213: [regression](decimalv3) Fix output for P1 regression

2023-05-29 Thread via GitHub
github-actions[bot] commented on PR #20213: URL: https://github.com/apache/doris/pull/20213#issuecomment-1567860081 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] englefly commented on pull request #20112: [runtimeFilter](nereids)generate in-filter for the first duplicate/unique/partition key

2023-05-29 Thread via GitHub
englefly commented on PR #20112: URL: https://github.com/apache/doris/pull/20112#issuecomment-1567860349 run buildall -- 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 uns

[GitHub] [doris] csun5285 commented on pull request #19237: [Feature](compaction) wip: single replica compaction

2023-05-29 Thread via GitHub
csun5285 commented on PR #19237: URL: https://github.com/apache/doris/pull/19237#issuecomment-1567869088 run buildall -- 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 uns

<    1   2   3   4   5