[doris] branch master updated: [fix](load) fix tablet id in RowsetWriterContext (#21336)

2023-06-29 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 53f90cb2e3 [fix](load) fix tablet id in RowsetW

[GitHub] [doris] yiguolei merged pull request #21336: [fix](load) fix tablet id in RowsetWriterContext

2023-06-29 Thread via GitHub
yiguolei merged PR #21336: URL: https://github.com/apache/doris/pull/21336 -- 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] Kikyou1997 commented on pull request #21363: [feature](nereids) Enable period time with cron expr

2023-06-29 Thread via GitHub
Kikyou1997 commented on PR #21363: URL: https://github.com/apache/doris/pull/21363#issuecomment-1614217347 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 #21336: [fix](load) fix tablet id in RowsetWriterContext

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21336: URL: https://github.com/apache/doris/pull/21336#issuecomment-1614216665 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] zy-kkk commented on pull request #21341: [feature](jdbc) Support jdbc catalog to read json types

2023-06-29 Thread via GitHub
zy-kkk commented on PR #21341: URL: https://github.com/apache/doris/pull/21341#issuecomment-1614215295 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 #21341: [feature](jdbc) Support jdbc catalog to read json types

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21341: URL: https://github.com/apache/doris/pull/21341#issuecomment-1614214733 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] sohardforaname commented on pull request #18257: [Feature](Nereids)support udf for Nereids

2023-06-29 Thread via GitHub
sohardforaname commented on PR #18257: URL: https://github.com/apache/doris/pull/18257#issuecomment-1614212543 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] starocean999 commented on a diff in pull request #21331: [Bug](agg-state) fix core dump on not nullable argument for aggstate's nested argument

2023-06-29 Thread via GitHub
starocean999 commented on code in PR #21331: URL: https://github.com/apache/doris/pull/21331#discussion_r1247503104 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/combinator/MergeCombinator.java: ## @@ -47,13 +46,12 @@ public MergeCombinator(Lis

[GitHub] [doris] starocean999 commented on a diff in pull request #21331: [Bug](agg-state) fix core dump on not nullable argument for aggstate's nested argument

2023-06-29 Thread via GitHub
starocean999 commented on code in PR #21331: URL: https://github.com/apache/doris/pull/21331#discussion_r1247503104 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/combinator/MergeCombinator.java: ## @@ -47,13 +46,12 @@ public MergeCombinator(Lis

[GitHub] [doris] Kikyou1997 commented on pull request #21326: [enhancement](nereids) Support or to in conversion

2023-06-29 Thread via GitHub
Kikyou1997 commented on PR #21326: URL: https://github.com/apache/doris/pull/21326#issuecomment-1614211333 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 #21371: [feature](datetime) "timediff" supports calculating microseconds

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21371: URL: https://github.com/apache/doris/pull/21371#issuecomment-1614209735 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: [fix](memory) Fix hash table buf initialize null pointer (#21315)

2023-06-29 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 25b5bab22d [fix](memory) Fix hash table buf ini

[GitHub] [doris] github-actions[bot] commented on pull request #21315: [fix](memory) Fix hash table buf initialize null pointer

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21315: URL: https://github.com/apache/doris/pull/21315#issuecomment-1614209476 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 #21315: [fix](memory) Fix hash table buf initialize null pointer

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21315: URL: https://github.com/apache/doris/pull/21315#issuecomment-1614209512 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] yiguolei merged pull request #21315: [fix](memory) Fix hash table buf initialize null pointer

2023-06-29 Thread via GitHub
yiguolei merged PR #21315: URL: https://github.com/apache/doris/pull/21315 -- 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] github-actions[bot] commented on pull request #21334: [FIX](datatype) Implement hash func with array/map/struct type

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21334: URL: https://github.com/apache/doris/pull/21334#issuecomment-1614208136 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] sohardforaname commented on a diff in pull request #18257: [Feature](Nereids)support udf for Nereids

2023-06-29 Thread via GitHub
sohardforaname commented on code in PR #18257: URL: https://github.com/apache/doris/pull/18257#discussion_r1247497367 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/AliasUdfBuilder.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Softwa

[GitHub] [doris] Mryange commented on pull request #21371: [feature](datetime) "timediff" supports calculating microseconds

2023-06-29 Thread via GitHub
Mryange commented on PR #21371: URL: https://github.com/apache/doris/pull/21371#issuecomment-1614203720 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] Mryange opened a new pull request, #21371: [feature](datetime) "timediff" supports calculating microseconds

2023-06-29 Thread via GitHub
Mryange opened a new pull request, #21371: URL: https://github.com/apache/doris/pull/21371 ## Proposed changes ## Proposed changes In the previous code, we distinguished between two types of time, "time" and "timev2", but on the backend, both of them are the same. So here, we ar

[GitHub] [doris] github-actions[bot] commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1614201126 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] Mryange closed pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-29 Thread via GitHub
Mryange closed pull request #20247: [feature](datetime) "timediff" supports calculating microseconds. URL: https://github.com/apache/doris/pull/20247 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [doris] amorynan commented on pull request #21334: [FIX](datatype) Implement hash func with array/map/struct type

