[GitHub] [doris] Gabriel39 merged pull request #20364: [Bug](DecimalV3) fix decimalv3 functions (#19801)

2023-06-02 Thread via GitHub
Gabriel39 merged PR #20364: URL: https://github.com/apache/doris/pull/20364 -- 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 branch-1.2-lts updated: [Bug](DecimalV3) fix decimalv3 functions (#19801) (#20364)

2023-06-02 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 3314c48cb1 [Bug](DecimalV3) f

[doris] branch master updated: [enhancement](txn) print commit backends when commit fails (#20367)

2023-06-02 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new b1e6c6ffe5 [enhancement](txn) print commit ba

[GitHub] [doris] Gabriel39 merged pull request #20367: [enhancement](txn) print commit backends when commit fails

2023-06-02 Thread via GitHub
Gabriel39 merged PR #20367: URL: https://github.com/apache/doris/pull/20367 -- 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 #20331: [fix](Nereids) forbid unexpected expression on filter and fix two more bugs

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20331: URL: https://github.com/apache/doris/pull/20331#issuecomment-1573278966 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 #20331: [fix](Nereids) forbid unexpected expression on filter and fix two more bugs

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

[GitHub] [doris] morningman commented on a diff in pull request #19819: [feature-wip](multi-catalog)(step2)support read max compute data by JNI

2023-06-02 Thread via GitHub
morningman commented on code in PR #19819: URL: https://github.com/apache/doris/pull/19819#discussion_r1214018756 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/MaxComputeScanNode.java: ## @@ -74,7 +78,37 @@ protected Map getLocationProperties() throws UserExcept

[GitHub] [doris] morrySnow opened a new pull request, #20373: [fix](Nereids) should not inherit child's limit and offset when generate exchange node

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

[GitHub] [doris] BiteTheDDDDt commented on pull request #20326: [Chore](build) remove some unused code and remove some wno

2023-06-02 Thread via GitHub
BiteThet commented on PR #20326: URL: https://github.com/apache/doris/pull/20326#issuecomment-1573307206 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] LiBinfeng-01 opened a new pull request, #20374: [Fix](Nereids) Fix duplicated name in view does not throw exception

2023-06-02 Thread via GitHub
LiBinfeng-01 opened a new pull request, #20374: URL: https://github.com/apache/doris/pull/20374 ## Proposed changes Issue Number: close #19611 When using nereids, if we have duplicated name in output of view, we need to throw an exception. A check rule was added in bindExpress

[GitHub] [doris] LiBinfeng-01 commented on pull request #20374: [Fix](Nereids) Fix duplicated name in view does not throw exception

2023-06-02 Thread via GitHub
LiBinfeng-01 commented on PR #20374: URL: https://github.com/apache/doris/pull/20374#issuecomment-1573308701 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] zzzzzzzs commented on pull request #19457: [typo](doc) Fixed typos in hive.md

2023-06-02 Thread via GitHub
zzzs commented on PR #19457: URL: https://github.com/apache/doris/pull/19457#issuecomment-1573309933 > Please rebase the code. Okay -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #20326: [Chore](build) remove some unused code and remove some wno

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20326: URL: https://github.com/apache/doris/pull/20326#issuecomment-1573311552 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] wsjz commented on a diff in pull request #19819: [feature-wip](multi-catalog)(step2)support read max compute data by JNI

2023-06-02 Thread via GitHub
wsjz commented on code in PR #19819: URL: https://github.com/apache/doris/pull/19819#discussion_r1214047256 ## be/src/vec/exec/jni_connector.cpp: ## @@ -63,14 +63,15 @@ JniConnector::~JniConnector() { } Status JniConnector::open(RuntimeState* state, RuntimeProfile* profile)

[GitHub] [doris] zzzzzzzs commented on pull request #19582: [typo](doc) Fixed typos in bitmap_subset_limit.md

2023-06-02 Thread via GitHub
zzzs commented on PR #19582: URL: https://github.com/apache/doris/pull/19582#issuecomment-1573313270 > Please rebase the code. Okay -- 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

[GitHub] [doris] wsjz commented on a diff in pull request #19819: [feature-wip](multi-catalog)(step2)support read max compute data by JNI

2023-06-02 Thread via GitHub
wsjz commented on code in PR #19819: URL: https://github.com/apache/doris/pull/19819#discussion_r1214048572 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/MaxComputeScanNode.java: ## @@ -74,7 +78,37 @@ protected Map getLocationProperties() throws UserException {

[GitHub] [doris] Gabriel39 opened a new pull request, #20375: [DOCS](date-types) remove old types

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

[GitHub] [doris] Gabriel39 commented on pull request #20375: [DOCS](data-types) remove old types

2023-06-02 Thread via GitHub
Gabriel39 commented on PR #20375: URL: https://github.com/apache/doris/pull/20375#issuecomment-1573318388 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 #20326: [Chore](build) remove some unused code and remove some wno

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20326: URL: https://github.com/apache/doris/pull/20326#issuecomment-1573323875 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] zclllyybb commented on pull request #20282: [refactor](functions) Check ReturnType of functions on FE

2023-06-02 Thread via GitHub
zclllyybb commented on PR #20282: URL: https://github.com/apache/doris/pull/20282#issuecomment-1573325580 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-1.2-lts updated: [chore](third-party) Bump the version of hadoop_libs (#20368)

2023-06-02 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new b536cdf5e9 [chore](third-part

[GitHub] [doris] adonis0147 merged pull request #20368: [chore](third-party) Bump the version of hadoop_libs

2023-06-02 Thread via GitHub
adonis0147 merged PR #20368: URL: https://github.com/apache/doris/pull/20368 -- 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] liutang123 opened a new pull request, #20376: [DEBUG]Open workload group and debug log

2023-06-02 Thread via GitHub
liutang123 opened a new pull request, #20376: URL: https://github.com/apache/doris/pull/20376 ## Proposed changes for reproduce timeout. Issue Number: close #xxx <--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick o

[GitHub] [doris] github-actions[bot] commented on pull request #20282: [refactor](functions) Check ReturnType of functions on FE

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20282: URL: https://github.com/apache/doris/pull/20282#issuecomment-1573332325 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 #20369: [chore](third-party) Bump the version of hadoop_libs

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20369: URL: https://github.com/apache/doris/pull/20369#issuecomment-1573332819 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 #20369: [chore](third-party) Bump the version of hadoop_libs

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20369: URL: https://github.com/apache/doris/pull/20369#issuecomment-1573332877 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] kaijchen commented on pull request #20366: [fix](regression) exclude test_analyze_stats_p1 suite

2023-06-02 Thread via GitHub
kaijchen commented on PR #20366: URL: https://github.com/apache/doris/pull/20366#issuecomment-1573336272 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 #20376: [DEBUG]Open workload group and debug log

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20376: URL: https://github.com/apache/doris/pull/20376#issuecomment-1573340012 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 #20339: [improvement](profile)add max/min rpc time

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20339: URL: https://github.com/apache/doris/pull/20339#issuecomment-1573342934 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 merged pull request #20331: [fix](Nereids) forbid unexpected expression on filter and fix two more bugs

2023-06-02 Thread via GitHub
morrySnow merged PR #20331: URL: https://github.com/apache/doris/pull/20331 -- 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 (b1e6c6ffe5 -> 422fcd6377)

2023-06-02 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 b1e6c6ffe5 [enhancement](txn) print commit backends when commit fails (#20367) add 422fcd6377 [fix](Nereids) f

[GitHub] [doris] Kikyou1997 closed pull request #20303: [fix](stats) Add type check and support analyze for TEXT type

2023-06-02 Thread via GitHub
Kikyou1997 closed pull request #20303: [fix](stats) Add type check and support analyze for TEXT type URL: https://github.com/apache/doris/pull/20303 -- 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 t

[GitHub] [doris] BiteTheDDDDt commented on pull request #20326: [Chore](build) remove some unused code and remove some wno

2023-06-02 Thread via GitHub
BiteThet commented on PR #20326: URL: https://github.com/apache/doris/pull/20326#issuecomment-1573352999 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] yuanyuan8983 commented on issue #20359: [Bug] Using hive_ Catalog queries the partition table in hive reports that Fail to parse columnsFromPath

2023-06-02 Thread via GitHub
yuanyuan8983 commented on issue #20359: URL: https://github.com/apache/doris/issues/20359#issuecomment-1573353451 Hello, this problem I go to the actual test, you can add my wechat, we look at this problem together. My wechat account is cyllyy810222 -- This is an automated message from th

[GitHub] [doris] morrySnow commented on pull request #20373: [fix](Nereids) should not inherit child's limit and offset when generate exchange node

2023-06-02 Thread via GitHub
morrySnow commented on PR #20373: URL: https://github.com/apache/doris/pull/20373#issuecomment-1573353763 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 #20326: [Chore](build) remove some unused code and remove some wno

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

[GitHub] [doris] BiteTheDDDDt merged pull request #20143: [Optimize](Function) Add fast path for col like '%%' or col like '%' or regexp '\\.*'

2023-06-02 Thread via GitHub
BiteThet merged PR #20143: URL: https://github.com/apache/doris/pull/20143 -- 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 (422fcd6377 -> 78c37b5244)

2023-06-02 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 422fcd6377 [fix](Nereids) forbid unexpected expression on filter and fix two more bugs (#20331) add 78c37b524

[GitHub] [doris] github-actions[bot] commented on pull request #20326: [Chore](build) remove some unused code and remove some wno

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20326: URL: https://github.com/apache/doris/pull/20326#issuecomment-1573359189 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] liutang123 commented on pull request #19924: [improvement](pipeline) task group scan entity

2023-06-02 Thread via GitHub
liutang123 commented on PR #19924: URL: https://github.com/apache/doris/pull/19924#issuecomment-1573364537 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

[GitHub] [doris] liutang123 commented on pull request #20376: [debug](executor) Open workload group and debug log

2023-06-02 Thread via GitHub
liutang123 commented on PR #20376: URL: https://github.com/apache/doris/pull/20376#issuecomment-1573376531 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

[GitHub] [doris] luozenglin commented on pull request #20242: [feature-wip](workload-group) Support for workload group Authentication

2023-06-02 Thread via GitHub
luozenglin commented on PR #20242: URL: https://github.com/apache/doris/pull/20242#issuecomment-1573392471 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] sohardforaname commented on pull request #20313: [Feature](Nereids)support update.

2023-06-02 Thread via GitHub
sohardforaname commented on PR #20313: URL: https://github.com/apache/doris/pull/20313#issuecomment-1573399916 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] luozenglin opened a new pull request, #20377: [fix](workload-group) fix incorrect memoryLimitPercent value

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

[GitHub] [doris] morrySnow merged pull request #20371: [fix](nereids) fix "cannot find fragment id for scan"

2023-06-02 Thread via GitHub
morrySnow merged PR #20371: URL: https://github.com/apache/doris/pull/20371 -- 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 (78c37b5244 -> 386a4a0b43)

2023-06-02 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 78c37b5244 [Optimize](Function) Add fast path for col like '%%' or col like '%' or regexp '\\.*' (#20143) add

[GitHub] [doris] github-actions[bot] commented on pull request #20371: [fix](nereids) fix "cannot find fragment id for scan"

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20371: URL: https://github.com/apache/doris/pull/20371#issuecomment-1573414303 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 #20371: [fix](nereids) fix "cannot find fragment id for scan"

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20371: URL: https://github.com/apache/doris/pull/20371#issuecomment-1573414376 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] morningman commented on a diff in pull request #19681: [Feature](multi-catalog)support paimon catalog

2023-06-02 Thread via GitHub
morningman commented on code in PR #19681: URL: https://github.com/apache/doris/pull/19681#discussion_r1214108063 ## fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/PaimonExternalCatalog.java: ## @@ -0,0 +1,117 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [doris] Tanya-W commented on pull request #20344: [fix](match query) fix array column match query failed without inverted index

2023-06-02 Thread via GitHub
Tanya-W commented on PR #20344: URL: https://github.com/apache/doris/pull/20344#issuecomment-1573417052 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 commented on pull request #20377: [fix](workload-group) fix incorrect memoryLimitPercent value

2023-06-02 Thread via GitHub
luozenglin commented on PR #20377: URL: https://github.com/apache/doris/pull/20377#issuecomment-1573420183 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] adonis0147 merged pull request #20369: [chore](third-party) Bump the version of hadoop_libs

2023-06-02 Thread via GitHub
adonis0147 merged PR #20369: URL: https://github.com/apache/doris/pull/20369 -- 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 (386a4a0b43 -> fb730fb653)

2023-06-02 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 386a4a0b43 [fix](nereids) add fragment id on all PhysicalRelation (#20371) add fb730fb653 [chore](third-party

[GitHub] [doris] github-actions[bot] commented on pull request #20344: [fix](match query) fix array column match query failed without inverted index

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

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

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #19681: URL: https://github.com/apache/doris/pull/19681#issuecomment-1573423162 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 #20325: [improvement](inverted index) skip write index on load and generate index on compaction

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

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

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #19681: URL: https://github.com/apache/doris/pull/19681#issuecomment-1573426016 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 #20344: [fix](match query) fix array column match query failed without inverted index

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20344: URL: https://github.com/apache/doris/pull/20344#issuecomment-1573428300 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] morningman commented on pull request #20329: [fix](multicatalog) support read from hive table with HIVE_UNION_SUBDIR in path location

2023-06-02 Thread via GitHub
morningman commented on PR #20329: URL: https://github.com/apache/doris/pull/20329#issuecomment-1573438830 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 #20329: [fix](multicatalog) support read from hive table with HIVE_UNION_SUBDIR in path location

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20329: URL: https://github.com/apache/doris/pull/20329#issuecomment-1573439887 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 #20329: [fix](multicatalog) support read from hive table with HIVE_UNION_SUBDIR in path location

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20329: URL: https://github.com/apache/doris/pull/20329#issuecomment-1573439944 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] jacktengg opened a new pull request, #20378: [fix](load) in strict mode, return error for load and insert if datatype convert fails

2023-06-02 Thread via GitHub
jacktengg opened a new pull request, #20378: URL: https://github.com/apache/doris/pull/20378 When in strict mode, for int column, doris insert succeed even the number is out of range, but MySQL report error ``` Out of range value for column 'timea' at row 3 ```. This PR fix this problem

[GitHub] [doris] jacktengg commented on pull request #20378: [fix](load) in strict mode, return error for load and insert if datatype convert fails

2023-06-02 Thread via GitHub
jacktengg commented on PR #20378: URL: https://github.com/apache/doris/pull/20378#issuecomment-1573444330 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-shade] xinyiZzz merged pull request #19: [hive-catalog] Rename com.google.flatbuffers

2023-06-02 Thread via GitHub
xinyiZzz merged PR #19: URL: https://github.com/apache/doris-shade/pull/19 -- 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-shade] branch catalog-hive updated: rename com.google.flatbuffers (#19)

2023-06-02 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch catalog-hive in repository https://gitbox.apache.org/repos/asf/doris-shade.git The following commit(s) were added to refs/heads/catalog-hive by this push: new ab7af1e rename com.google.fl

[GitHub] [doris] github-actions[bot] commented on pull request #20164: [Feature](agg_state) support agg_state combinator on nereids

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20164: URL: https://github.com/apache/doris/pull/20164#issuecomment-1573446872 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 #20378: [fix](load) in strict mode, return error for load and insert if datatype convert fails

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20378: URL: https://github.com/apache/doris/pull/20378#issuecomment-1573447392 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] zhangstar333 commented on a diff in pull request #20185: [Enhancement](java-udf) java-udf module split to sub modules

2023-06-02 Thread via GitHub
zhangstar333 commented on code in PR #20185: URL: https://github.com/apache/doris/pull/20185#discussion_r1214162550 ## be/src/vec/functions/function_java_udf.cpp: ## @@ -38,7 +38,7 @@ #include "vec/core/block.h" #include "vec/data_types/data_type_nullable.h" -const char* EXE

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #20379: [Bug](schema-change) make test_dup_mv_schema_change more stable

2023-06-02 Thread via GitHub
BiteThet opened a new pull request, #20379: URL: https://github.com/apache/doris/pull/20379 ## Proposed changes make test_dup_mv_schema_change more stable ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apac

[GitHub] [doris] BiteTheDDDDt commented on pull request #20379: [Bug](schema-change) make test_dup_mv_schema_change more stable

2023-06-02 Thread via GitHub
BiteThet commented on PR #20379: URL: https://github.com/apache/doris/pull/20379#issuecomment-1573456944 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] zy-kkk commented on pull request #20357: [typo](docs) Update the `help create` command display

2023-06-02 Thread via GitHub
zy-kkk commented on PR #20357: URL: https://github.com/apache/doris/pull/20357#issuecomment-1573458542 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 unsubscribe

[GitHub] [doris] morningman merged pull request #20285: [chore](function) Refactor FunctionSet Initialization for Better Maintainability and Compilation Success

2023-06-02 Thread via GitHub
morningman merged PR #20285: URL: https://github.com/apache/doris/pull/20285 -- 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 (fb730fb653 -> 9c9f5fec0f)

2023-06-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 fb730fb653 [chore](third-party) Bump the version of hadoop_libs (#20369) add 9c9f5fec0f [chore](function) Ref

[GitHub] [doris] morningman merged pull request #20333: [Enhancement](tvf) Backends tvf supports authentication

2023-06-02 Thread via GitHub
morningman merged PR #20333: URL: https://github.com/apache/doris/pull/20333 -- 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] morningman closed issue #20328: [Enhancement](tvf) tvf supports authentication

2023-06-02 Thread via GitHub
morningman closed issue #20328: [Enhancement](tvf) tvf supports authentication URL: https://github.com/apache/doris/issues/20328 -- 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.

[doris] branch master updated: [Enhancement](tvf) Backends tvf supports authentication (#20333)

2023-06-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 4395fb70c4 [Enhancement](tvf) Backends tvf su

[GitHub] [doris] github-actions[bot] commented on pull request #20109: [refactor](jdbc catalog) Refactored JDBC Client into Abstract Base Class and Database-specific Subclasses

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20109: URL: https://github.com/apache/doris/pull/20109#issuecomment-1573467013 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] GoGoWen commented on pull request #20324: [Fix](Typo) fix some typo

2023-06-02 Thread via GitHub
GoGoWen commented on PR #20324: URL: https://github.com/apache/doris/pull/20324#issuecomment-1573468758 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 (4395fb70c4 -> c2121c831a)

2023-06-02 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4395fb70c4 [Enhancement](tvf) Backends tvf supports authentication (#20333) add c2121c831a [typo](docs) Update

[doris] branch master updated (c2121c831a -> a20a6d2bea)

2023-06-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 c2121c831a [typo](docs) Update the `help create` command display (#20357) add a20a6d2bea [refactor](jdbc cata

[GitHub] [doris] luzhijing merged pull request #20357: [typo](docs) Update the `help create` command display

2023-06-02 Thread via GitHub
luzhijing merged PR #20357: URL: https://github.com/apache/doris/pull/20357 -- 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 #20109: [refactor](jdbc catalog) Refactored JDBC Client into Abstract Base Class and Database-specific Subclasses

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

[GitHub] [doris] morningman merged pull request #20109: [refactor](jdbc catalog) Refactored JDBC Client into Abstract Base Class and Database-specific Subclasses

2023-06-02 Thread via GitHub
morningman merged PR #20109: URL: https://github.com/apache/doris/pull/20109 -- 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 #20375: [DOCS](data-types) remove old types

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20375: URL: https://github.com/apache/doris/pull/20375#issuecomment-1573471724 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 #20375: [DOCS](data-types) remove old types

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20375: URL: https://github.com/apache/doris/pull/20375#issuecomment-1573471657 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 #20342: [fix](docs)fix hive catalog docs ak sk

2023-06-02 Thread via GitHub
luzhijing commented on PR #20342: URL: https://github.com/apache/doris/pull/20342#issuecomment-1573472160 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 unsubscr

[GitHub] [doris] starocean999 opened a new pull request, #20380: [fix](nereids)change defaultConcreteType function's return value for decimal

2023-06-02 Thread via GitHub
starocean999 opened a new pull request, #20380: URL: https://github.com/apache/doris/pull/20380 ## Proposed changes Issue Number: close #xxx <--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussio

[GitHub] [doris] starocean999 commented on pull request #20380: [fix](nereids)change defaultConcreteType function's return value for decimal

2023-06-02 Thread via GitHub
starocean999 commented on PR #20380: URL: https://github.com/apache/doris/pull/20380#issuecomment-1573472736 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] luzhijing commented on pull request #20335: [typo](docs)clearly describe the rename syntax

2023-06-02 Thread via GitHub
luzhijing commented on PR #20335: URL: https://github.com/apache/doris/pull/20335#issuecomment-1573473048 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 unsubscr

[doris] branch master updated: [Docs](docs) Update BE http documents (#17604)

2023-06-02 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 0b86d07c0c [Docs](docs) Update BE http documen

[GitHub] [doris] luzhijing merged pull request #17604: [Docs](docs) Update BE http documents

2023-06-02 Thread via GitHub
luzhijing merged PR #17604: URL: https://github.com/apache/doris/pull/17604 -- 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] luzhijing commented on pull request #19096: [docs](auth): forbid 127.0.0.1 passwd free login

2023-06-02 Thread via GitHub
luzhijing commented on PR #19096: URL: https://github.com/apache/doris/pull/19096#issuecomment-1573477113 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #20298: [Enchancement](Agg State) storage function name and result is nullable in agg state type

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20298: URL: https://github.com/apache/doris/pull/20298#issuecomment-1573492159 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] Tanya-W commented on pull request #20302: [fix](inverted index) fix transaction id changed when light index change

2023-06-02 Thread via GitHub
Tanya-W commented on PR #20302: URL: https://github.com/apache/doris/pull/20302#issuecomment-1573495652 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] xinyiZzz commented on pull request #20253: [fix](memory) Fix query memory tracking

2023-06-02 Thread via GitHub
xinyiZzz commented on PR #20253: URL: https://github.com/apache/doris/pull/20253#issuecomment-1573499839 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 #20253: [fix](memory) Fix query memory tracking

2023-06-02 Thread via GitHub
github-actions[bot] commented on PR #20253: URL: https://github.com/apache/doris/pull/20253#issuecomment-1573503425 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] qidaye merged pull request #20361: [fix](match) fix match query with compound predicates return -6003

2023-06-02 Thread via GitHub
qidaye merged PR #20361: URL: https://github.com/apache/doris/pull/20361 -- 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.apach

[doris] branch master updated (0b86d07c0c -> adc3acb283)

2023-06-02 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0b86d07c0c [Docs](docs) Update BE http documents (#17604) add adc3acb283 [fix](match) fix match query with co

[GitHub] [doris] BiteTheDDDDt commented on pull request #20326: [Chore](build) remove some unused code and remove some wno

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

[GitHub] [doris] jacktengg commented on pull request #20378: [fix](load) in strict mode, return error for load and insert if datatype convert fails

2023-06-02 Thread via GitHub
jacktengg commented on PR #20378: URL: https://github.com/apache/doris/pull/20378#issuecomment-1573506778 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

  1   2   3   >