[doris] branch master updated: [typo](doc)json document optimization (#20753)

2023-06-28 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 283fd2903f [typo](doc)json document optimization (#

[GitHub] [doris] github-actions[bot] commented on pull request #21270: [typo](docs) improvement lakehouse doc sidebar

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21270: URL: https://github.com/apache/doris/pull/21270#issuecomment-1611126749 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 #21270: [typo](docs) improvement lakehouse doc sidebar

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21270: URL: https://github.com/apache/doris/pull/21270#issuecomment-1611126801 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 #21270: [typo](docs) improvement lakehouse doc sidebar

2023-06-28 Thread via GitHub
kaka11chen commented on PR #21270: URL: https://github.com/apache/doris/pull/21270#issuecomment-1611127941 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] zy-kkk opened a new pull request, #21296: [fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

2023-06-28 Thread via GitHub
zy-kkk opened a new pull request, #21296: URL: https://github.com/apache/doris/pull/21296 ## Proposed changes Issue Number: close #xxx This pull request addresses the issue encountered when JDBC Catalog reads zero datetime values (-00-00 00:00:00) from non-nullable columns

[GitHub] [doris] hello-stephen commented on pull request #21053: [Improvement](statistics, multi catalog)Implement hive table statistic connector.

2023-06-28 Thread via GitHub
hello-stephen commented on PR #21053: URL: https://github.com/apache/doris/pull/21053#issuecomment-1611130146 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 41.24 seconds stream load tsv: 464 seconds loaded 74807831229 Bytes, about 153 MB/s

[GitHub] [doris] zhannngchen commented on pull request #21257: [enhancement](merge-on-write) add more version and txn information for mow publish

2023-06-28 Thread via GitHub
zhannngchen commented on PR #21257: URL: https://github.com/apache/doris/pull/21257#issuecomment-1611134486 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 opened a new pull request, #21297: [1.2][fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

2023-06-28 Thread via GitHub
zy-kkk opened a new pull request, #21297: URL: https://github.com/apache/doris/pull/21297 ## Proposed changes cherry-pick from #21296 This pull request addresses the issue encountered when JDBC Catalog reads zero datetime values (-00-00 00:00:00) from non-nullable columns i

[GitHub] [doris] github-actions[bot] commented on pull request #21257: [enhancement](merge-on-write) add more version and txn information for mow publish

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21257: URL: https://github.com/apache/doris/pull/21257#issuecomment-1611140490 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 #21197: [Feature](Nereids)supoort select into outfile

2023-06-28 Thread via GitHub
sohardforaname commented on PR #21197: URL: https://github.com/apache/doris/pull/21197#issuecomment-1611143259 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] englefly merged pull request #21161: [fix](test) case bug, streamload without sync.

2023-06-28 Thread via GitHub
englefly merged PR #21161: URL: https://github.com/apache/doris/pull/21161 -- 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: [fix](test) case bug, streamload without sync. (#21161)

2023-06-28 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 f77c69ab95 [fix](test) case bug, streamload wit

[GitHub] [doris] github-actions[bot] commented on pull request #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1611154671 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 opened a new pull request, #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow opened a new pull request, #21298: URL: https://github.com/apache/doris/pull/21298 ## Proposed changes Issue Number: close #xxx we refactor physcial properties and translator to ensure not generating useless excahange. however, when set operation's child's

[GitHub] [doris] morrySnow commented on pull request #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow commented on PR #21298: URL: https://github.com/apache/doris/pull/21298#issuecomment-1611166382 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] hello-stephen commented on pull request #21283: [fix](catalog) disable FileSystem Cache to avoid too many fs cache

2023-06-28 Thread via GitHub
hello-stephen commented on PR #21283: URL: https://github.com/apache/doris/pull/21283#issuecomment-1611172665 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.84 seconds stream load tsv: 451 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21298: URL: https://github.com/apache/doris/pull/21298#issuecomment-1611174248 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 #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21298: URL: https://github.com/apache/doris/pull/21298#issuecomment-1611174285 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 merged pull request #21195: [fix](nereids)use Expression's isConstant method to check if it's a literal

2023-06-28 Thread via GitHub
morrySnow merged PR #21195: URL: https://github.com/apache/doris/pull/21195 -- 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: [opt](nereids) use Expression's isConstant to check whether could be remove from group by key (#21195)

2023-06-28 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 016870b673 [opt](nereids) use Expression's isC

[GitHub] [doris] yiguolei commented on a diff in pull request #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
yiguolei commented on code in PR #21239: URL: https://github.com/apache/doris/pull/21239#discussion_r1245069734 ## be/src/olap/in_list_predicate.h: ## @@ -346,6 +346,17 @@ class InListPredicateBase : public ColumnPredicate { } } +bool evaluate_and(const Strin

[GitHub] [doris] zhuzhihao94 opened a new issue, #21299: [Bug] MATCH_PHRASE query failed

2023-06-28 Thread via GitHub
zhuzhihao94 opened a new issue, #21299: URL: https://github.com/apache/doris/issues/21299 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.0.0-alpha1

[GitHub] [doris] englefly opened a new pull request, #21300: [fix](nereids)update Agg stats estimation

2023-06-28 Thread via GitHub
englefly opened a new pull request, #21300: URL: https://github.com/apache/doris/pull/21300 ## Proposed changes ds24 and ds31 improved. Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d.

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-28 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1611239257 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 #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1611245035 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 #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1611246151 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] yiguolei commented on a diff in pull request #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
yiguolei commented on code in PR #21239: URL: https://github.com/apache/doris/pull/21239#discussion_r1245069734 ## be/src/olap/in_list_predicate.h: ## @@ -346,6 +346,17 @@ class InListPredicateBase : public ColumnPredicate { } } +bool evaluate_and(const Strin

[GitHub] [doris] hechao-ustc commented on issue #21291: [Bug] 配置MySQL JDBC Catalog时include_database_list无效

2023-06-28 Thread via GitHub
hechao-ustc commented on issue #21291: URL: https://github.com/apache/doris/issues/21291#issuecomment-1611267920 You can use 2.0 doris, this problem has been fixed above 2.0。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] yiguolei merged pull request #21290: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
yiguolei merged PR #21290: URL: https://github.com/apache/doris/pull/21290 -- 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: [bugfix](recover) do not need dynamic partition recover except olap table (#21290)

2023-06-28 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 325504deeb [bugfix](recover) do not need dynami

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #255: (feature) update user images

2023-06-28 Thread via GitHub
jeffreys-cat opened a new pull request, #255: URL: https://github.com/apache/doris-website/pull/255 - (feature) update user images -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [doris] github-actions[bot] commented on pull request #21053: [Improvement](statistics, multi catalog)Implement hive table statistic connector.

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21053: URL: https://github.com/apache/doris/pull/21053#issuecomment-1611288651 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 #21247: [Test](regression) Temporarily disable quickTest for SHOW CREATE TABLE to adapt to enable_feature_binlog=true

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21247: URL: https://github.com/apache/doris/pull/21247#issuecomment-1611291554 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 #21247: [Test](regression) Temporarily disable quickTest for SHOW CREATE TABLE to adapt to enable_feature_binlog=true

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

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

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

2023-06-28 Thread via GitHub
starocean999 commented on PR #21301: URL: https://github.com/apache/doris/pull/21301#issuecomment-1611295808 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 #21296: [fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

2023-06-28 Thread via GitHub
zy-kkk commented on PR #21296: URL: https://github.com/apache/doris/pull/21296#issuecomment-1611299241 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] zy-kkk merged pull request #21270: [typo](docs) improvement lakehouse doc sidebar

2023-06-28 Thread via GitHub
zy-kkk merged PR #21270: URL: https://github.com/apache/doris/pull/21270 -- 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: [typo](docs) improvement lakehouse doc sidebar (#21270)

2023-06-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 4e082a803f [typo](docs) improvement lakehouse doc

[GitHub] [doris] englefly commented on pull request #21300: [fix](nereids)update Agg stats estimation

2023-06-28 Thread via GitHub
englefly commented on PR #21300: URL: https://github.com/apache/doris/pull/21300#issuecomment-1611302763 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] deadlinefen commented on pull request #21247: [Test](regression) Temporarily disable quickTest for SHOW CREATE TABLE to adapt to enable_feature_binlog=true

2023-06-28 Thread via GitHub
deadlinefen commented on PR #21247: URL: https://github.com/apache/doris/pull/21247#issuecomment-1611311043 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] github-actions[bot] commented on pull request #21247: [Test](regression) Temporarily disable quickTest for SHOW CREATE TABLE to adapt to enable_feature_binlog=true

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21247: URL: https://github.com/apache/doris/pull/21247#issuecomment-1611309995 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 #21138: [Enhancement](planner&Nereids)support sql_select_limit for master

2023-06-28 Thread via GitHub
sohardforaname commented on PR #21138: URL: https://github.com/apache/doris/pull/21138#issuecomment-1611318008 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] hubgeter opened a new pull request, #21302: [fix](create table) modify varchar default length 1 to 65533

2023-06-28 Thread via GitHub
hubgeter opened a new pull request, #21302: URL: https://github.com/apache/doris/pull/21302 ## Proposed changes *modify archer default length 1 to varchar.max.length , when create table.* ```mysql create table t2 ( k1 CHAR, K2 CHAR(10

[GitHub] [doris-website] morningman merged pull request #255: (feature) update user images

2023-06-28 Thread via GitHub
morningman merged PR #255: URL: https://github.com/apache/doris-website/pull/255 -- 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...@dor

[doris-website] branch master updated: (feature) update user images (#255)

2023-06-28 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-website.git The following commit(s) were added to refs/heads/master by this push: new eb64b5740f8 (feature) update user ima

[GitHub] [doris] morrySnow commented on pull request #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow commented on PR #21298: URL: https://github.com/apache/doris/pull/21298#issuecomment-1611336008 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] HappenLee opened a new pull request, #21303: [pipeline](load) return error status in pipeline load

2023-06-28 Thread via GitHub
HappenLee opened a new pull request, #21303: URL: https://github.com/apache/doris/pull/21303 ## Proposed changes ![image](https://github.com/apache/doris/assets/10553413/12a6f919-f313-4d04-9a63-578012a42195) ## Further comments If this is a relatively large or co

[GitHub] [doris] github-actions[bot] commented on pull request #20811: [Refactor](pipeline) change pipeline dependencies to int

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #20811: URL: https://github.com/apache/doris/pull/20811#issuecomment-1611349299 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] mrhhsg opened a new pull request, #21304: [feature](runtime_filter) MultiCastSender supporting runtime filter

2023-06-28 Thread via GitHub
mrhhsg opened a new pull request, #21304: URL: https://github.com/apache/doris/pull/21304 ## Proposed changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining

[GitHub] [doris] github-actions[bot] commented on pull request #21303: [pipeline](load) return error status in pipeline load

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21303: URL: https://github.com/apache/doris/pull/21303#issuecomment-1611353506 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 #21304: [feature](runtime_filter) MultiCastSender supporting runtime filter

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21304: URL: https://github.com/apache/doris/pull/21304#issuecomment-1611359362 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 #21304: [feature](runtime_filter) MultiCastSender supporting runtime filter

2023-06-28 Thread via GitHub
morrySnow merged PR #21304: URL: https://github.com/apache/doris/pull/21304 -- 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 runtimefilter_multi_send updated: [feature](runtime_filter) MultiCastSender supporting runtime filter on be (#21304)

2023-06-28 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 The following commit(s) were added to refs/heads/runtimefilter_multi_send by this push: new 254ec1ba5

[GitHub] [doris] morningman merged pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-28 Thread via GitHub
morningman merged PR #19990: URL: https://github.com/apache/doris/pull/19990 -- 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 (4e082a803f -> a6b51ec19a)

2023-06-28 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 4e082a803f [typo](docs) improvement lakehouse doc sidebar (#21270) add a6b51ec19a [Feature](avro) Support Apac

[GitHub] [doris] xiaokang commented on pull request #21206: [fix](test) fix json test cases by using def keyword to define local variable

2023-06-28 Thread via GitHub
xiaokang commented on PR #21206: URL: https://github.com/apache/doris/pull/21206#issuecomment-1611398677 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] zy-kkk commented on pull request #21295: [typo](doc)FlinkCDC access to multi-table or whole database example document mod…

2023-06-28 Thread via GitHub
zy-kkk commented on PR #21295: URL: https://github.com/apache/doris/pull/21295#issuecomment-1611411054 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] zy-kkk commented on pull request #21277: [typo](doc) add params description and example for accessing hdfs in ha mode by tvf

2023-06-28 Thread via GitHub
zy-kkk commented on PR #21277: URL: https://github.com/apache/doris/pull/21277#issuecomment-1611412064 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 #21295: [typo](doc)FlinkCDC access to multi-table or whole database example document mod…

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21295: URL: https://github.com/apache/doris/pull/21295#issuecomment-1611412482 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 #21295: [typo](doc)FlinkCDC access to multi-table or whole database example document mod…

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21295: URL: https://github.com/apache/doris/pull/21295#issuecomment-1611412562 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] zy-kkk commented on pull request #21031: [typo](docs)fix typo

2023-06-28 Thread via GitHub
zy-kkk commented on PR #21031: URL: https://github.com/apache/doris/pull/21031#issuecomment-1611412932 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] morrySnow commented on pull request #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow commented on PR #21298: URL: https://github.com/apache/doris/pull/21298#issuecomment-1611413907 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] zy-kkk merged pull request #20641: [typo](storage)Fixed wrong description about Storage_root_path parameter

2023-06-28 Thread via GitHub
zy-kkk merged PR #20641: URL: https://github.com/apache/doris/pull/20641 -- 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 (a6b51ec19a -> 274203a59c)

2023-06-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a6b51ec19a [Feature](avro) Support Apache Avro file format (#19990) add 274203a59c [typo](storage)Fixed wrong descr

[GitHub] [doris] morrySnow merged pull request #21112: [bugfix](test) fix PlannerTest testEliminatingSortNode

2023-06-28 Thread via GitHub
morrySnow merged PR #21112: URL: https://github.com/apache/doris/pull/21112 -- 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: [fix](test) fix PlannerTest testEliminatingSortNode (#21112)

2023-06-28 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 e7dd65f551 [fix](test) fix PlannerTest testEli

[GitHub] [doris] zy-kkk closed pull request #20536: [improvement](jdbc) Set the JDBC connection timeout to be configurable

2023-06-28 Thread via GitHub
zy-kkk closed pull request #20536: [improvement](jdbc) Set the JDBC connection timeout to be configurable URL: https://github.com/apache/doris/pull/20536 -- 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

[GitHub] [doris] zclllyybb opened a new pull request, #21305: [fix](datetime) refactor insert behavior to make same with mysql

2023-06-28 Thread via GitHub
zclllyybb opened a new pull request, #21305: URL: https://github.com/apache/doris/pull/21305 ## Proposed changes Issue Number: close #xxx now inserting into the Datelike-type column have almost the same behavior as MySQL. 1. all illegal literal try to insert into a datelike

[GitHub] [doris] zclllyybb commented on pull request #21305: [fix](datetime) refactor insert behavior to make same with mysql

2023-06-28 Thread via GitHub
zclllyybb commented on PR #21305: URL: https://github.com/apache/doris/pull/21305#issuecomment-1611437391 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] stalary commented on issue #21217: [Bug] doris发送错误的fieldpacket,导致mysql驱动将数据库的largeInt解析成String

2023-06-28 Thread via GitHub
stalary commented on issue #21217: URL: https://github.com/apache/doris/issues/21217#issuecomment-1611437694 Please show frontends look doris version -- 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

[GitHub] [doris] stalary closed issue #21057: [Bug] 不支持中文列名

2023-06-28 Thread via GitHub
stalary closed issue #21057: [Bug] 不支持中文列名 URL: https://github.com/apache/doris/issues/21057 -- 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-uns

[GitHub] [doris] github-actions[bot] commented on pull request #21305: [fix](datetime) refactor insert behavior to make same with mysql

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21305: URL: https://github.com/apache/doris/pull/21305#issuecomment-1611447056 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] stalary commented on issue #21163: [Bug]SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Unknown table '_table_valued_function_s3'

2023-06-28 Thread via GitHub
stalary commented on issue #21163: URL: https://github.com/apache/doris/issues/21163#issuecomment-1611447894 I can't find dinggoudingdan2 in your info -- 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

[GitHub] [doris] kaka11chen opened a new pull request, #21306: [Fix](orc-reader) Fix `Wrong data type for column` error when column order in hive table is not same in orc file schema.

2023-06-28 Thread via GitHub
kaka11chen opened a new pull request, #21306: URL: https://github.com/apache/doris/pull/21306 ## Proposed changes ### Issue `Wrong data type for column` error when column order in hive table is not same in orc file schema. The root cause is in order to handle the followi

[GitHub] [doris] dutyu opened a new pull request, #21307: [Fix](multi-catalog) optimize hashcode for PartitionKey.

2023-06-28 Thread via GitHub
dutyu opened a new pull request, #21307: URL: https://github.com/apache/doris/pull/21307 ## Proposed changes ![2551687760879_ pic](https://github.com/apache/doris/assets/5926365/244b7606-49cc-4049-9e4a-11a271fa927d) 1. optimize hashcode logic for PartitionKey to make hashco

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

2023-06-28 Thread via GitHub
dutyu commented on PR #21307: URL: https://github.com/apache/doris/pull/21307#issuecomment-1611521759 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 unsubs

[GitHub] [doris] kaka11chen commented on pull request #21306: [Fix](orc-reader) Fix `Wrong data type for column` error when column order in hive table is not same in orc file schema.

2023-06-28 Thread via GitHub
kaka11chen commented on PR #21306: URL: https://github.com/apache/doris/pull/21306#issuecomment-1611521134 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] stalary opened a new pull request, #21308: [Fix](information_schema) Schema table varchar len error

2023-06-28 Thread via GitHub
stalary opened a new pull request, #21308: URL: https://github.com/apache/doris/pull/21308 ## Proposed changes Issue Number: close https://github.com/apache/doris/issues/21156 ## Further comments If this is a relatively large or complex change, kick off the discus

[GitHub] [doris] morningman merged pull request #21297: [1.2][fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

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

[doris] branch branch-1.2-lts updated: [1.2][fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL (#21297)

2023-06-28 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 The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new a0294ba161 [1.2][fix](jdbc) H

[GitHub] [doris] github-actions[bot] commented on pull request #21296: [fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21296: URL: https://github.com/apache/doris/pull/21296#issuecomment-1611572640 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 #21296: [fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21296: URL: https://github.com/apache/doris/pull/21296#issuecomment-1611572721 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] HHoflittlefish777 commented on pull request #21209: [Refactor](load) Using OwnedSlice to replace Slice

2023-06-28 Thread via GitHub
HHoflittlefish777 commented on PR #21209: URL: https://github.com/apache/doris/pull/21209#issuecomment-1611574410 run p1 -- 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] morrySnow opened a new pull request, #21309: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow opened a new pull request, #21309: URL: https://github.com/apache/doris/pull/21309 ## Proposed changes Issue Number: close #xxx in PR https://github.com/apache/doris/pull/21168 , we refactor physcial properties and translator to ensure not generating usel

[GitHub] [doris] morrySnow commented on pull request #21309: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow commented on PR #21309: URL: https://github.com/apache/doris/pull/21309#issuecomment-1611580438 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] morrySnow commented on pull request #21298: [fix](Nereids) missing distribute under union when child output is gather

2023-06-28 Thread via GitHub
morrySnow commented on PR #21298: URL: https://github.com/apache/doris/pull/21298#issuecomment-1611582014 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 #21250: [improvement](regression) add custom_env.sh from regression pipeline

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21250: URL: https://github.com/apache/doris/pull/21250#issuecomment-1611582535 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 merged pull request #21294: [branch-1.2](memory) pick some memory fix

2023-06-28 Thread via GitHub
morningman merged PR #21294: URL: https://github.com/apache/doris/pull/21294 -- 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 #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1611588065 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 branch-1.2-lts updated: [branch-1.2](memory) pick some memory fix (#21294)

2023-06-28 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 The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 63d0396ea9 [branch-1.2](memor

[GitHub] [doris] github-actions[bot] commented on pull request #21282: [fix](memory) Fix metrics to promethues check memory exceed

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21282: URL: https://github.com/apache/doris/pull/21282#issuecomment-1611589423 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 #21282: [fix](memory) Fix metrics to promethues check memory exceed

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21282: URL: https://github.com/apache/doris/pull/21282#issuecomment-1611589504 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 merged pull request #21219: [fix](planner)the resultExprs should be substituted using table function node's outputSmap

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

[doris] branch branch-1.2-lts updated: [fix](planner)the resultExprs should be substituted using table function node's outputSmap (#21219)

2023-06-28 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 The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 264ac5a9f2 [fix](planner)the

[GitHub] [doris] zy-kkk commented on issue #21291: [Bug] 配置MySQL JDBC Catalog时include_database_list无效

2023-06-28 Thread via GitHub
zy-kkk commented on issue #21291: URL: https://github.com/apache/doris/issues/21291#issuecomment-1611590770 #19589 fix it ,will release in 2.0 -- 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] zy-kkk merged pull request #21296: [fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL

2023-06-28 Thread via GitHub
zy-kkk merged PR #21296: URL: https://github.com/apache/doris/pull/21296 -- 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: [fix](jdbc) Handling Zero DateTime Values in Non-nullable Columns for JDBC Catalog Reading MySQL (#21296)

2023-06-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 449c8d4568 [fix](jdbc) Handling Zero DateTime Valu

[GitHub] [doris] github-actions[bot] commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21302: URL: https://github.com/apache/doris/pull/21302#issuecomment-1611602097 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 #21302: [fix](create table) modify varchar default length 1 to 65533

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21302: URL: https://github.com/apache/doris/pull/21302#issuecomment-1611602178 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   >