2023-06-29 Thread via GitHub
amorynan commented on PR #21334: URL: https://github.com/apache/doris/pull/21334#issuecomment-1614197255 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 unsubscr

[GitHub] [doris] ByteYue commented on pull request #19609: [feature](compaction) support delete in cumulative compaction

2023-06-29 Thread via GitHub
ByteYue commented on PR #19609: URL: https://github.com/apache/doris/pull/19609#issuecomment-1614196034 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 (d76fa427a3 -> 1ac724c2dd)

2023-06-29 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 d76fa427a3 [improve](jsonb)Invalid json path prompts an error instead of null (#19646) add 1ac724c2dd [enhan

[GitHub] [doris] dataroaring merged pull request #21153: [enhance](BufferedReader) don't blocking wait on buffered reader's condition variable

2023-06-29 Thread via GitHub
dataroaring merged PR #21153: URL: https://github.com/apache/doris/pull/21153 -- 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] xzj7019 commented on pull request #21367: [fix](nereids) fix rf info missing for set op

2023-06-29 Thread via GitHub
xzj7019 commented on PR #21367: URL: https://github.com/apache/doris/pull/21367#issuecomment-1614194469 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] fsilent commented on pull request #21266: [branch-1.2][fix](kerberos) fix kerberos renew issue

2023-06-29 Thread via GitHub
fsilent commented on PR #21266: URL: https://github.com/apache/doris/pull/21266#issuecomment-1614194679 I'm sorry, is this just code refactoring? If you don't change this, will there be a problem? I think the tgt expiration parameter added in 2.0 is not added here. -- This is an automate

[GitHub] [doris] zy-kkk merged pull request #19646: [improve](jsonb)Invalid json path prompts an error instead of null

2023-06-29 Thread via GitHub
zy-kkk merged PR #19646: URL: https://github.com/apache/doris/pull/19646 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #21331: [Bug](agg-state) fix core dump on not nullable argument for aggstate's nested argument

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21331: URL: https://github.com/apache/doris/pull/21331#issuecomment-1614189093 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 #21331: [Bug](agg-state) fix core dump on not nullable argument for aggstate's nested argument

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21331: URL: https://github.com/apache/doris/pull/21331#issuecomment-1614189132 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 #21333: [Fix](multi-catalog) Fallback to refresh catalog when hms events are missing

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21333: URL: https://github.com/apache/doris/pull/21333#issuecomment-1614186961 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] fsilent commented on pull request #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-29 Thread via GitHub
fsilent commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1614184769 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [doris] amorynan opened a new issue, #21370: [Feature](datatype) Add IPv4/v6 data type for doris

2023-06-29 Thread via GitHub
amorynan opened a new issue, #21370: URL: https://github.com/apache/doris/issues/21370 ### 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 Now We do not suppo

[GitHub] [doris] amorynan commented on pull request #21334: [FIX](datatype) Implement hash func with array/map/struct type

2023-06-29 Thread via GitHub
amorynan commented on PR #21334: URL: https://github.com/apache/doris/pull/21334#issuecomment-1614172701 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 unsubscr

[GitHub] [doris] luozenglin commented on pull request #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

2023-06-29 Thread via GitHub
luozenglin commented on PR #20776: URL: https://github.com/apache/doris/pull/20776#issuecomment-1614171267 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 (8f4b7c8f3d -> 8809cca74a)

2023-06-29 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 8f4b7c8f3d [Fix](multi-catalog) optimize hashcode for PartitionKey. (#21307) add 8809cca74a [fix](nereids) phy

[GitHub] [doris] morrySnow merged pull request #21301: [fix](nereids)physical sort node's equals method should compare phase member

2023-06-29 Thread via GitHub
morrySnow merged PR #21301: URL: https://github.com/apache/doris/pull/21301 -- 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.1-lts updated: [fix](fe)predicate is wrongly pushed through CUBE function (#16150) (#21364)

2023-06-29 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 3123113b71 [fix](fe)predicate

[GitHub] [doris] adonis0147 merged pull request #21364: [fix](fe)predicate is wrongly pushed through CUBE function (#16150)

2023-06-29 Thread via GitHub
adonis0147 merged PR #21364: URL: https://github.com/apache/doris/pull/21364 -- 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 #21368: [improve](nereids) Support outer rf into inner left outer join

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21368: URL: https://github.com/apache/doris/pull/21368#issuecomment-1614169366 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] morrySnow closed pull request #16761: [feature](nereids) wip!!!eliminate join when child is EmptyRelation.

2023-06-29 Thread via GitHub
morrySnow closed pull request #16761: [feature](nereids) wip!!!eliminate join when child is EmptyRelation. URL: https://github.com/apache/doris/pull/16761 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [doris] morrySnow closed pull request #17457: [Feature](Nereids)add rule to eliminate SetOperation nodes

2023-06-29 Thread via GitHub
morrySnow closed pull request #17457: [Feature](Nereids)add rule to eliminate SetOperation nodes URL: https://github.com/apache/doris/pull/17457 -- 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 s

[GitHub] [doris] morrySnow closed pull request #20836: [draft](nereids) Eh/real cte shuffle

2023-06-29 Thread via GitHub
morrySnow closed pull request #20836: [draft](nereids) Eh/real cte shuffle URL: https://github.com/apache/doris/pull/20836 -- 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] morrySnow commented on a diff in pull request #21171: [Fix](Nereids) Add cast comparison with slot reference when inferring predicate

2023-06-29 Thread via GitHub
morrySnow commented on code in PR #21171: URL: https://github.com/apache/doris/pull/21171#discussion_r1247463386 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PredicatePropagation.java: ## Review Comment: shoud use getExpressionCoveredByCast to process

[GitHub] [doris] caicancai opened a new pull request, #21369: perfect docs

2023-06-29 Thread via GitHub
caicancai opened a new pull request, #21369: URL: https://github.com/apache/doris/pull/21369 ## Proposed changes Issue Number: close #20730 [Feature] Perfect docs In the source code compilation of official documents, the source code of window is compiled, and the source code f

[doris] branch master updated: [Fix](multi-catalog) optimize hashcode for PartitionKey. (#21307)

2023-06-29 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 8f4b7c8f3d [Fix](multi-catalog) optimize hash

[GitHub] [doris] morningman merged pull request #21307: [Fix](multi-catalog) optimize hashcode for PartitionKey.

2023-06-29 Thread via GitHub
morningman merged PR #21307: URL: https://github.com/apache/doris/pull/21307 -- 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 #21301: [fix](nereids)physical sort node's equals method should compare phase member

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21301: URL: https://github.com/apache/doris/pull/21301#issuecomment-1614158924 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 #21301: [fix](nereids)physical sort node's equals method should compare phase member

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21301: URL: https://github.com/apache/doris/pull/21301#issuecomment-1614158894 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] xzj7019 commented on pull request #21368: [improve](nereids) Support outer rf into inner left outer join

2023-06-29 Thread via GitHub
xzj7019 commented on PR #21368: URL: https://github.com/apache/doris/pull/21368#issuecomment-1614156980 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] xzj7019 opened a new pull request, #21368: [improve](nereids) Support outer rf into inner left outer join

2023-06-29 Thread via GitHub
xzj7019 opened a new pull request, #21368: URL: https://github.com/apache/doris/pull/21368 ## Proposed changes Support rf into left outer join from outside allowed type join. Before this pr, some join type, such as full outer join, are all not allowed to do rf pushing. For examp

[GitHub] [doris] morrySnow commented on pull request #21346: [fix](nereids)need run ConvertInnerOrCrossJoin rule again after EliminateNotNull

2023-06-29 Thread via GitHub
morrySnow commented on PR #21346: URL: https://github.com/apache/doris/pull/21346#issuecomment-1614155672 so we have a cross join at begin, convert it to inner join sometime, and need to be ceverted back to cross join at end? -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] github-actions[bot] commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614153797 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 #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614154075 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] kaijchen commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-29 Thread via GitHub
kaijchen commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614149929 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] xzj7019 closed pull request #21351: [improve](nereids) Support rf into left outer join from outside allowed type join

2023-06-29 Thread via GitHub
xzj7019 closed pull request #21351: [improve](nereids) Support rf into left outer join from outside allowed type join URL: https://github.com/apache/doris/pull/21351 -- 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] xzj7019 commented on pull request #21367: [fix](nereids) fix rf info missing for set op

2023-06-29 Thread via GitHub
xzj7019 commented on PR #21367: URL: https://github.com/apache/doris/pull/21367#issuecomment-1614147606 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] xzj7019 opened a new pull request, #21367: [fix](nereids) fix rf info missing for set op

2023-06-29 Thread via GitHub
xzj7019 opened a new pull request, #21367: URL: https://github.com/apache/doris/pull/21367 ## Proposed changes During physical set operation translation, we forget to inherit rf related info from set op children, which will lead the merge filter error and get a long waittime.

[GitHub] [doris] xzj7019 closed pull request #21366: [fix](nereids) fix rf info missing for set op

2023-06-29 Thread via GitHub
xzj7019 closed pull request #21366: [fix](nereids) fix rf info missing for set op URL: https://github.com/apache/doris/pull/21366 -- 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 #19646: [improve](jsonb)Invalid json path prompts an error instead of null

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #19646: URL: https://github.com/apache/doris/pull/19646#issuecomment-1614139586 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 #19646: [improve](jsonb)Invalid json path prompts an error instead of null

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #19646: URL: https://github.com/apache/doris/pull/19646#issuecomment-1614139562 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 #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #20776: URL: https://github.com/apache/doris/pull/20776#issuecomment-1614136155 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: [Enhancement](tvf) Add authentication for workload group tvf (#21323)

2023-06-29 Thread luozenglin
This is an automated email from the ASF dual-hosted git repository. luozenglin 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 df23ab3f29 [Enhancement](tvf) Add authenticat

[GitHub] [doris] luozenglin merged pull request #21323: [Enhancement](tvf) Add authentication for workload group tvf

2023-06-29 Thread via GitHub
luozenglin merged PR #21323: URL: https://github.com/apache/doris/pull/21323 -- 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] luozenglin closed issue #21322: [Enhancement](tvf) Add authentication for workload group tvf

2023-06-29 Thread via GitHub
luozenglin closed issue #21322: [Enhancement](tvf) Add authentication for workload group tvf URL: https://github.com/apache/doris/issues/21322 -- 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 spe

[GitHub] [doris] xzj7019 commented on pull request #21366: [improvement](nereids) fix rf info missing for set op

2023-06-29 Thread via GitHub
xzj7019 commented on PR #21366: URL: https://github.com/apache/doris/pull/21366#issuecomment-1614122269 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] xzj7019 opened a new pull request, #21366: [improvement](nereids) fix rf info missing for set op

2023-06-29 Thread via GitHub
xzj7019 opened a new pull request, #21366: URL: https://github.com/apache/doris/pull/21366 ## Proposed changes During physical set operation translation, we forget to inherit rf related info from set op children, which will lead the merge filter error and get a long waittime.

[GitHub] [doris] github-actions[bot] commented on pull request #21364: [fix](fe)predicate is wrongly pushed through CUBE function (#16150)

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21364: URL: https://github.com/apache/doris/pull/21364#issuecomment-1614114549 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 #21364: [fix](fe)predicate is wrongly pushed through CUBE function (#16150)

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21364: URL: https://github.com/apache/doris/pull/21364#issuecomment-1614114518 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] 02/02: [opt](Nereids) support set cte shuffle type for each consumer

2023-06-29 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git commit dae170394fd4cc7a31ef6ea46fdf6230e68a6f62 Author: morrySnow AuthorDate: Thu Jun 29 21:30:50 2023 +080

[doris] 01/02: [feature](runtime_filter) MultiCastSender supporting runtime filter on be (#21304)

2023-06-29 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git commit 45c7f137db5fc17dd9361ac4a72ed943f7901e63 Author: Jerry Hu AuthorDate: Wed Jun 28 21:09:43 2023 +0800

[doris] branch runtimefilter_multi_send updated (f94e358886 -> dae170394f)

2023-06-29 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git discard f94e358886 [opt](Nereids) support set cte shuffle type for each consumer discard c6b3ac6905 [fea

[GitHub] [doris] github-actions[bot] commented on pull request #21153: [enhance](BufferedReader) don't blocking wait on buffered reader's condition variable

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21153: URL: https://github.com/apache/doris/pull/21153#issuecomment-1614102429 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 #21153: [enhance](BufferedReader) don't blocking wait on buffered reader's condition variable

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21153: URL: https://github.com/apache/doris/pull/21153#issuecomment-1614102403 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-flink-connector] DongLiang-0 opened a new pull request, #157: [Improve](schemaChange)schema change ddl supports synchronizing default and comment

2023-06-29 Thread via GitHub
DongLiang-0 opened a new pull request, #157: URL: https://github.com/apache/doris-flink-connector/pull/157 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] yujun777 commented on pull request #21365: [fix](regression test) drop table before run window test

2023-06-29 Thread via GitHub
yujun777 commented on PR #21365: URL: https://github.com/apache/doris/pull/21365#issuecomment-1614088069 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] yujun777 opened a new pull request, #21365: [fix](regression test) drop table before run window test

2023-06-29 Thread via GitHub
yujun777 opened a new pull request, #21365: URL: https://github.com/apache/doris/pull/21365 ## 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

[GitHub] [doris] github-actions[bot] commented on pull request #19609: [feature](compaction) support delete in cumulative compaction

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #19609: URL: https://github.com/apache/doris/pull/19609#issuecomment-1614079897 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] sohardforaname commented on a diff in pull request #18257: [Feature](Nereids)support udf for Nereids

2023-06-29 Thread via GitHub
sohardforaname commented on code in PR #18257: URL: https://github.com/apache/doris/pull/18257#discussion_r1247387913 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/AliasUdf.java: ## @@ -0,0 +1,145 @@ +// Licensed to the Apache Software Foun

[GitHub] [doris] github-actions[bot] commented on pull request #21343: [fix](exec) run exec_plan_fragment in pthread to avoid BE crash

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21343: URL: https://github.com/apache/doris/pull/21343#issuecomment-1614073017 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] sohardforaname commented on a diff in pull request #18257: [Feature](Nereids)support udf for Nereids

2023-06-29 Thread via GitHub
sohardforaname commented on code in PR #18257: URL: https://github.com/apache/doris/pull/18257#discussion_r1247382946 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FunctionBinder.java: ## @@ -86,7 +88,7 @@ public Expression visitUnboundFunction(Unbo

[GitHub] [doris] wsjz commented on pull request #21238: [fix](multi-catalog)fix obj file cache and dlf iceberg catalog

2023-06-29 Thread via GitHub
wsjz commented on PR #21238: URL: https://github.com/apache/doris/pull/21238#issuecomment-1614072709 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] github-actions[bot] commented on pull request #20389: [debug](executor) Enable workload and debug

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #20389: URL: https://github.com/apache/doris/pull/20389#issuecomment-1614068893 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 #21343: [fix](exec) run exec_plan_fragment in pthread to avoid BE crash

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21343: URL: https://github.com/apache/doris/pull/21343#issuecomment-1614067870 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] kaka11chen commented on pull request #21343: [fix](exec) run exec_plan_fragment in pthread to avoid BE crash

2023-06-29 Thread via GitHub
kaka11chen commented on PR #21343: URL: https://github.com/apache/doris/pull/21343#issuecomment-1614067386 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] JackDrogon commented on pull request #21344: [feature](binlog) Add AddPartitionRecord && DropPartition

2023-06-29 Thread via GitHub
JackDrogon commented on PR #21344: URL: https://github.com/apache/doris/pull/21344#issuecomment-1614066115 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 opened a new pull request, #21364: [fix](fe)predicate is wrongly pushed through CUBE function (#16150)

2023-06-29 Thread via GitHub
adonis0147 opened a new pull request, #21364: URL: https://github.com/apache/doris/pull/21364 ## Proposed changes ~~Issue Number: close #xxx~~ pick from master #15831 ## Further comments If this is a relatively large or complex change, kick off the discussion at [

[GitHub] [doris] Kikyou1997 opened a new pull request, #21363: [feature](nereids) Enable period time with cron expr

2023-06-29 Thread via GitHub
Kikyou1997 opened a new pull request, #21363: URL: https://github.com/apache/doris/pull/21363 ## Proposed changes Support such grammar ```sql ANALYZE TABLE test WITH CRON "* * * * * ?" ``` Such job would be scheduled as the cron expr specified ## Further comm

[GitHub] [doris] liutang123 commented on pull request #20389: [debug](executor) Enable workload and debug

2023-06-29 Thread via GitHub
liutang123 commented on PR #20389: URL: https://github.com/apache/doris/pull/20389#issuecomment-1614065254 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] zhannngchen commented on a diff in pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-29 Thread via GitHub
zhannngchen commented on code in PR #20907: URL: https://github.com/apache/doris/pull/20907#discussion_r1247374629 ## be/src/olap/compaction.cpp: ## @@ -574,16 +577,47 @@ Status Compaction::modify_rowsets(const Merger::Statistics* stats) { RETURN_IF_ERROR(_tablet->ch

[GitHub] [doris] zhannngchen commented on a diff in pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-29 Thread via GitHub
zhannngchen commented on code in PR #20907: URL: https://github.com/apache/doris/pull/20907#discussion_r1247374314 ## be/src/olap/compaction.cpp: ## @@ -574,16 +577,47 @@ Status Compaction::modify_rowsets(const Merger::Statistics* stats) { RETURN_IF_ERROR(_tablet->ch

[GitHub] [doris] github-actions[bot] commented on pull request #21334: [FIX](datatype) Implement hash func with array/map/struct type

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21334: URL: https://github.com/apache/doris/pull/21334#issuecomment-1614062854 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] Kikyou1997 commented on pull request #21362: [improvement](pipeline) Use sample instead of full analyze to save time

2023-06-29 Thread via GitHub
Kikyou1997 commented on PR #21362: URL: https://github.com/apache/doris/pull/21362#issuecomment-1614062455 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

svn commit: r62744 - in /dev/doris/2.0-beta: apache-doris-2.0-beta-src.tar.gz apache-doris-2.0-beta-src.tar.gz.asc apache-doris-2.0-beta-src.tar.gz.sha512

2023-06-29 Thread kxiao
Author: kxiao Date: Fri Jun 30 03:24:02 2023 New Revision: 62744 Log: doris-2.0-beta release update for vote round2 Modified: dev/doris/2.0-beta/apache-doris-2.0-beta-src.tar.gz dev/doris/2.0-beta/apache-doris-2.0-beta-src.tar.gz.asc dev/doris/2.0-beta/apache-doris-2.0-beta-src.tar.gz

[GitHub] [doris] github-actions[bot] commented on pull request #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #20776: URL: https://github.com/apache/doris/pull/20776#issuecomment-1614062296 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 #21334: [FIX](datatype) Implement hash func with array/map/struct type

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21334: URL: https://github.com/apache/doris/pull/21334#issuecomment-1614060571 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 #21311: [fix](memory) fix GC more grace logging & fix cache GC

2023-06-29 Thread via GitHub
github-actions[bot] commented on PR #21311: URL: https://github.com/apache/doris/pull/21311#issuecomment-1614060290 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] Kikyou1997 commented on pull request #21362: [improvement](pipeline) Use sample instead of full analyze to save time

2023-06-29 Thread via GitHub
Kikyou1997 commented on PR #21362: URL: https://github.com/apache/doris/pull/21362#issuecomment-1614059992 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] Kikyou1997 opened a new pull request, #21362: [improvement](pipeline) Use sample instead of full analyze to save time

2023-06-29 Thread via GitHub
Kikyou1997 opened a new pull request, #21362: URL: https://github.com/apache/doris/pull/21362 1. ADD LOG in analyze task 2. use sample rather than full analyze in regression test ## Proposed changes Issue Number: close #xxx ## Further comments If this is

[GitHub] [doris] amorynan commented on pull request #21334: [FIX](datatype) Implement hash func with array/map/struct type

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

  1   2   3   4   5   >