[GitHub] [doris] github-actions[bot] commented on pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1675741387 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] hello-stephen commented on pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1675724737 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.16 seconds stream load tsv: 514 seconds loaded 74807831229 Bytes

[GitHub] [doris] ucasfl commented on pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
ucasfl commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1675692895 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] github-actions[bot] commented on pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1675651113 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] ucasfl commented on a diff in pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
ucasfl commented on code in PR #22801: URL: https://github.com/apache/doris/pull/22801#discussion_r1292021476 ## be/src/vec/core/decimal_comparison.h: ## @@ -135,8 +135,8 @@ class DecimalComparison { } template -static std::enable_if_t && IsDecimalNumber, Shift>

[GitHub] [doris] yiguolei commented on a diff in pull request #22901: save code

2023-08-11 Thread via GitHub
yiguolei commented on code in PR #22901: URL: https://github.com/apache/doris/pull/22901#discussion_r1292013423 ## be/src/vec/sink/async_result_writer.cpp: ## @@ -0,0 +1,92 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreemen

[GitHub] [doris] yiguolei commented on a diff in pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
yiguolei commented on code in PR #22801: URL: https://github.com/apache/doris/pull/22801#discussion_r1292007994 ## be/src/vec/core/decimal_comparison.h: ## @@ -135,8 +135,8 @@ class DecimalComparison { } template -static std::enable_if_t && IsDecimalNumber, Shif

[GitHub] [doris] yiguolei commented on a diff in pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
yiguolei commented on code in PR #22801: URL: https://github.com/apache/doris/pull/22801#discussion_r1292008035 ## be/src/vec/data_types/data_type_decimal.h: ## @@ -578,10 +578,9 @@ convert_from_decimal(const typename FromDataType::FieldType& value, UInt32 scale } template

[GitHub] [doris] yiguolei commented on a diff in pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
yiguolei commented on code in PR #22801: URL: https://github.com/apache/doris/pull/22801#discussion_r1292008022 ## be/src/vec/data_types/data_type_decimal.h: ## @@ -407,10 +407,10 @@ constexpr bool IsDataTypeDecimalOrNumber = IsDataTypeDecimal || IsDataTypeNumber; te

[GitHub] [doris] echo-hhj closed pull request #22137: [typo](docs)Modified example of broke

2023-08-11 Thread via GitHub
echo-hhj closed pull request #22137: [typo](docs)Modified example of broke URL: https://github.com/apache/doris/pull/22137 -- 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 #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1675517124 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 #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1675517100 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch master updated: [doc](docs) Add some docs of baidu cloud bos (#22833)

2023-08-11 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 2b81553879 [doc](docs) Add some docs of baidu c

[GitHub] [doris] yiguolei merged pull request #22833: [doc](docs) Add some docs of baidu cloud bos

2023-08-11 Thread via GitHub
yiguolei merged PR #22833: URL: https://github.com/apache/doris/pull/22833 -- 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: [Improve](complex-type)update orc reader for complex type and add regress tests (#22856)

2023-08-11 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 5e2748d2b4 [Improve](complex-type)update orc re

[GitHub] [doris] yiguolei merged pull request #22856: [Improve](complex-type)update orc reader for complex type and add regress tests

2023-08-11 Thread via GitHub
yiguolei merged PR #22856: URL: https://github.com/apache/doris/pull/22856 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] hello-stephen commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1675110606 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.45 seconds stream load tsv: 510 seconds loaded 74807831229 Bytes

[GitHub] [doris] morningman opened a new pull request, #22909: [fix](broker-load) fix error when using multi data description for same table in load stmt

2023-08-11 Thread via GitHub
morningman opened a new pull request, #22909: URL: https://github.com/apache/doris/pull/22909 ## Proposed changes cherry pick #22666 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.

[GitHub] [doris] github-actions[bot] commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1675025338 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 commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-11 Thread via GitHub
Gabriel39 commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1675019866 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

[doris] branch branch-2.0 updated (0a6bef4486 -> e85850d928)

