[GitHub] [doris] github-actions[bot] commented on pull request #21123: [feature](nereids) support bind external relation out of Doris fe environment

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21123: URL: https://github.com/apache/doris/pull/21123#issuecomment-1612390319 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 #21123: [feature](nereids) support bind external relation out of Doris fe environment

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21123: URL: https://github.com/apache/doris/pull/21123#issuecomment-1612390342 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] BiteTheDDDDt commented on pull request #21067: [Feature](materialized view) support query match mv with agg_state on nereids planner

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

2023-06-28 Thread via GitHub
sohardforaname commented on PR #18257: URL: https://github.com/apache/doris/pull/18257#issuecomment-1612392438 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] morrySnow merged pull request #19181: [doc](fix)Fix table typo in star schema benchmark documentation and join optimization

2023-06-28 Thread via GitHub
morrySnow merged PR #19181: URL: https://github.com/apache/doris/pull/19181 -- 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](doc) Fix table typo in star schema benchmark documentation and join optimization (#19181)

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 f5668ac1a0 [fix](doc) Fix table typo in star s

[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-1612393629 run fe ut 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.

[GitHub] [doris-flink-connector] DongLiang-0 commented on issue #153: [Bug] unique表新增default current_timestamp的列, 有的行没有填充current_timestamp

2023-06-28 Thread via GitHub
DongLiang-0 commented on issue #153: URL: https://github.com/apache/doris-flink-connector/issues/153#issuecomment-1612395052 This problem has been fixed recently, and it will be normal on the upcoming 2.0-beta version, You can upgrade it. -- This is an automated message from the Apac

[GitHub] [doris] htyoung opened a new issue, #21316: [Bug] truncate partition table error when partition table has no partitions

2023-06-28 Thread via GitHub
htyoung opened a new issue, #21316: URL: https://github.com/apache/doris/issues/21316 ### 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 version 1.2.5-rc01 and l

[GitHub] [doris] github-actions[bot] commented on pull request #21288: [fix](restore) work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_

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

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

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

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

2023-06-28 Thread via GitHub
hubgeter commented on PR #21302: URL: https://github.com/apache/doris/pull/21302#issuecomment-1612405297 应该OK了吧😭 -- 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, #21317: [fix](nereids)don't build cte producer if the consumer is empty relation

2023-06-28 Thread via GitHub
starocean999 opened a new pull request, #21317: URL: https://github.com/apache/doris/pull/21317 ## Proposed changes explain WITH cte_0 AS ( SELECT 1 AS a ) SELECT * from cte_0 t1 join cte_0 t2 on true WHERE false; before: ``` ++ | Explain String

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

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21315: URL: https://github.com/apache/doris/pull/21315#issuecomment-1612417237 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] starocean999 commented on pull request #21317: [fix](nereids)don't build cte producer if the consumer is empty relation

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

[GitHub] [doris-website] httpshirley opened a new pull request, #256: add two blogs

2023-06-28 Thread via GitHub
httpshirley opened a new pull request, #256: URL: https://github.com/apache/doris-website/pull/256 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris-flink-connector] EddyChina commented on issue #153: [Bug] unique表新增default current_timestamp的列, 有的行没有填充current_timestamp

2023-06-28 Thread via GitHub
EddyChina commented on issue #153: URL: https://github.com/apache/doris-flink-connector/issues/153#issuecomment-1612428081 > This problem has been fixed recently, and it will be normal on the upcoming 2.0-beta version, You can upgrade it. [apache/doris#20624](https://github.com/apache/dori

[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-1612437165 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] ArmandoZ opened a new pull request, #21318: [doc](regression) Add English version of regression test doc

2023-06-28 Thread via GitHub
ArmandoZ opened a new pull request, #21318: URL: https://github.com/apache/doris/pull/21318 ## Proposed changes Added English version of regression test doc, according to the original Chinese version https://doris.apache.org/community/developer-guide/regression-testing/ Searc

[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-1612451146 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] dutyu closed pull request #21170: [Enhancement](multi-catalog) use a independent thread-pool for hive file-cache loader.

2023-06-28 Thread via GitHub
dutyu closed pull request #21170: [Enhancement](multi-catalog) use a independent thread-pool for hive file-cache loader. URL: https://github.com/apache/doris/pull/21170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] dutyu commented on pull request #21170: [Enhancement](multi-catalog) use a independent thread-pool for hive file-cache loader.

2023-06-28 Thread via GitHub
dutyu commented on PR #21170: URL: https://github.com/apache/doris/pull/21170#issuecomment-1612456986 Close this pr and i will resubmit several prs to fix these problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] xzj7019 commented on pull request #21114: [improvement](nereids) Support rf into cte

2023-06-28 Thread via GitHub
xzj7019 commented on PR #21114: URL: https://github.com/apache/doris/pull/21114#issuecomment-1612458282 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] didasai closed issue #21246: [Bug] 外部表连接mysql数据库,json类型不兼容

2023-06-28 Thread via GitHub
didasai closed issue #21246: [Bug] 外部表连接mysql数据库,json类型不兼容 URL: https://github.com/apache/doris/issues/21246 -- 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-m

[GitHub] [doris] morningman commented on pull request #21262: [docs]Add file system benchmark tools docs

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

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

2023-06-28 Thread via GitHub
morningman commented on PR #21302: URL: https://github.com/apache/doris/pull/21302#issuecomment-1612463512 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-flink-connector] DongLiang-0 commented on issue #153: [Bug] unique表新增default current_timestamp的列, 有的行没有填充current_timestamp

2023-06-28 Thread via GitHub
DongLiang-0 commented on issue #153: URL: https://github.com/apache/doris-flink-connector/issues/153#issuecomment-1612467481 > > This problem has been fixed recently, and it will be normal on the upcoming 2.0-beta version, You can upgrade it. [apache/doris#20624](https://github.com/apache/

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

2023-06-28 Thread via GitHub
morningman commented on PR #21307: URL: https://github.com/apache/doris/pull/21307#issuecomment-1612477927 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] compasses commented on pull request #21310: [bugfix](ngram bf index) process differently for normal bloom filter index and ngram bf index

2023-06-28 Thread via GitHub
compasses commented on PR #21310: URL: https://github.com/apache/doris/pull/21310#issuecomment-1612478785 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 unsubscrib

[GitHub] [doris] compasses commented on a diff in pull request #21310: [bugfix](ngram bf index) process differently for normal bloom filter index and ngram bf index

2023-06-28 Thread via GitHub
compasses commented on code in PR #21310: URL: https://github.com/apache/doris/pull/21310#discussion_r1246150316 ## be/src/olap/rowset/segment_v2/column_reader.h: ## @@ -137,7 +137,12 @@ class ColumnReader { bool has_zone_map() const { return _zone_map_index_meta != nullp

[GitHub] [doris-website] luzhijing merged pull request #256: add two blogs

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

[doris-website] branch master updated: add two blogs (#256)

2023-06-28 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 92065e70935 add two blogs (#256) 92065

[GitHub] [doris] HappenLee commented on a diff in pull request #21226: [Opt](scan) opt the scanner schedule logic

2023-06-28 Thread via GitHub
HappenLee commented on code in PR #21226: URL: https://github.com/apache/doris/pull/21226#discussion_r1246157359 ## be/src/vec/exec/scan/pip_scanner_context.h: ## @@ -152,23 +152,10 @@ class PipScannerContext : public vectorized::ScannerContext { } bool has_enough_s

[doris] tag 2.0-beta created (now 3b05f55050)

2023-06-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0-beta in repository https://gitbox.apache.org/repos/asf/doris.git at 3b05f55050 (commit) No new revisions were added by this update. ---

[GitHub] [doris] morrySnow merged pull request #21123: [feature](nereids) support bind external relation out of Doris fe environment

2023-06-28 Thread via GitHub
morrySnow merged PR #21123: URL: https://github.com/apache/doris/pull/21123 -- 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: [feature](nereids) support bind external relation out of Doris fe environment (#21123)

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 16c218fde5 [feature](nereids) support bind ext

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

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21238: URL: https://github.com/apache/doris/pull/21238#discussion_r1246169572 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/dlf/DLFCatalog.java: ## @@ -38,4 +47,26 @@ protected TableOperations newTableOps(TableIdentifier tableIden

[GitHub] [doris] github-actions[bot] commented on pull request #21226: [Opt](scan) opt the scanner schedule logic

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21226: URL: https://github.com/apache/doris/pull/21226#issuecomment-1612501246 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] LiBinfeng-01 commented on pull request #21186: [Fix](Planner) add nullif function to non deterministic result funtion lists

2023-06-28 Thread via GitHub
LiBinfeng-01 commented on PR #21186: URL: https://github.com/apache/doris/pull/21186#issuecomment-1612501294 #21212 -- 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] wsjz commented on a diff in pull request #21238: [fix](multi-catalog)fix obj file cache and dlf iceberg catalog

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21238: URL: https://github.com/apache/doris/pull/21238#discussion_r1246169572 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/dlf/DLFCatalog.java: ## @@ -38,4 +47,26 @@ protected TableOperations newTableOps(TableIdentifier tableIden

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

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21238: URL: https://github.com/apache/doris/pull/21238#discussion_r1246173988 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/HiveCompatibleCatalog.java: ## @@ -57,7 +57,7 @@ public void initialize(String name, FileIO fileIO, pr

[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-1612502627 run fe ut -- 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] jackwener commented on pull request #21235: [feature](Nereids): infer distinct from SetOperator

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

[GitHub] [doris] 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-1612503056 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 uns

[GitHub] [doris] vinlee19 opened a new pull request, #21320: [typo](docs) modify the invalid url in release-1.2.1

2023-06-28 Thread via GitHub
vinlee19 opened a new pull request, #21320: URL: https://github.com/apache/doris/pull/21320 ## 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] wsjz commented on a diff in pull request #21238: [fix](multi-catalog)fix obj file cache and dlf iceberg catalog

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21238: URL: https://github.com/apache/doris/pull/21238#discussion_r1246173988 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/HiveCompatibleCatalog.java: ## @@ -57,7 +57,7 @@ public void initialize(String name, FileIO fileIO, pr

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

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21307: URL: https://github.com/apache/doris/pull/21307#issuecomment-1612508694 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 #21307: [Fix](multi-catalog) optimize hashcode for PartitionKey.

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21307: URL: https://github.com/apache/doris/pull/21307#issuecomment-1612508727 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] wsjz commented on a diff in pull request #21238: [fix](multi-catalog)fix obj file cache and dlf iceberg catalog

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21238: URL: https://github.com/apache/doris/pull/21238#discussion_r1246169572 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/dlf/DLFCatalog.java: ## @@ -38,4 +47,26 @@ protected TableOperations newTableOps(TableIdentifier tableIden

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

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21238: URL: https://github.com/apache/doris/pull/21238#discussion_r1246169572 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/dlf/DLFCatalog.java: ## @@ -38,4 +47,26 @@ protected TableOperations newTableOps(TableIdentifier tableIden

[GitHub] [doris] dutyu opened a new pull request, #21321: [Enhancement](multi-catalog) expose config: hms client pool size.

2023-06-28 Thread via GitHub
dutyu opened a new pull request, #21321: URL: https://github.com/apache/doris/pull/21321 ## Proposed changes Sometimes the default hms client pool size is not enough, so we need expose these config. This pr do the following changes: 1. add a config which can set the hms clie

[GitHub] [doris] dutyu commented on pull request #21321: [Enhancement](multi-catalog) expose config: hms client pool size.

2023-06-28 Thread via GitHub
dutyu commented on PR #21321: URL: https://github.com/apache/doris/pull/21321#issuecomment-1612514535 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] yongjinhou opened a new issue, #21322: [Enhancement](tvf) Add authentication for workload group tvf

2023-06-28 Thread via GitHub
yongjinhou opened a new issue, #21322: URL: https://github.com/apache/doris/issues/21322 ### 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 Currently, displa

[GitHub] [doris] zy-kkk merged pull request #21320: [typo](docs) modify the invalid url in release-1.2.1

2023-06-28 Thread via GitHub
zy-kkk merged PR #21320: URL: https://github.com/apache/doris/pull/21320 -- 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 branch-1.2-lts updated: [typo](docs) modify the invalid url in release-1.2.1 (#21320)

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

<    1   2   3   4