[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543437961 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 #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543436385 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 #19419: [feature](torc) support insert only transactional hive table on FE side

2023-05-10 Thread via GitHub
hello-stephen commented on PR #19419: URL: https://github.com/apache/doris/pull/19419#issuecomment-1543434614 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.43 seconds stream load tsv: 415 seconds loaded 74807831229 Bytes, about 171 MB/s

[doris] branch master updated (ed8a4b4120 -> 589dd8a9b3)

2023-05-10 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 ed8a4b4120 [feature-wip](duplicate_no_keys) skip sort function if the table is duplicate without keys (#19483)

[GitHub] [doris] morningman merged pull request #19387: [Fix](multi-catalog) Fix query hms tbl with compressed data files.

2023-05-10 Thread via GitHub
morningman merged PR #19387: URL: https://github.com/apache/doris/pull/19387 -- 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 #19529: [minor](log) change debug log to info to observe the storage medium change

2023-05-10 Thread via GitHub
hello-stephen commented on PR #19529: URL: https://github.com/apache/doris/pull/19529#issuecomment-1543433199 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.14 seconds stream load tsv: 426 seconds loaded 74807831229 Bytes, about 167 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18874: URL: https://github.com/apache/doris/pull/18874#issuecomment-1543431861 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 #19262: [Feature](planner) use partial update in update from & delete from

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19262: URL: https://github.com/apache/doris/pull/19262#issuecomment-1543426780 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 (3edde1fa4a -> ed8a4b4120)

2023-05-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3edde1fa4a [fix](docs) update build-extension.yml (#19528) add ed8a4b4120 [feature-wip](duplicate_no_keys) sk

[GitHub] [doris] dataroaring merged pull request #19483: [feature-wip](duplicate_no_keys) skip sort function if the table is duplicate without keys

2023-05-10 Thread via GitHub
dataroaring merged PR #19483: URL: https://github.com/apache/doris/pull/19483 -- 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] lsy3993 opened a new pull request, #19531: [typo](docs) fix doc bug of 'collect_list' and 'deploy'

2023-05-10 Thread via GitHub
lsy3993 opened a new pull request, #19531: URL: https://github.com/apache/doris/pull/19531 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has un

[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543420393 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 #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543419365 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 (0b25376cf8 -> 3edde1fa4a)

2023-05-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0b25376cf8 [feature](torc) support insert only transactional hive table on be side (#19518) add 3edde1fa4a [

[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543417887 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 merged pull request #19528: [fix](docs) update build-extension.yml

2023-05-10 Thread via GitHub
dataroaring merged PR #19528: URL: https://github.com/apache/doris/pull/19528 -- 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] jackwener closed pull request #19408: [minor](fe): cleanup unused SessionVariable.

2023-05-10 Thread via GitHub
jackwener closed pull request #19408: [minor](fe): cleanup unused SessionVariable. URL: https://github.com/apache/doris/pull/19408 -- 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 commen

[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543417101 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] jackwener commented on pull request #19508: [fix](Nereids): Should copy JoinReorderContext for PushdownProject

2023-05-10 Thread via GitHub
jackwener commented on PR #19508: URL: https://github.com/apache/doris/pull/19508#issuecomment-1543414016 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 com

[GitHub] [doris] github-actions[bot] commented on pull request #19528: [fix](docs) update build-extension.yml

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19528: URL: https://github.com/apache/doris/pull/19528#issuecomment-1543412346 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 #19528: [fix](docs) update build-extension.yml

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19528: URL: https://github.com/apache/doris/pull/19528#issuecomment-1543412311 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 #19530: [Feat](fe) Support compress file for tvf hdfs() and s3()

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19530: URL: https://github.com/apache/doris/pull/19530#issuecomment-1543409393 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] herry2038 commented on pull request #19490: [fix](compact) Duplicate with no keys tables compaction coredump, fix…

2023-05-10 Thread via GitHub
herry2038 commented on PR #19490: URL: https://github.com/apache/doris/pull/19490#issuecomment-1543409155 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] Tanya-W commented on pull request #19063: [Enhancement](alter inverted index) Improve alter inverted index performance with light weight add or drop inverted index

2023-05-10 Thread via GitHub
Tanya-W commented on PR #19063: URL: https://github.com/apache/doris/pull/19063#issuecomment-1543405801 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] github-actions[bot] commented on pull request #19063: [Enhancement](alter inverted index) Improve alter inverted index performance with light weight add or drop inverted index

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19063: URL: https://github.com/apache/doris/pull/19063#issuecomment-1543404888 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] reswqa opened a new pull request, #19530: [Feat](fe) Support compress file for tvf hdfs() and s3()

2023-05-10 Thread via GitHub
reswqa opened a new pull request, #19530: URL: https://github.com/apache/doris/pull/19530 # Proposed changes Issue Number: close #19477. ## Problem summary We can support this by add a new properties for tvf, like : `select * from hdfs("uri" = "xxx", ..., "compress

[GitHub] [doris] gitccl commented on issue #19051: [Bug] multi_match_any get wrong result

2023-05-10 Thread via GitHub
gitccl commented on issue #19051: URL: https://github.com/apache/doris/issues/19051#issuecomment-1543402241 > This issue has been fixed by #19104 and #19498. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] herry2038 commented on pull request #19490: [fix](compact) Duplicate with no keys tables compaction coredump, fix…

2023-05-10 Thread via GitHub
herry2038 commented on PR #19490: URL: https://github.com/apache/doris/pull/19490#issuecomment-1543399302 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] morningman commented on pull request #19419: [feature](torc) support insert only transactional hive table on FE side

2023-05-10 Thread via GitHub
morningman commented on PR #19419: URL: https://github.com/apache/doris/pull/19419#issuecomment-1543399012 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: [feature](torc) support insert only transactional hive table on be side (#19518)

2023-05-10 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 0b25376cf8 [feature](torc) support insert onl

[GitHub] [doris] morningman merged pull request #19518: [Feature](torc) Support insert only transactional hive table on be side.

2023-05-10 Thread via GitHub
morningman merged PR #19518: URL: https://github.com/apache/doris/pull/19518 -- 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 #19490: [fix](compact) Duplicate with no keys tables compaction coredump, fix…

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19490: URL: https://github.com/apache/doris/pull/19490#issuecomment-1543396258 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] herry2038 commented on pull request #19490: [fix](compact) Duplicate with no keys tables compaction coredump, fix…

2023-05-10 Thread via GitHub
herry2038 commented on PR #19490: URL: https://github.com/apache/doris/pull/19490#issuecomment-1543394125 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 #19490: [fix](compact) Duplicate with no keys tables compaction coredump, fix…

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19490: URL: https://github.com/apache/doris/pull/19490#issuecomment-1543394089 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 #19483: [feature-wip](duplicate_no_keys) skip sort function if the table is duplicate without keys

2023-05-10 Thread via GitHub
hello-stephen commented on PR #19483: URL: https://github.com/apache/doris/pull/19483#issuecomment-1543393154 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.36 seconds stream load tsv: 423 seconds loaded 74807831229 Bytes, about 168 MB/s

[GitHub] [doris] morningman commented on pull request #19529: [minor](log) change debug log to info to observe the storage medium change

2023-05-10 Thread via GitHub
morningman commented on PR #19529: URL: https://github.com/apache/doris/pull/19529#issuecomment-1543390022 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 opened a new pull request, #19529: [minor](log) change debug log to info to observe the storage medium change

2023-05-10 Thread via GitHub
morningman opened a new pull request, #19529: URL: https://github.com/apache/doris/pull/19529 # Proposed changes Issue Number: close #xxx ## Problem summary When user set `default_storage_medium` to true, the storage medium of all partitions should be SSD, and cooldow

[GitHub] [doris] dataroaring commented on pull request #19528: [fix] update build-extension.yml

2023-05-10 Thread via GitHub
dataroaring commented on PR #19528: URL: https://github.com/apache/doris/pull/19528#issuecomment-1543389419 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] wangyf0555 opened a new pull request, #19528: [fix] update build-extension.yml

2023-05-10 Thread via GitHub
wangyf0555 opened a new pull request, #19528: URL: https://github.com/apache/doris/pull/19528 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[doris] branch master updated (dc497e11bb -> 6d2070c59d)

2023-05-10 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 dc497e11bb [fix](Nereids) avoid to push top Project of JoinCluster in PushdownProjectThroughJoin (#19441) add

[GitHub] [doris] morrySnow merged pull request #19205: [enhancement](stats) Make stats cache item size configurable

2023-05-10 Thread via GitHub
morrySnow merged PR #19205: URL: https://github.com/apache/doris/pull/19205 -- 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 (834bf2eab7 -> dc497e11bb)

2023-05-10 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 834bf2eab7 [feature](array) Add array_last lambda function (#18388) add dc497e11bb [fix](Nereids) avoid to push

[GitHub] [doris] morrySnow merged pull request #19441: [fix](Nereids): avoid to push top Project of JoinCluster in PushdownProjectThroughJoin

2023-05-10 Thread via GitHub
morrySnow merged PR #19441: URL: https://github.com/apache/doris/pull/19441 -- 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 #19441: [fix](Nereids): avoid to push top Project of JoinCluster in PushdownProjectThroughJoin

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19441: URL: https://github.com/apache/doris/pull/19441#issuecomment-1543382251 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 #19441: [fix](Nereids): avoid to push top Project of JoinCluster in PushdownProjectThroughJoin

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19441: URL: https://github.com/apache/doris/pull/19441#issuecomment-1543382290 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 #19063: [Enhancement](alter inverted index) Improve alter inverted index performance with light weight add or drop inverted index

2023-05-10 Thread via GitHub
hello-stephen commented on PR #19063: URL: https://github.com/apache/doris/pull/19063#issuecomment-1543371746 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.55 seconds stream load tsv: 421 seconds loaded 74807831229 Bytes, about 169 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #19444: [fix](inverted index) fix query fail caused by FullTextIndexReader not check index file whether exists

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19444: URL: https://github.com/apache/doris/pull/19444#issuecomment-1543363096 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 #19444: [fix](inverted index) fix query fail caused by FullTextIndexReader not check index file whether exists

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19444: URL: https://github.com/apache/doris/pull/19444#issuecomment-1543363064 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] CodeCooker17 commented on pull request #19265: [fix](fe) Fix SimpleDateFormatter thread unsafe issue by replacing to DateTimeFormatter.

2023-05-10 Thread via GitHub
CodeCooker17 commented on PR #19265: URL: https://github.com/apache/doris/pull/19265#issuecomment-1543359502 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] yangzhg commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

2023-05-10 Thread via GitHub
yangzhg commented on PR #18805: URL: https://github.com/apache/doris/pull/18805#issuecomment-1543354838 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] dataroaring commented on pull request #19483: [feature-wip](duplicate_no_keys) skip sort function if the table is duplicate without keys

2023-05-10 Thread via GitHub
dataroaring commented on PR #19483: URL: https://github.com/apache/doris/pull/19483#issuecomment-1543353069 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

[doris] branch master updated (5167dc1251 -> 834bf2eab7)

2023-05-10 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5167dc1251 [feature](merge-on-write) enable merge on write by default (#19017) add 834bf2eab7 [feature](array

[GitHub] [doris] BiteTheDDDDt closed issue #18266: [Feature] support array_last function, get the last element of the array

2023-05-10 Thread via GitHub
BiteThet closed issue #18266: [Feature] support array_last function, get the last element of the array URL: https://github.com/apache/doris/issues/18266 -- 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

[GitHub] [doris] BiteTheDDDDt merged pull request #18388: [feature](array) Add array_last lambda function

2023-05-10 Thread via GitHub
BiteThet merged PR #18388: URL: https://github.com/apache/doris/pull/18388 -- 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] xiaokang commented on issue #19051: [Bug] multi_match_any get wrong result

2023-05-10 Thread via GitHub
xiaokang commented on issue #19051: URL: https://github.com/apache/doris/issues/19051#issuecomment-1543344373 @gitccl Have you submit a PR to fix this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18805: URL: https://github.com/apache/doris/pull/18805#issuecomment-1543341439 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 #17535: [fix](modify) permit modify default value

2023-05-10 Thread via GitHub
dataroaring commented on PR #17535: URL: https://github.com/apache/doris/pull/17535#issuecomment-1543337352 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] yangzhg commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

2023-05-10 Thread via GitHub
yangzhg commented on PR #18805: URL: https://github.com/apache/doris/pull/18805#issuecomment-1543328379 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] Tanya-W commented on pull request #19063: [Enhancement](alter inverted index) Improve alter inverted index performance with light weight add or drop inverted index

2023-05-10 Thread via GitHub
Tanya-W commented on PR #19063: URL: https://github.com/apache/doris/pull/19063#issuecomment-1543325397 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] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18805: URL: https://github.com/apache/doris/pull/18805#issuecomment-1543322893 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] xiedeyantu closed issue #19505: [Enhancement] show proc can not support storage_policy

2023-05-10 Thread via GitHub
xiedeyantu closed issue #19505: [Enhancement] show proc can not support storage_policy URL: https://github.com/apache/doris/issues/19505 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] xiedeyantu commented on issue #19505: [Enhancement] show proc can not support storage_policy

2023-05-10 Thread via GitHub
xiedeyantu commented on issue #19505: URL: https://github.com/apache/doris/issues/19505#issuecomment-1543317103 SHOW STORAGE POLICY; -- 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 specif

[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543306754 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 #19436: [Bugfix](Outfile) fix that export data to parquet and orc file format

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19436: URL: https://github.com/apache/doris/pull/19436#issuecomment-1543303816 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 pull request #19436: [Bugfix](Outfile) fix that export data to parquet and orc file format

2023-05-10 Thread via GitHub
BePPPower commented on PR #19436: URL: https://github.com/apache/doris/pull/19436#issuecomment-1543301831 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 #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1543300409 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 #19490: [fix](compact) Duplicate with no keys tables compaction coredump, fix…

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19490: URL: https://github.com/apache/doris/pull/19490#issuecomment-1543300059 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] Shoothzj commented on pull request #18862: [security](log) Don't print password in BaseController

2023-05-10 Thread via GitHub
Shoothzj commented on PR #18862: URL: https://github.com/apache/doris/pull/18862#issuecomment-1543294961 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] github-actions[bot] commented on pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18874: URL: https://github.com/apache/doris/pull/18874#issuecomment-1543293870 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 #19525: [Bugfix](Jdbc Catalog) fix data type mapping of SQLServer Catalog

2023-05-10 Thread via GitHub
hello-stephen commented on PR #19525: URL: https://github.com/apache/doris/pull/19525#issuecomment-1543293468 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.04 seconds stream load tsv: 417 seconds loaded 74807831229 Bytes, about 171 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #19205: [enhancement](stats) Make stats cache item size configurable

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19205: URL: https://github.com/apache/doris/pull/19205#issuecomment-1543290217 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 #19205: [enhancement](stats) Make stats cache item size configurable

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19205: URL: https://github.com/apache/doris/pull/19205#issuecomment-1543290200 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 #19046: [tpch](nereids) estimate cost with unknown column stats

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19046: URL: https://github.com/apache/doris/pull/19046#issuecomment-1543289194 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 #19483: [feature-wip](duplicate_no_keys) skip sort function if the table is duplicate without keys

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19483: URL: https://github.com/apache/doris/pull/19483#issuecomment-1543288675 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 #19483: [feature-wip](duplicate_no_keys) skip sort function if the table is duplicate without keys

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19483: URL: https://github.com/apache/doris/pull/19483#issuecomment-1543288655 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] amorynan commented on pull request #19371: [feature](array-type) Unique table support array value (#17024)

2023-05-10 Thread via GitHub
amorynan commented on PR #19371: URL: https://github.com/apache/doris/pull/19371#issuecomment-1543286455 check buildlog -- 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] ZhangYu0123 closed pull request #19520: [BugFix](memory) fix query memory overcommit config bug

2023-05-10 Thread via GitHub
ZhangYu0123 closed pull request #19520: [BugFix](memory) fix query memory overcommit config bug URL: https://github.com/apache/doris/pull/19520 -- 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 sp

[GitHub] [doris] luozenglin commented on pull request #19526: [feature-wip](resource-group) Supports memory hard isolation of resource group

2023-05-10 Thread via GitHub
luozenglin commented on PR #19526: URL: https://github.com/apache/doris/pull/19526#issuecomment-1543279937 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] github-actions[bot] commented on pull request #19520: [BugFix](memory) fix query memory overcommit config bug

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19520: URL: https://github.com/apache/doris/pull/19520#issuecomment-1543279041 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 #19521: [chore](cmake) fix DORIS_JAVA_HOME from JAVA_HOME

2023-05-10 Thread via GitHub
hello-stephen commented on PR #19521: URL: https://github.com/apache/doris/pull/19521#issuecomment-1543278954 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.12 seconds stream load tsv: 434 seconds loaded 74807831229 Bytes, about 164 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #19526: [feature-wip](resource-group) Supports memory hard isolation of resource group

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19526: URL: https://github.com/apache/doris/pull/19526#issuecomment-1543278673 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] morrySnow commented on pull request #19508: [fix](Nereids): Should copy JoinReorderContext for PushdownProject

2023-05-10 Thread via GitHub
morrySnow commented on PR #19508: URL: https://github.com/apache/doris/pull/19508#issuecomment-1543278645 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] amorynan commented on pull request #19371: [feature](array-type) Unique table support array value (#17024)

2023-05-10 Thread via GitHub
amorynan commented on PR #19371: URL: https://github.com/apache/doris/pull/19371#issuecomment-1543278626 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 unsubscri

[GitHub] [doris] github-actions[bot] commented on pull request #19520: [BugFix](memory) fix query memory overcommit config bug

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19520: URL: https://github.com/apache/doris/pull/19520#issuecomment-1543278574 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] yangzhg commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

2023-05-10 Thread via GitHub
yangzhg commented on PR #18805: URL: https://github.com/apache/doris/pull/18805#issuecomment-1543278096 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] luozenglin opened a new pull request, #19526: [feature-wip](resource-group) Supports memory hard isolation of resource group

2023-05-10 Thread via GitHub
luozenglin opened a new pull request, #19526: URL: https://github.com/apache/doris/pull/19526 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior *

[GitHub] [doris] BePPPower commented on pull request #19525: [Bugfix](Jdbc Catalog) fix data type mapping of SQLServer Catalog

2023-05-10 Thread via GitHub
BePPPower commented on PR #19525: URL: https://github.com/apache/doris/pull/19525#issuecomment-1543272227 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] ZhangYu0123 closed pull request #19520: [BugFix](memory) fix query memory overcommit config bug

2023-05-10 Thread via GitHub
ZhangYu0123 closed pull request #19520: [BugFix](memory) fix query memory overcommit config bug URL: https://github.com/apache/doris/pull/19520 -- 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 sp

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #18805: URL: https://github.com/apache/doris/pull/18805#issuecomment-1543269929 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-website] branch master updated: Revert "Generate PDF (#226)" (#227)

2023-05-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 59a81c67a15 Revert "Generate PDF (#

[GitHub] [doris-website] hf200012 merged pull request #227: Revert "Generate PDF"

2023-05-10 Thread via GitHub
hf200012 merged PR #227: URL: https://github.com/apache/doris-website/pull/227 -- 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

[doris] branch master updated (1d421a26d9 -> 5167dc1251)

2023-05-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1d421a26d9 [bugfix](memory) merge block may allocate failed (#19507) add 5167dc1251 [feature](merge-on-write)

[GitHub] [doris] dataroaring merged pull request #19017: [feature](merge-on-write) enable merge on write by default

2023-05-10 Thread via GitHub
dataroaring merged PR #19017: URL: https://github.com/apache/doris/pull/19017 -- 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] BePPPower opened a new pull request, #19525: [Bugfix](Jdbc Catalog) fix data type mapping of SQLServer Catalog

2023-05-10 Thread via GitHub
BePPPower opened a new pull request, #19525: URL: https://github.com/apache/doris/pull/19525 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] ZhangYu0123 commented on pull request #19520: [BugFix](memory) fix query memory overcommit config bug

2023-05-10 Thread via GitHub
ZhangYu0123 commented on PR #19520: URL: https://github.com/apache/doris/pull/19520#issuecomment-1543266340 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-website] wangyf0555 opened a new pull request, #227: Revert "Generate PDF"

2023-05-10 Thread via GitHub
wangyf0555 opened a new pull request, #227: URL: https://github.com/apache/doris-website/pull/227 Reverts apache/doris-website#226 -- 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 com

[GitHub] [doris] CodeCooker17 commented on pull request #19265: [fix](fe) Fix SimpleDateFormatter thread unsafe issue by replacing to DateTimeFormatter.

2023-05-10 Thread via GitHub
CodeCooker17 commented on PR #19265: URL: https://github.com/apache/doris/pull/19265#issuecomment-1543260943 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-website] hf200012 merged pull request #226: Generate PDF

2023-05-10 Thread via GitHub
hf200012 merged PR #226: URL: https://github.com/apache/doris-website/pull/226 -- 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

[doris-website] branch master updated: Generate PDF (#226)

2023-05-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 905bd78197f Generate PDF (#226) 905

[GitHub] [doris] github-actions[bot] commented on pull request #19523: [Fix](executor) Fix comparator of ResouceGroupSet

2023-05-10 Thread via GitHub
github-actions[bot] commented on PR #19523: URL: https://github.com/apache/doris/pull/19523#issuecomment-1543258573 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

  1   2   3   4   5   >