2023-08-11 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 0a6bef4486 [Refactor](inverted index) refact tokenize function for inverted index (#22313) new ea7c12f8ee Reve

[doris] 01/02: Revert "fix full auto analyze (#22650)"

2023-08-11 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 commit ea7c12f8ee92ab11377a2d7e98f8587846d604e3 Author: Kang AuthorDate: Fri Aug 11 23:48:53 2023 +0800 Revert "fix full

[doris] 02/02: fix pick conflict

2023-08-11 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 commit e85850d92867b5d5d1e21481b263fa2668dc5f4f Author: Kang AuthorDate: Fri Aug 11 23:55:13 2023 +0800 fix pick conflic

[doris] 05/07: [fix](planner) fix bug of push conjuncts through second phase agg (#22417)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 54af007cb7bf1bb7d91672423be4cbc47523d9bb Author: starocean999 <40539150+starocean...@users.noreply.github.com>

[doris] 06/07: [Fix](Planner) fix window function in aggregation (#22603)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit f6092806f39cad4f0b1ef005e353748e759ed067 Author: LiBinfeng <46676950+libinfeng...@users.noreply.github.com> Au

[doris] 03/07: [Fix](Planner) fix create view tosql not include partition (#22482)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit eeaa0d270218b90a468ce282e515bcfaae6cf349 Author: LiBinfeng <46676950+libinfeng...@users.noreply.github.com> Au

[doris] 07/07: [fix](agg) fix coredump caused by push down count aggregation (#22699)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit b7f163e4d6d87032194dd2d5e804539eaf348c63 Author: HappenLee AuthorDate: Wed Aug 9 10:21:20 2023 +0800 [fi

[doris] 04/07: [typo](kerberos)support read jdk auth creds and add some krb tips in FAQ (#22535)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit c007617d30e5dd0de08b9851bf7826f7b47f9ca4 Author: slothever <18522955+w...@users.noreply.github.com> AuthorDate

[doris] branch branch-1.2-lts updated (3a1c5e7ed2 -> b7f163e4d6)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 3a1c5e7ed2 [fix](planner)shouldn't change the child type to assignmentCompatible Type if it's INVALID_TYPE

[doris] 01/07: [fix](forward) fix MissingFormatArgumentException when failed to forward stmt to Master (#22142)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 31c54db5b6ca93c9f0b05a4da04b4bbddf61a95a Author: Mingyu Chen AuthorDate: Wed Jul 26 09:00:04 2023 +0800

[doris] 02/07: [bugfix](array) fix element revert on error in DataTypeArray::from_string (#16434)

2023-08-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 5baf88933610420fea2a0de9f7f8d2279e30ff53 Author: Kang AuthorDate: Mon Feb 6 18:27:36 2023 +0800 [bugfix]

[GitHub] [doris] hello-stephen commented on pull request #22750: [fix](createTableStmt)fix bug that createTableStmt toSql

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22750: URL: https://github.com/apache/doris/pull/22750#issuecomment-1674999653 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.25 seconds stream load tsv: 514 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22898: [regresstion][external]fix case test_show_where and es_query 0811

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22898: URL: https://github.com/apache/doris/pull/22898#issuecomment-1674982758 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 #22898: [regresstion][external]fix case test_show_where and es_query 0811

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22898: URL: https://github.com/apache/doris/pull/22898#issuecomment-1674982729 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] hubgeter commented on pull request #22750: [fix](createTableStmt)fix bug that createTableStmt toSql

2023-08-11 Thread via GitHub
hubgeter commented on PR #22750: URL: https://github.com/apache/doris/pull/22750#issuecomment-1674947385 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

[doris] branch branch-2.0 updated (a89edfe784 -> 0a6bef4486)

2023-08-11 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from a89edfe784 [improvement](stats) Catch exception properly (#22503) (#22896) new ca2c09e35d [stats](nereids) imp

[doris-website] branch asf-site updated: Automated deployment with doris branch master@ deb83dbb1204e507f9bc815f62f7474e9e079065

2023-08-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 9ef8518f151 Automated deployment

[GitHub] [doris] hello-stephen commented on pull request #22907: [fix](nereids)scalar subquery shouldn't be used in mark join

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22907: URL: https://github.com/apache/doris/pull/22907#issuecomment-1674904777 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.64 seconds stream load tsv: 519 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22629: [feature](auth)support Col auth

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22629: URL: https://github.com/apache/doris/pull/22629#issuecomment-1674904218 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.52 seconds stream load tsv: 515 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22908: [fix](test) load data inpath will remove the data in hdfs

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22908: URL: https://github.com/apache/doris/pull/22908#issuecomment-1674895238 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 #22908: [fix](test) load data inpath will remove the data in hdfs

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22908: URL: https://github.com/apache/doris/pull/22908#issuecomment-1674895181 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch master updated: [docs](release note) Update README.md (#22900)

2023-08-11 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 04272f398d [docs](release note) Update README.

[GitHub] [doris] luzhijing merged pull request #22900: [docs](release note) Update README.md

2023-08-11 Thread via GitHub
luzhijing merged PR #22900: URL: https://github.com/apache/doris/pull/22900 -- 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] zhangguoqiang666 commented on pull request #22898: [regresstion][external]fix case test_show_where and es_query 0811

2023-08-11 Thread via GitHub
zhangguoqiang666 commented on PR #22898: URL: https://github.com/apache/doris/pull/22898#issuecomment-1674889933 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

[GitHub] [doris] AshinGau commented on pull request #22908: [fix](test) load data inpath will remove the data in hdfs

2023-08-11 Thread via GitHub
AshinGau commented on PR #22908: URL: https://github.com/apache/doris/pull/22908#issuecomment-1674888488 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

[doris-website] branch master updated: [fix] releasenote 2.0.0 use github issue url (#295)

2023-08-11 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 deb83dbb120 [fix] releasenote 2.0.0 us

[GitHub] [doris-website] luzhijing merged pull request #295: [fix] releasenote 2.0.0 use github issue url

2023-08-11 Thread via GitHub
luzhijing merged PR #295: URL: https://github.com/apache/doris-website/pull/295 -- 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...@dori

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #295: [fix] releasenote 2.0.0 use github issue url

2023-08-11 Thread via GitHub
jeffreys-cat opened a new pull request, #295: URL: https://github.com/apache/doris-website/pull/295 [fix] releasenote 2.0.0 use github issue url -- 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 th

[GitHub] [doris] AshinGau opened a new pull request, #22908: [fix](test) load data inpath will remove the data in hdfs

2023-08-11 Thread via GitHub
AshinGau opened a new pull request, #22908: URL: https://github.com/apache/doris/pull/22908 ## 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](mailto

[doris-website] branch master updated: [fix] fix 2.0.0 release date error (#294)

2023-08-11 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 17f1128899a [fix] fix 2.0.0 release da

[GitHub] [doris-website] luzhijing merged pull request #294: [fix] fix 2.0.0 release date error

2023-08-11 Thread via GitHub
luzhijing merged PR #294: URL: https://github.com/apache/doris-website/pull/294 -- 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...@dori

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #294: [fix] fix 2.0.0 release date error

2023-08-11 Thread via GitHub
jeffreys-cat opened a new pull request, #294: URL: https://github.com/apache/doris-website/pull/294 [fix] fix 2.0.0 release date error -- 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

[doris-website] branch master updated: [fix] fix 2.0.0 release date error (#293)

2023-08-11 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 9e91693090a [fix] fix 2.0.0 release da

[GitHub] [doris-website] luzhijing merged pull request #293: [fix] fix 2.0.0 release date error

2023-08-11 Thread via GitHub
luzhijing merged PR #293: URL: https://github.com/apache/doris-website/pull/293 -- 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...@dori

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #293: [fix] fix 2.0.0 release date error

2023-08-11 Thread via GitHub
jeffreys-cat opened a new pull request, #293: URL: https://github.com/apache/doris-website/pull/293 - [fix] fix 2.0.0 release date error -- 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] zddr commented on pull request #22754: [opt](Nereids) support column permission control

2023-08-11 Thread via GitHub
zddr commented on PR #22754: URL: https://github.com/apache/doris/pull/22754#issuecomment-1674852900 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 unsubsc

[GitHub] [doris] starocean999 commented on pull request #22907: [fix](nereids)scalar subquery shouldn't be used in mark join

2023-08-11 Thread via GitHub
starocean999 commented on PR #22907: URL: https://github.com/apache/doris/pull/22907#issuecomment-1674851671 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] starocean999 opened a new pull request, #22907: [fix](nereids)scalar subquery shouldn't be used in mark join

2023-08-11 Thread via GitHub
starocean999 opened a new pull request, #22907: URL: https://github.com/apache/doris/pull/22907 ## Proposed changes 1.only in-subquery and exist-subquery may use mark join 2.always add scalar-subquery's output to apply node's outputs ## Further comments If this is

[GitHub] [doris] zddr commented on pull request #22629: [feature](auth)support Col auth

2023-08-11 Thread via GitHub
zddr commented on PR #22629: URL: https://github.com/apache/doris/pull/22629#issuecomment-1674851275 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 unsubsc

[GitHub] [doris] zhangguoqiang666 commented on pull request #22898: [regresstion][external]fix case test_show_where and es_query 0811

2023-08-11 Thread via GitHub
zhangguoqiang666 commented on PR #22898: URL: https://github.com/apache/doris/pull/22898#issuecomment-1674846185 run external -- 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.

[GitHub] [doris] morningman merged pull request #22788: [improvement](external statistics)Fix external stats collection bugs.

2023-08-11 Thread via GitHub
morningman merged PR #22788: URL: https://github.com/apache/doris/pull/22788 -- 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 master updated: [improvement](external statistics)Fix external stats collection bugs (#22788)

2023-08-11 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 5b09254fac [improvement](external statistics)

[GitHub] [doris] hello-stephen commented on pull request #22906: [ignore](me) just test

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22906: URL: https://github.com/apache/doris/pull/22906#issuecomment-1674836894 run beut -- 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] zddr commented on a diff in pull request #22754: [opt](Nereids) support column permission control

2023-08-11 Thread via GitHub
zddr commented on code in PR #22754: URL: https://github.com/apache/doris/pull/22754#discussion_r1291367822 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AuthChecker.java: ## @@ -0,0 +1,122 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] zddr commented on pull request #22754: [opt](Nereids) support column permission control

2023-08-11 Thread via GitHub
zddr commented on PR #22754: URL: https://github.com/apache/doris/pull/22754#issuecomment-1674831159 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 unsubsc

[GitHub] [doris] hello-stephen commented on pull request #22906: [ignore](me) just test

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22906: URL: https://github.com/apache/doris/pull/22906#issuecomment-1674827870 run beut -- 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 #22788: [improvement](external statistics)Fix external stats collection bugs.

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22788: URL: https://github.com/apache/doris/pull/22788#issuecomment-1674825343 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] hello-stephen commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1674819759 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.96 seconds stream load tsv: 511 seconds loaded 74807831229 Bytes

[GitHub] [doris] morningman commented on a diff in pull request #22899: [fix](catalog)paimon support more data type

2023-08-11 Thread via GitHub
morningman commented on code in PR #22899: URL: https://github.com/apache/doris/pull/22899#discussion_r1291355433 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonValueConverter.java: ## @@ -110,11 +121,15 @@ public Long visit(BigIntType bigIntType) {

[GitHub] [doris] hello-stephen commented on pull request #22906: [ignore](me) just test

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22906: URL: https://github.com/apache/doris/pull/22906#issuecomment-1674808066 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

[GitHub] [doris] hello-stephen opened a new pull request, #22906: [ignore](me) just test

2023-08-11 Thread via GitHub
hello-stephen opened a new pull request, #22906: URL: https://github.com/apache/doris/pull/22906 ## 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](m

[GitHub] [doris] brunolnetto opened a new issue, #22905: [Enhancement] Doris usage from Linux novice user

2023-08-11 Thread via GitHub
brunolnetto opened a new issue, #22905: URL: https://github.com/apache/doris/issues/22905 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Hi fellows,

[GitHub] [doris] hello-stephen commented on pull request #22855: [performance](executor) optimize time_round function only one arg

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22855: URL: https://github.com/apache/doris/pull/22855#issuecomment-1674791135 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.1 seconds stream load tsv: 513 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1674788477 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 #22845: [fix](alter table property) fix alter property if rpc failed

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22845: URL: https://github.com/apache/doris/pull/22845#issuecomment-1674781290 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.23 seconds stream load tsv: 512 seconds loaded 74807831229 Bytes

[doris-website] branch master updated: Update download.data.ts (#292)

2023-08-11 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 cf088598745 Update download.data.ts (#

[GitHub] [doris-website] luzhijing merged pull request #292: Update download 2.0.0 Release Note Redirect Link

2023-08-11 Thread via GitHub
luzhijing merged PR #292: URL: https://github.com/apache/doris-website/pull/292 -- 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...@dori

[GitHub] [doris] Gabriel39 commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-11 Thread via GitHub
Gabriel39 commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1674780388 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-website] KassieZ opened a new pull request, #292: Update download 2.0.0 Release Note Redirect Link

2023-08-11 Thread via GitHub
KassieZ opened a new pull request, #292: URL: https://github.com/apache/doris-website/pull/292 (no comment) -- 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,

[GitHub] [doris] hello-stephen commented on pull request #19284: [enhance] use correct default value for show config action

2023-08-11 Thread via GitHub
hello-stephen commented on PR #19284: URL: https://github.com/apache/doris/pull/19284#issuecomment-1674778917 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45 seconds stream load tsv: 517 seconds loaded 74807831229 Bytes, a

[GitHub] [doris] hello-stephen commented on pull request #22902: [fix](Nereids) type check could not work when root node is table or file sink

2023-08-11 Thread via GitHub
hello-stephen commented on PR #22902: URL: https://github.com/apache/doris/pull/22902#issuecomment-1674778041 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.63 seconds stream load tsv: 508 seconds loaded 74807831229 Bytes

[doris] branch master updated: [Enhancement](merge-on-write) add correctness check for the calculation of delete bitmap (#22282)

2023-08-11 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 cd6453434b [Enhancement](merge-on-write) add c

[GitHub] [doris] zhannngchen merged pull request #22282: [Enhancement](merge-on-write) add correctness check for the calculation of delete bitmap

2023-08-11 Thread via GitHub
zhannngchen merged PR #22282: URL: https://github.com/apache/doris/pull/22282 -- 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] github-actions[bot] commented on pull request #22900: [docs](release note) Update README.md

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22900: URL: https://github.com/apache/doris/pull/22900#issuecomment-1674762005 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 #22900: [docs](release note) Update README.md

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22900: URL: https://github.com/apache/doris/pull/22900#issuecomment-1674761908 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] luzhijing commented on pull request #22904: [docs](releasenote)2.0.0 release note

2023-08-11 Thread via GitHub
luzhijing commented on PR #22904: URL: https://github.com/apache/doris/pull/22904#issuecomment-1674758708 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 #22855: [performance](executor) optimize time_round function only one arg

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22855: URL: https://github.com/apache/doris/pull/22855#issuecomment-1674754567 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 #22895: [Bug](materialized-view) disable create mv with select star

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22895: URL: https://github.com/apache/doris/pull/22895#issuecomment-1674752117 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 #22895: [Bug](materialized-view) disable create mv with select star

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22895: URL: https://github.com/apache/doris/pull/22895#issuecomment-1674752004 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] luzhijing opened a new pull request, #22904: [docs](releasenote)2.0.0 release note

2023-08-11 Thread via GitHub
luzhijing opened a new pull request, #22904: URL: https://github.com/apache/doris/pull/22904 ## 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](mailt

[GitHub] [doris] github-actions[bot] commented on pull request #22874: [Enhancement](partial update) Support including delete sign column in partial update stream load

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22874: URL: https://github.com/apache/doris/pull/22874#issuecomment-1674747177 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 #22874: [Enhancement](partial update) Support including delete sign column in partial update stream load

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22874: URL: https://github.com/apache/doris/pull/22874#issuecomment-1674747113 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] zhangguoqiang666 commented on pull request #22898: [regresstion][external]fix case test_show_where and es_query 0811

2023-08-11 Thread via GitHub
zhangguoqiang666 commented on PR #22898: URL: https://github.com/apache/doris/pull/22898#issuecomment-1674743971 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.

[GitHub] [doris] github-actions[bot] commented on pull request #22282: [Enhancement](merge-on-write) add correctness check for the calculation of delete bitmap

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22282: URL: https://github.com/apache/doris/pull/22282#issuecomment-1674741425 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] ByteYue commented on pull request #22903: [Chore](doc) Fix doc zh-CN typo

2023-08-11 Thread via GitHub
ByteYue commented on PR #22903: URL: https://github.com/apache/doris/pull/22903#issuecomment-1674738091 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

[doris] branch master updated: [fix](pg test) fix postgresql jdbc catalog test case (#22875)

2023-08-11 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 44475b64ef [fix](pg test) fix postgresql jdbc

[GitHub] [doris] morningman merged pull request #22875: [fix](pg test) fix postgresql jdbc catalog test case

2023-08-11 Thread via GitHub
morningman merged PR #22875: URL: https://github.com/apache/doris/pull/22875 -- 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 #22875: [fix](pg test) fix postgresql jdbc catalog test case

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22875: URL: https://github.com/apache/doris/pull/22875#issuecomment-1674726793 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 #22875: [fix](pg test) fix postgresql jdbc catalog test case

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22875: URL: https://github.com/apache/doris/pull/22875#issuecomment-1674726708 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 #22903: [Chore](doc) Fix doc zh-CN typo

2023-08-11 Thread via GitHub
github-actions[bot] commented on PR #22903: URL: https://github.com/apache/doris/pull/22903#issuecomment-1674721265 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   >