Re: [PR] [chore](Nereids): use debug to show phase of nereids (#27903) [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27907: URL: https://github.com/apache/doris/pull/27907#issuecomment-1837398857 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.97 seconds stream load tsv: 563 seconds loaded 74807831229 Bytes,

Re: [PR] [regression-test](group commit) enable wait_internal_group_commit_finish [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #26856: URL: https://github.com/apache/doris/pull/26856#issuecomment-1837394973 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.24 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [I] [Bug] After checkout to branck-2.0 and deployed, Tableau cant connect to doris by mysql driver. Error like "wrong data type string. expected integer"" [doris]

2023-12-02 Thread via GitHub
DA1OOO closed issue #26016: [Bug] After checkout to branck-2.0 and deployed, Tableau cant connect to doris by mysql driver. Error like "wrong data type string. expected integer"" URL: https://github.com/apache/doris/issues/26016 -- This is an automated message from the Apache Git Service. To

Re: [I] 自动分桶数推算功能为何没生效 [doris]

2023-12-02 Thread via GitHub
DA1OOO commented on issue #27915: URL: https://github.com/apache/doris/issues/27915#issuecomment-1837390919 新增分区方式: ALTER TABLE example_db.my_table ADD PARTITION p1 VALUES [("2014-01-01"), ("2014-02-01")); 没有指定分桶信息。 -- This is an automated message from the Apache Git Service. To r

[I] 自动分桶数推算功能为何没生效 [doris]

2023-12-02 Thread via GitHub
DA1OOO opened a new issue, #27915: URL: https://github.com/apache/doris/issues/27915 ### Discussed in https://github.com/apache/doris/discussions/27910 Originally posted by **DA1OOO** December 3, 2023 建表使用的`BUCKETS AUTO` ,但是建表的时候没有指定参数`"estimate_partition_size" = "100G"`

(doris) branch branch-2.0 updated: [fix](Nereids) should not push down project to the nullable side of outer join #27912 (#27913)

2023-12-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 8cd18b6cfed [fix](Nereids) should not push

Re: [PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
xiaokang merged PR #27913: URL: https://github.com/apache/doris/pull/27913 -- 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

Re: [PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27912: URL: https://github.com/apache/doris/pull/27912#issuecomment-1837386419 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.24 seconds stream load tsv: 574 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27913: URL: https://github.com/apache/doris/pull/27913#issuecomment-1837384105 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.12 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Re: [PR] [feture](stream load) (step one)Add arrow data type for stream load [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on code in PR #26709: URL: https://github.com/apache/doris/pull/26709#discussion_r1413010093 ## be/src/vec/data_types/serde/data_type_datev2_serde.cpp: ## @@ -101,7 +101,7 @@ void DataTypeDateV2SerDe::read_column_from_arrow(IColumn& column, const a

Re: [PR] [feture](stream load) (step one)Add arrow data type for stream load [doris]

2023-12-02 Thread via GitHub
wuwenchi commented on PR #26709: URL: https://github.com/apache/doris/pull/26709#issuecomment-1837382058 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

Re: [PR] [chore](Nereids): use debug to show phase of nereids (#27903) [doris]

2023-12-02 Thread via GitHub
jackwener commented on PR #27907: URL: https://github.com/apache/doris/pull/27907#issuecomment-1837381051 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

Re: [PR] [improve](heartbeat) invalid heartbeat does not preempt lock [doris]

2023-12-02 Thread via GitHub
HHoflittlefish777 closed pull request #27914: [improve](heartbeat) invalid heartbeat does not preempt lock URL: https://github.com/apache/doris/pull/27914 -- 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 g

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837378378 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.95 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

Re: [PR] [improve](heartbeat) invalid heartbeat does not preempt lock [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27914: URL: https://github.com/apache/doris/pull/27914#issuecomment-1837378243 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

[PR] [improve](heartbeat) invalid heartbeat does not preempt lock [doris]

2023-12-02 Thread via GitHub
HHoflittlefish777 opened a new pull request, #27914: URL: https://github.com/apache/doris/pull/27914 ## Proposed changes Other FE mistakenly sent heartbeat to BE, invalid heartbeat and normal heartbeat forcibly occupied the lock, resulting in heartbeat processing timeout and load tra

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837377006 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.7 seconds stream load tsv: 573 seconds loaded 74807831229 Bytes, a

Re: [PR] [regression-test](group commit) enable wait_internal_group_commit_finish [doris]

2023-12-02 Thread via GitHub
dataroaring commented on PR #26856: URL: https://github.com/apache/doris/pull/26856#issuecomment-1837373412 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

Error while running github feature from .asf.yaml in doris!

2023-12-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [FIX](array )fix array literal in fe (#27750)

2023-12-02 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 3ddc8211d17 [FIX](array )fix array literal i

Re: [PR] [FIX](array )fix array literal in fe [doris]

2023-12-02 Thread via GitHub
dataroaring merged PR #27750: URL: https://github.com/apache/doris/pull/27750 -- 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.

Re: [PR] [FIX](array )fix array literal in fe [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27750: URL: https://github.com/apache/doris/pull/27750#issuecomment-1837371676 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

[PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
starocean999 opened a new pull request, #27913: URL: https://github.com/apache/doris/pull/27913 pick from master https://github.com/apache/doris/pull/27912 Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick o

Re: [PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
starocean999 commented on PR #27913: URL: https://github.com/apache/doris/pull/27913#issuecomment-1837366268 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

Re: [PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
starocean999 commented on PR #27912: URL: https://github.com/apache/doris/pull/27912#issuecomment-1837366139 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

[PR] [fix](Nereids) should not push down project to the nullable side of outer join [doris]

2023-12-02 Thread via GitHub
starocean999 opened a new pull request, #27912: URL: https://github.com/apache/doris/pull/27912 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org

[PR] [minor](lower-table-names) use GlobalVariable.lowerCaseTableNames instead of Config.lower_case_table_names [doris]

2023-12-02 Thread via GitHub
morningman opened a new pull request, #27911: URL: https://github.com/apache/doris/pull/27911 …tead of Config.lower_case_table_names ## Proposed changes The FE `Config.lower_case_table_names` can only be set when Doris cluster init, and can not be changed after that.

Re: [PR] [refactor](cluster)(step-4) remove cluster related to Database [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27861: URL: https://github.com/apache/doris/pull/27861#issuecomment-1837348026 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.94 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

[I] Release Note 2.0.3 [doris]

2023-12-02 Thread via GitHub
xiaokang opened a new issue, #27909: URL: https://github.com/apache/doris/issues/27909 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version x ### What's Wro

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837330654 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837330734 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
HHoflittlefish777 commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837326863 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

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837324038 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

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837321590 run pipelinex_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.

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837321347 run pipelinex -- 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

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837321289 run arm -- 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

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837320521 run pipline -- 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

Re: [PR] [FIX](array )fix array literal in fe [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27750: URL: https://github.com/apache/doris/pull/27750#issuecomment-1837320421 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.44 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837320176 run arm -- 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

(doris) branch branch-2.0-var updated: [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) (#27908)

2023-12-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-var in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0-var by this push: new 89022de6170 [fix](invert index) Fi

Re: [PR] [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) [doris]

2023-12-02 Thread via GitHub
xiaokang merged PR #27908: URL: https://github.com/apache/doris/pull/27908 -- 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

Re: [PR] [fix](multi-catalog)support the max compute partition prune [doris]

2023-12-02 Thread via GitHub
morningman merged PR #27902: URL: https://github.com/apache/doris/pull/27902 -- 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 branch-2.0 updated: [fix](multi-catalog)support the max compute partition prune (#27154) (#27902)

2023-12-02 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 70311b45bf3 [fix](multi-catalog)suppo

Error while running github feature from .asf.yaml in doris!

2023-12-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [refactor](cluster)(step-4) remove cluster related to Database [doris]

2023-12-02 Thread via GitHub
morningman commented on PR #27861: URL: https://github.com/apache/doris/pull/27861#issuecomment-1837308721 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

(doris) branch master updated: [case](regression) using load_parallelism when load csv and json from s3 (#27525)

2023-12-02 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 43f29668898 [case](regression) using load_pa

Re: [PR] [case](regression) using load_parallelism when load csv and json from s3 [doris]

2023-12-02 Thread via GitHub
dataroaring merged PR #27525: URL: https://github.com/apache/doris/pull/27525 -- 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.

Error while running github feature from .asf.yaml in doris!

2023-12-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [feature](parquet)support read parquet lzo compress. (#27706)

2023-12-02 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 80d2c7ab415 [feature](parquet)support read pa

Re: [PR] [feature](parquet)support read parquet lzo compress. [doris]

2023-12-02 Thread via GitHub
morningman merged PR #27706: URL: https://github.com/apache/doris/pull/27706 -- 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

Re: [PR] [case](regression) using load_parallelism when load csv and json from s3 [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27525: URL: https://github.com/apache/doris/pull/27525#issuecomment-1837308473 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

Error while running github feature from .asf.yaml in doris!

2023-12-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (72b2a336e97 -> fc8b32be7ab)

2023-12-02 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 72b2a336e97 [chore](Nereids): use debug to show phase of nereids (#27903) add fc8b32be7ab [Opt](multi-catalog

Re: [PR] [Opt](multi-catalog) Opt parquet orc reader null map decoding by `memset()`. [doris]

2023-12-02 Thread via GitHub
morningman merged PR #27545: URL: https://github.com/apache/doris/pull/27545 -- 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

Re: [PR] [Opt](multi-catalog) Opt parquet orc reader null map decoding by `memset()`. [doris]

2023-12-02 Thread via GitHub
AshinGau commented on PR #27545: URL: https://github.com/apache/doris/pull/27545#issuecomment-1837304003 LGTM -- 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

Re: [PR] [Opt](multi-catalog) Opt parquet orc reader null map decoding by `memset()`. [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27545: URL: https://github.com/apache/doris/pull/27545#issuecomment-1837301543 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

Re: [PR] [Opt](multi-catalog) Opt parquet orc reader null map decoding by `memset()`. [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27545: URL: https://github.com/apache/doris/pull/27545#issuecomment-1837301538 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

Re: [PR] [Opt](Coordinator) Don't shuffle scan range locations when performing scan range assignments. [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27268: URL: https://github.com/apache/doris/pull/27268#issuecomment-1837301301 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

Re: [PR] [fix](multi-catalog)support the max compute partition prune [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27902: URL: https://github.com/apache/doris/pull/27902#issuecomment-1837300450 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

Re: [PR] [fix](multi-catalog)support the max compute partition prune [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27902: URL: https://github.com/apache/doris/pull/27902#issuecomment-1837300460 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

Re: [PR] [FIX](array )fix array literal in fe [doris]

2023-12-02 Thread via GitHub
amorynan commented on PR #27750: URL: https://github.com/apache/doris/pull/27750#issuecomment-1837298277 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

Re: [PR] [typo](docs)add some tips for mc and add dlf.catalog.id info to dlf doc [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27754: URL: https://github.com/apache/doris/pull/27754#issuecomment-1837298136 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

Re: [PR] [typo](docs)add some tips for mc and add dlf.catalog.id info to dlf doc [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27754: URL: https://github.com/apache/doris/pull/27754#issuecomment-1837298133 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

Re: [PR] [typo](docs)add some tips for mc and add dlf.catalog.id info to dlf doc [doris]

2023-12-02 Thread via GitHub
morningman commented on PR #27754: URL: https://github.com/apache/doris/pull/27754#issuecomment-1837297996 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

Re: [PR] [feature](parquet)support read parquet lzo compress. [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27706: URL: https://github.com/apache/doris/pull/27706#issuecomment-1837297972 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

Re: [PR] [feature](parquet)support read parquet lzo compress. [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27706: URL: https://github.com/apache/doris/pull/27706#issuecomment-1837297963 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

Re: [PR] [Enhancement](drop) drop multi tables in one drop stmt [doris]

2023-12-02 Thread via GitHub
github-actions[bot] closed pull request #19621: [Enhancement](drop) drop multi tables in one drop stmt URL: https://github.com/apache/doris/pull/19621 -- 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

Re: [PR] [Doc](FE-config) add description of some fe configuration [doris]

2023-12-02 Thread via GitHub
github-actions[bot] closed pull request #19294: [Doc](FE-config) add description of some fe configuration URL: https://github.com/apache/doris/pull/19294 -- 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 g

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837194061 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837193691 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
HHoflittlefish777 commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837192437 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
HHoflittlefish777 commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837191829 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
HHoflittlefish777 commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837191763 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

Re: [PR] [feature-wip](arrow-flight)(step6) Support regression test [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27847: URL: https://github.com/apache/doris/pull/27847#issuecomment-1837186888 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.38 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27908: URL: https://github.com/apache/doris/pull/27908#issuecomment-1837185889 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

Re: [PR] [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27908: URL: https://github.com/apache/doris/pull/27908#issuecomment-1837185884 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

Re: [PR] [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27908: URL: https://github.com/apache/doris/pull/27908#issuecomment-1837184398 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

Re: [PR] test [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1837184347 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.04 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) [doris]

2023-12-02 Thread via GitHub
zzzxl1993 commented on PR #27908: URL: https://github.com/apache/doris/pull/27908#issuecomment-1837183310 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

[PR] [fix](invert index) Fix the issue where the reader does not release the file descriptor (fd) [doris]

2023-12-02 Thread via GitHub
zzzxl1993 opened a new pull request, #27908: URL: https://github.com/apache/doris/pull/27908 …he file descriptor (fd) ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion a

[PR] [chore](Nereids): use debug to show phase of nereids (#27903) [doris]

2023-12-02 Thread via GitHub
jackwener opened a new pull request, #27907: URL: https://github.com/apache/doris/pull/27907 (cherry picked from commit 72b2a336e973df45ed3a180d1970fd7aa4072424) ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large

Error while running github feature from .asf.yaml in doris!

2023-12-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [chore](Nereids): use debug to show phase of nereids (#27903)

2023-12-02 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 72b2a336e97 [chore](Nereids): use debug to show

Re: [PR] [chore](Nereids): use debug to show phase of nereids [doris]

2023-12-02 Thread via GitHub
jackwener merged PR #27903: URL: https://github.com/apache/doris/pull/27903 -- 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

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837178437 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.77 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837164017 > If a user is using doris 2.0 and using audit log plugin to load the log into doris table. If he upgrade doris 2.0 to doris 2.1 and there is a new column tables, what should he do???

Re: [PR] [fix](meta) show partitions with Limit for external HMS tables (27835) [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27835: URL: https://github.com/apache/doris/pull/27835#issuecomment-1837163374 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.96 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837163339 > You should implement audit logger plugin in same PR, we will release 2.1 now, if this PR is merged and you not implement another PR, then 2.1 could not be released. I had add

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837162682 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

Re: [PR] [fix](csv_reader) fix trim_double_quotes behavior change [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27882: URL: https://github.com/apache/doris/pull/27882#issuecomment-1837160675 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.26 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

Re: [PR] [Opt](scanner-scheduling) Opt scanner scheduling by removing batch size checking in scanner to reduce schedule count. [doris]

2023-12-02 Thread via GitHub
doris-robot commented on PR #27876: URL: https://github.com/apache/doris/pull/27876#issuecomment-1837154859 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.99 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [feature-wip](arrow-flight)(step6) Support regression test [doris]

2023-12-02 Thread via GitHub
xinyiZzz commented on PR #27847: URL: https://github.com/apache/doris/pull/27847#issuecomment-1837154331 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

Re: [PR] [feature-wip](arrow-flight)(step6) Support regression test [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27847: URL: https://github.com/apache/doris/pull/27847#issuecomment-1837153512 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

Re: [PR] test [doris]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1837148044 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

Re: [PR] test [doris]

2023-12-02 Thread via GitHub
Gabriel39 commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1837146511 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

Re: [PR] [improvement](spinlock) remove some potential bad spinlock usage [doris]

2023-12-02 Thread via GitHub
yiguolei merged PR #27904: URL: https://github.com/apache/doris/pull/27904 -- 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

Error while running github feature from .asf.yaml in doris!

2023-12-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [improvement](spinlock) remove some potential bad spinlock usage (#27904)

2023-12-02 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 be30bd1e403 [improvement](spinlock) remove some

Re: [PR] [fix](meta) show partitions with Limit for external HMS tables (27835) [doris]

2023-12-02 Thread via GitHub
Nitin-Kashyap commented on PR #27835: URL: https://github.com/apache/doris/pull/27835#issuecomment-1837138046 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. T

Re: [PR] [Enhancement](auditLog) support recording table name and index name in audit log [doris]

2023-12-02 Thread via GitHub
DarvenDuan commented on PR #27828: URL: https://github.com/apache/doris/pull/27828#issuecomment-1837137858 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 unsubsc

  1   2   >