[GitHub] [doris] github-actions[bot] commented on pull request #15903: [Bug](function) catch function calculation error on aggregate node to avoid core dump

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15903: URL: https://github.com/apache/doris/pull/15903#issuecomment-1381445287 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 #15903: [Bug](function) catch function calculation error on aggregate node to avoid core dump

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15903: URL: https://github.com/apache/doris/pull/15903#issuecomment-1381445252 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] BiteTheDDDDt opened a new pull request, #15903: [Bug](function) catch function calculation error on aggregate node to avoid core dump

2023-01-12 Thread GitBox
BiteThet opened a new pull request, #15903: URL: https://github.com/apache/doris/pull/15903 # Proposed changes ```sql select bitmap_union(to_bitmap_with_check(k2)) from d_table; ``` ```cpp ==283==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x614000

[GitHub] [doris] cambyzju commented on a diff in pull request #15669: [feature](struct-type) adjust the vexpr for struct type

2023-01-12 Thread GitBox
cambyzju commented on code in PR #15669: URL: https://github.com/apache/doris/pull/15669#discussion_r1069036760 ## be/src/vec/data_types/data_type_struct.cpp: ## @@ -91,6 +80,88 @@ std::string DataTypeStruct::do_get_name() const { return s.str(); } +Status DataTypeStruct

[GitHub] [doris] Cai-Yao opened a new pull request, #15902: [enhancement](profile) add read columns to scanner profile

2023-01-12 Thread GitBox
Cai-Yao opened a new pull request, #15902: URL: https://github.com/apache/doris/pull/15902 # Proposed changes Issue Number: close #xxx ## Problem summary add ReadColumns in profile eg: ``` mysql> select city, sum(cost) as total_cost from example_tbl group by

[GitHub] [doris] cambyzju commented on a diff in pull request #15669: [feature](struct-type) adjust the vexpr for struct type

2023-01-12 Thread GitBox
cambyzju commented on code in PR #15669: URL: https://github.com/apache/doris/pull/15669#discussion_r1069033095 ## be/src/vec/data_types/data_type_struct.cpp: ## @@ -91,6 +80,88 @@ std::string DataTypeStruct::do_get_name() const { return s.str(); } +Status DataTypeStruct

[GitHub] [doris] cambyzju commented on a diff in pull request #15669: [feature](struct-type) adjust the vexpr for struct type

2023-01-12 Thread GitBox
cambyzju commented on code in PR #15669: URL: https://github.com/apache/doris/pull/15669#discussion_r1069028832 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java: ## @@ -169,8 +169,29 @@ public abstract class Type { arraySubTypes.add(STRING); str

[doris] branch master updated: [Fix](file system) Make the constructor of `XxxFileSystem` a private method (#15889)

2023-01-12 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 1489e3cfbf [Fix](file system) Make the construc

[GitHub] [doris] yiguolei merged pull request #15889: [Fix](file system) Make the constructor of `XxxFileSystem` a private method

2023-01-12 Thread GitBox
yiguolei merged PR #15889: URL: https://github.com/apache/doris/pull/15889 -- 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] cambyzju commented on a diff in pull request #15669: [feature](struct-type) adjust the vexpr for struct type

2023-01-12 Thread GitBox
cambyzju commented on code in PR #15669: URL: https://github.com/apache/doris/pull/15669#discussion_r1069027760 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java: ## @@ -169,8 +169,29 @@ public abstract class Type { arraySubTypes.add(STRING); str

[GitHub] [doris] adonis0147 commented on pull request #15876: [fix](terminal) remove echo database passwd

2023-01-12 Thread GitBox
adonis0147 commented on PR #15876: URL: https://github.com/apache/doris/pull/15876#issuecomment-1381411756 Hi @zbtzbtzbt , would you like to rebase the branch master to re-trigger the checks? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [doris] github-actions[bot] commented on pull request #15876: [fix](terminal) remove echo database passwd

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15876: URL: https://github.com/apache/doris/pull/15876#issuecomment-1381410124 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 #15876: [fix](terminal) remove echo database passwd

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15876: URL: https://github.com/apache/doris/pull/15876#issuecomment-1381410043 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] kilodleif opened a new issue, #15900: [Bug] 单引号转义自身的问题

2023-01-12 Thread GitBox
kilodleif opened a new issue, #15900: URL: https://github.com/apache/doris/issues/15900 ### 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 1.1.4 ### What'

[GitHub] [doris] hello-stephen commented on pull request #15890: [Bug](pipeline) Fix BE crash caused by pipeline

2023-01-12 Thread GitBox
hello-stephen commented on PR #15890: URL: https://github.com/apache/doris/pull/15890#issuecomment-1381388769 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.18 seconds load time: 509 seconds storage size: 17122099679 Bytes https://doris-co

[GitHub] [doris] eldenmoon opened a new pull request, #15899: [improve](array) TypeDescriptor to_protobuf lost contains_null

2023-01-12 Thread GitBox
eldenmoon opened a new pull request, #15899: URL: https://github.com/apache/doris/pull/15899 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] dutyu opened a new pull request, #15898: [Enhancement](profile) use queryId of originStatement as the queryId.

2023-01-12 Thread GitBox
dutyu opened a new pull request, #15898: URL: https://github.com/apache/doris/pull/15898 # Proposed changes Load profile and export profile use job's id as the queryId field, but it is of no use. We should use the origin statemnet's queryId so we can use conjunctive query to find one

[GitHub] [doris] BePPPower commented on a diff in pull request #15862: [feature](multi-catalog) support oracle jdbc catalog

2023-01-12 Thread GitBox
BePPPower commented on code in PR #15862: URL: https://github.com/apache/doris/pull/15862#discussion_r1068979288 ## fe/fe-core/src/main/java/org/apache/doris/external/jdbc/JdbcClient.java: ## @@ -563,6 +563,65 @@ public Type clickhouseTypeToDoris(JdbcFieldSchema fieldSchema) {

[GitHub] [doris] tempestLXC commented on issue #15877: [Bug] 通过canal订阅binlog , 同步数据不生效

2023-01-12 Thread GitBox
tempestLXC commented on issue #15877: URL: https://github.com/apache/doris/issues/15877#issuecomment-1381374306 > 用show sync job看看同步任务是否在进行,有没有报错。如果同步任务已经pause了,说明配置有问题 sync job 是RUNNING状态, 因为我设置了"canal.debug"="true" FE日志已经打印了接收到的binlog日志了: > \---> binlog[mysql-bin.

[GitHub] [doris] gong opened a new issue, #15897: [Bug] Data is null after datetimev2 field insert 2022-01-01T00:00:01

2023-01-12 Thread GitBox
gong opened a new issue, #15897: URL: https://github.com/apache/doris/issues/15897 ### 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 1.2.1 ### What's Wro

[GitHub] [doris] englefly opened a new pull request, #15896: [fix](nereids) unstable regression case in nereids_syntax_p0/join.groovy

2023-01-12 Thread GitBox
englefly opened a new pull request, #15896: URL: https://github.com/apache/doris/pull/15896 # Proposed changes the explain case is unstable, because table analyze result may change plan. Issue Number: close #xxx ## Problem summary Describe your changes. ## C

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-12 Thread GitBox
github-actions[bot] commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1068971124 ## be/src/olap/tablet.cpp: ## @@ -1717,27 +1735,125 @@ Status Tablet::cooldown() { new_rowset_meta->set_resource_id(dest_fs->resource_id()); new_r

[doris] 05/05: [fix](parquet-reader) fix coredump when load datatime data to doris from parquet (#15794)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 750bf85030e609c8c3dd7433ff1fb5201a9cde5a Author: Ashin Gau AuthorDate: Fri Jan 13 11:51:11 2023 +0800 [f

[doris] 04/05: [fix](bitmap) fix bitmap iterator comparison error (#15779)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 03289c9c0f57a00b6fc609f35cf6ed6cc454bce9 Author: luozenglin <37725793+luozeng...@users.noreply.github.com> Aut

[doris] branch branch-1.2-lts updated (6b69980c75 -> 750bf85030)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 6b69980c75 [fix](compile) fix vscan node compile error (#15805) new 32373051cd [enhancement](unique ke

[doris] 01/05: [enhancement](unique key) disable concurrent flush memtable for unique key (#15802)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 32373051cd79a29d396694c871622939fb976857 Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com> A

[doris] 03/05: [fix](olap) dictionary cannot be sorted after inserting some null values (#15829)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 915abc8c53414a6169f8018e4cac45cb38a1a9d1 Author: Jerry Hu AuthorDate: Fri Jan 13 09:28:55 2023 +0800 [fi

[doris] 02/05: [Bug](bitmap) Fix bitmap_from_string for null constant (#15698)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 34b817625a59ea29191f5e08d52e3caa34d01490 Author: Gabriel AuthorDate: Mon Jan 9 10:21:08 2023 +0800 [Bug]

[GitHub] [doris] morningman commented on a diff in pull request #15886: [improvement](multi-catalog) support hive 1.x

2023-01-12 Thread GitBox
morningman commented on code in PR #15886: URL: https://github.com/apache/doris/pull/15886#discussion_r1068966958 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClient.java: ## @@ -0,0 +1,2758 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] morningman commented on a diff in pull request #15886: [improvement](multi-catalog) support hive 1.x

2023-01-12 Thread GitBox
morningman commented on code in PR #15886: URL: https://github.com/apache/doris/pull/15886#discussion_r1068966403 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClient.java: ## @@ -0,0 +1,2758 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] morningman commented on a diff in pull request #15892: [typo](doc)rename column add 1.2 label

2023-01-12 Thread GitBox
morningman commented on code in PR #15892: URL: https://github.com/apache/doris/pull/15892#discussion_r1068961795 ## docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md: ## @@ -68,6 +68,8 @@ RENAME PARTITION old_partition_name new_partiti

[GitHub] [doris] github-actions[bot] commented on pull request #15885: [fix](datetimev2) Fix BE datetimev2 type returning wrong result

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #15837: [Feature](Materialized-View) support duplicate base column for diffrent aggregate function

2023-01-12 Thread GitBox
BiteThet commented on code in PR #15837: URL: https://github.com/apache/doris/pull/15837#discussion_r1068956091 ## be/src/olap/schema_change.cpp: ## @@ -427,7 +416,7 @@ Status VSchemaChangeDirectly::_inner_process(RowsetReaderSharedPtr rowset_reader auto ref_block

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-12 Thread GitBox
github-actions[bot] commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1068950272 ## be/src/olap/tablet.cpp: ## @@ -1438,6 +1439,10 @@ void Tablet::build_tablet_report_info(TTabletInfo* tablet_info, tablet_info->__set_is_in_memory(

[GitHub] [doris] yangzhg opened a new pull request, #15895: [enhancement](memory) reduce memory usage for failed broker loads

2023-01-12 Thread GitBox
yangzhg opened a new pull request, #15895: URL: https://github.com/apache/doris/pull/15895 # Proposed changes Issue Number: close #15894 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15893: [improvement](signal) add tid during core dump,the tid is equal to thread id in be.INFO

2023-01-12 Thread GitBox
github-actions[bot] commented on code in PR #15893: URL: https://github.com/apache/doris/pull/15893#discussion_r1068936915 ## be/src/common/signal_handler.h: ## @@ -307,7 +307,15 @@ void DumpSignalInfo(int signal_number, siginfo_t* siginfo) { formatter.AppendString(")");

[GitHub] [doris] github-actions[bot] commented on pull request #15885: [fix](datetimev2) Fix BE datetimev2 type returning wrong result

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

[GitHub] [doris] hello-stephen commented on pull request #15889: [Fix](file system) Make the constructor of `XxxFileSystem` a private method

2023-01-12 Thread GitBox
hello-stephen commented on PR #15889: URL: https://github.com/apache/doris/pull/15889#issuecomment-1381316880 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.01 seconds load time: 527 seconds storage size: 17122633387 Bytes https://doris-co

[doris] branch master updated (c1963e799a -> a8dacfbfd9)

2023-01-12 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 c1963e799a [fix](nereids)upgrade signature datatype bug (#15867) add a8dacfbfd9 [opt](planner) return bigint li

[GitHub] [doris] morrySnow merged pull request #15613: [opt](planner) return bigint literal when cast date literal to bigint type

2023-01-12 Thread GitBox
morrySnow merged PR #15613: URL: https://github.com/apache/doris/pull/15613 -- 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 (67378a2dc3 -> c1963e799a)

2023-01-12 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 67378a2dc3 [fix](nereids) fix bug in SequenceFunction legality check (#15812) add c1963e799a [fix](nereids)upg

[GitHub] [doris] morrySnow merged pull request #15867: [fix](nereids)upgrade signature datatype bug

2023-01-12 Thread GitBox
morrySnow merged PR #15867: URL: https://github.com/apache/doris/pull/15867 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] github-actions[bot] commented on pull request #15867: [fix](nereids)upgrade signature datatype bug

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15867: URL: https://github.com/apache/doris/pull/15867#issuecomment-1381313902 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 #15867: [fix](nereids)upgrade signature datatype bug

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15867: URL: https://github.com/apache/doris/pull/15867#issuecomment-1381313879 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-website] branch master updated: fix

2023-01-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 4215b0b653a fix 4215b0b653a is desc

[GitHub] [doris] github-actions[bot] commented on pull request #15760: [Chore](build) enable -Wextra and remove some -Wno

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15760: URL: https://github.com/apache/doris/pull/15760#issuecomment-1381299968 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 #15613: [fix](nereids)In partition prune, cast parition_key from DateLiteral to IntLiteral, not castExpr

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15613: URL: https://github.com/apache/doris/pull/15613#issuecomment-1381298737 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 #15613: [fix](nereids)In partition prune, cast parition_key from DateLiteral to IntLiteral, not castExpr

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15613: URL: https://github.com/apache/doris/pull/15613#issuecomment-1381298702 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/03: [refactor](scan-pool) move scan pool from env to scanner scheduler (#15604)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 247d6fa62d9cce801bfedf157d13f9207dd0d15e Author: morningman AuthorDate: Fri Jan 13 12:01:42 2023 +0800 [

[doris] 03/03: [fix](compile) fix vscan node compile error (#15805)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 6b69980c7531eee641cdf0cc737cbb706fbd9fbf Author: AlexYue AuthorDate: Wed Jan 11 15:08:46 2023 +0800 [fix

[doris] 01/03: [fix](sink) fix memory leak in VNodeChannel (#15834) (#15835)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit b8c7b0a83596703c54bcc3cf8875b271209adcc7 Author: zhengyu AuthorDate: Thu Jan 12 09:24:51 2023 +0800 [fix

[doris] branch branch-1.2-lts updated (41c7dd59b3 -> 6b69980c75)

2023-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 41c7dd59b3 [pick](compaction) pick vertical&ordered_data compaction to 1.2 (#15766) new b8c7b0a835 [f

[GitHub] [doris] yangzhg opened a new issue, #15894: [Enhancement] Optimize the memory usage of fe

2023-01-12 Thread GitBox
yangzhg opened a new issue, #15894: URL: https://github.com/apache/doris/issues/15894 ### 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 Doris will record al

[doris] branch master updated (34bb9cd5d3 -> 67378a2dc3)

2023-01-12 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 34bb9cd5d3 [fix](parquet-reader) fix coredump when load datatime data to doris from parquet (#15794) add 67378

[GitHub] [doris] morrySnow merged pull request #15812: [fix](nereids) fix bug in SequenceFunction legality check

2023-01-12 Thread GitBox
morrySnow merged PR #15812: URL: https://github.com/apache/doris/pull/15812 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] Jibing-Li commented on a diff in pull request #15886: [improvement](multi-catalog) support hive 1.x

2023-01-12 Thread GitBox
Jibing-Li commented on code in PR #15886: URL: https://github.com/apache/doris/pull/15886#discussion_r1068906112 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClient.java: ## @@ -0,0 +1,2758 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [doris] yiguolei opened a new pull request, #15893: [improvement](signal) add tid during core dump,the tid is equal to thread id in be.INFO

2023-01-12 Thread GitBox
yiguolei opened a new pull request, #15893: URL: https://github.com/apache/doris/pull/15893 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] github-actions[bot] commented on pull request #15874: [fix](brokerload) fix be core dump casued by broker load

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15874: URL: https://github.com/apache/doris/pull/15874#issuecomment-1381284704 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 #15812: [fix](nereids) fix bug in SequenceFunction legality check

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15812: URL: https://github.com/apache/doris/pull/15812#issuecomment-1381283702 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

[doris-website] branch master updated: fix

2023-01-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 2cdf9651280 fix 2cdf9651280 is desc

[GitHub] [doris] github-actions[bot] commented on pull request #15812: [fix](nereids) fix bug in SequenceFunction legality check

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15812: URL: https://github.com/apache/doris/pull/15812#issuecomment-1381283673 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 #15821: [Feature-WIP](inverted index) inverted index writer's implementation

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15821: URL: https://github.com/apache/doris/pull/15821#issuecomment-1381282764 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] caoliang-web opened a new pull request, #15892: [typo](doc)rename column add 1.2 label

2023-01-12 Thread GitBox
caoliang-web opened a new pull request, #15892: URL: https://github.com/apache/doris/pull/15892 ## Problem summary 1. rename column add 1.2 label ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't know

[GitHub] [doris] morningman merged pull request #15794: [bugfix](datetimev2) fix coredump when load datatime data to doris from parquet

2023-01-12 Thread GitBox
morningman merged PR #15794: URL: https://github.com/apache/doris/pull/15794 -- 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 (5e59954531 -> 34bb9cd5d3)

2023-01-12 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 5e59954531 [typo](docs)Update ARRAY.md (#15781) add 34bb9cd5d3 [fix](parquet-reader) fix coredump when load da

[GitHub] [doris] morningman commented on a diff in pull request #15862: [feature](multi-catalog) support oracle jdbc catalog

2023-01-12 Thread GitBox
morningman commented on code in PR #15862: URL: https://github.com/apache/doris/pull/15862#discussion_r1068897375 ## fe/fe-core/src/main/java/org/apache/doris/external/jdbc/JdbcClient.java: ## @@ -563,6 +563,65 @@ public Type clickhouseTypeToDoris(JdbcFieldSchema fieldSchema) {

[GitHub] [doris] pengxiangyu commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-12 Thread GitBox
pengxiangyu commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1068896351 ## be/src/olap/push_handler.cpp: ## @@ -203,6 +203,8 @@ Status PushHandler::_convert_v2(TabletSharedPtr cur_tablet, RowsetSharedPtr* cur context.rowset_st

[GitHub] [doris] xy720 merged pull request #15781: [typo](docs)Update ARRAY.md

2023-01-12 Thread GitBox
xy720 merged PR #15781: URL: https://github.com/apache/doris/pull/15781 -- 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.apache

[doris] branch master updated (b1fb1277dd -> 5e59954531)

2023-01-12 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b1fb1277dd [fix](bitmap) fix bitmap iterator comparison error (#15779) add 5e59954531 [typo](docs)Update ARRAY.md

[doris-website] branch master updated: fix

2023-01-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 64853f67f6b fix 64853f67f6b is desc

[GitHub] [doris] lexluo09 commented on issue #15884: [Enhancement] Array types support the "group by" operation

2023-01-12 Thread GitBox
lexluo09 commented on issue #15884: URL: https://github.com/apache/doris/issues/15884#issuecomment-1381276170 Thank you very much for your advice. We need to use "group by" for single values and "export" for multiple values, which is not very convenient. In this way, multi-value and

[GitHub] [doris] yjyJames commented on issue #15869: [Enhancement] make max running txn per db more flexible

2023-01-12 Thread GitBox
yjyJames commented on issue #15869: URL: https://github.com/apache/doris/issues/15869#issuecomment-1381276006 It confused me too. Transactions may reach the limit while canal sync job is running (with 200 tables in sync). -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] dutyu commented on issue #15865: [Bug] BE crash unexpected

2023-01-12 Thread GitBox
dutyu commented on issue #15865: URL: https://github.com/apache/doris/issues/15865#issuecomment-1381275644 Upgrade to 1.1.5-rc01 can fix this problem. -- 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] dutyu closed issue #15865: [Bug] BE crash unexpected

2023-01-12 Thread GitBox
dutyu closed issue #15865: [Bug] BE crash unexpected URL: https://github.com/apache/doris/issues/15865 -- 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: c

[doris] branch master updated (9468711f9f -> b1fb1277dd)

2023-01-12 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9468711f9f [Bug](join) fix bug null aware left anti join not correct result (#15841) add b1fb1277dd [fix](bitmap)

[GitHub] [doris] xy720 closed issue #15797: [Bug] inbitmap query result is incorrect

2023-01-12 Thread GitBox
xy720 closed issue #15797: [Bug] inbitmap query result is incorrect URL: https://github.com/apache/doris/issues/15797 -- 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] xy720 merged pull request #15779: [fix](bitmap) fix bitmap iterator comparison error

2023-01-12 Thread GitBox
xy720 merged PR #15779: URL: https://github.com/apache/doris/pull/15779 -- 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.apache

[GitHub] [doris] dataroaring commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-12 Thread GitBox
dataroaring commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1068880353 ## be/src/agent/task_worker_pool.cpp: ## @@ -1693,4 +1697,44 @@ void TaskWorkerPool::_storage_update_storage_policy_worker_thread_callback() { } } +void Ta

[GitHub] [doris] yjyJames commented on issue #15877: [Bug] 通过canal订阅binlog , 同步数据不生效

2023-01-12 Thread GitBox
yjyJames commented on issue #15877: URL: https://github.com/apache/doris/issues/15877#issuecomment-1381269948 用show sync job看看同步任务是否在进行,有没有报错。如果同步任务已经pause了,说明配置有问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15889: [Fix](file system) Make the constructor of `XxxFileSystem` a private method

2023-01-12 Thread GitBox
github-actions[bot] commented on code in PR #15889: URL: https://github.com/apache/doris/pull/15889#discussion_r106343 ## be/test/olap/remote_rowset_gc_test.cpp: ## @@ -52,7 +52,7 @@ class RemoteRowsetGcTest : public testing::Test { s3_conf.region = config::test_s3_

[GitHub] [doris] adonis0147 commented on a diff in pull request #15849: [feature-wip](MTMV) Support table aliases when creating a materialized view with multiple tables

2023-01-12 Thread GitBox
adonis0147 commented on code in PR #15849: URL: https://github.com/apache/doris/pull/15849#discussion_r1068887951 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMultiTableMaterializedViewStmt.java: ## @@ -43,7 +46,7 @@ public class CreateMultiTableMaterializedViewSt

[GitHub] [doris] Yukang-Lian commented on a diff in pull request #15885: [fix](datetimev2) Fix BE datetimev2 type returning wrong result

2023-01-12 Thread GitBox
Yukang-Lian commented on code in PR #15885: URL: https://github.com/apache/doris/pull/15885#discussion_r1068886241 ## be/src/vec/sink/vmysql_result_writer.cpp: ## @@ -367,6 +367,14 @@ int VMysqlResultWriter::_add_one_cell(const ColumnPtr& column_ptr, size_t row_id char

[GitHub] [doris] github-actions[bot] commented on pull request #15890: [Bug](pipeline) Fix BE crash caused by pipeline

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15890: URL: https://github.com/apache/doris/pull/15890#issuecomment-1381267951 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 struct-type updated: [fix](struct-type) struct create fix and add more struct codes (#15879)

2023-01-12 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch struct-type in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/struct-type by this push: new e1e8ca2a59 [fix](struct-type) struct cr

[GitHub] [doris] xy720 merged pull request #15879: [fix](struct-type) struct create fix and add more struct codes

2023-01-12 Thread GitBox
xy720 merged PR #15879: URL: https://github.com/apache/doris/pull/15879 -- 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.apache

[GitHub] [doris] github-actions[bot] commented on pull request #15879: [fix](struct-type) struct create fix and add more struct codes

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15879: URL: https://github.com/apache/doris/pull/15879#issuecomment-1381266751 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 #15879: [fix](struct-type) struct create fix and add more struct codes

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15879: URL: https://github.com/apache/doris/pull/15879#issuecomment-1381266723 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] raisonqyc commented on issue #15884: [Enhancement] Array types support the "group by" operation

2023-01-12 Thread GitBox
raisonqyc commented on issue #15884: URL: https://github.com/apache/doris/issues/15884#issuecomment-1381263192 You can try the explode function: https://doris.apache.org/docs/dev/sql-manual/sql-functions/table-functions/explode/ -- This is an automated message from the Apache Git Servi

[GitHub] [doris] github-actions[bot] commented on pull request #15859: [Bug](sort)fix merge sorter might div zero when block bytes less than block rows

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15859: URL: https://github.com/apache/doris/pull/15859#issuecomment-1381262531 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] pengxiangyu commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-12 Thread GitBox
pengxiangyu commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1068878580 ## be/src/olap/tablet.cpp: ## @@ -1729,18 +1757,118 @@ Status Tablet::cooldown() { has_shutdown = tablet_state() == TABLET_SHUTDOWN; if (!has_shut

[GitHub] [doris] hello-stephen commented on pull request #15836: [feature wip](multi catalog)Support iceberg schema evolution.

2023-01-12 Thread GitBox
hello-stephen commented on PR #15836: URL: https://github.com/apache/doris/pull/15836#issuecomment-1381251745 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.56 seconds load time: 493 seconds storage size: 17122611398 Bytes https://doris-co

[GitHub] [doris] Gabriel39 commented on pull request #15885: [fix](datetimev2) Fix BE datetimev2 type returning wrong result

2023-01-12 Thread GitBox
Gabriel39 commented on PR #15885: URL: https://github.com/apache/doris/pull/15885#issuecomment-1381251662 Please add a regression case -- 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

[GitHub] [doris] Gabriel39 commented on a diff in pull request #15885: [fix](datetimev2) Fix BE datetimev2 type returning wrong result

2023-01-12 Thread GitBox
Gabriel39 commented on code in PR #15885: URL: https://github.com/apache/doris/pull/15885#discussion_r1068872731 ## be/src/vec/sink/vmysql_result_writer.cpp: ## @@ -367,6 +367,14 @@ int VMysqlResultWriter::_add_one_cell(const ColumnPtr& column_ptr, size_t row_id char b

[GitHub] [doris] github-actions[bot] commented on pull request #15889: [Fix](file system) Make the constructor of `XxxFileSystem` a private method

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15889: URL: https://github.com/apache/doris/pull/15889#issuecomment-1381250843 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 #15821: [Feature-WIP](inverted index) inverted index writer's implementation

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15821: URL: https://github.com/apache/doris/pull/15821#issuecomment-1381250846 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 #15889: [Fix](file system) Make the constructor of `XxxFileSystem` a private method

2023-01-12 Thread GitBox
github-actions[bot] commented on PR #15889: URL: https://github.com/apache/doris/pull/15889#issuecomment-1381250804 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] Gabriel39 opened a new issue, #15891: [Bug]

2023-01-12 Thread GitBox
Gabriel39 opened a new issue, #15891: URL: https://github.com/apache/doris/issues/15891 ### 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 master ### What

[GitHub] [doris] yangzhg commented on a diff in pull request #15849: [feature-wip](MTMV) Support table aliases when creating a materialized view with multiple tables

2023-01-12 Thread GitBox
yangzhg commented on code in PR #15849: URL: https://github.com/apache/doris/pull/15849#discussion_r1068869019 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMultiTableMaterializedViewStmt.java: ## @@ -43,7 +46,7 @@ public class CreateMultiTableMaterializedViewStmt

[GitHub] [doris] adonis0147 commented on a diff in pull request #15889: [Fix](file system) Make the constructor of `XxxFileSystem` a private method

2023-01-12 Thread GitBox
adonis0147 commented on code in PR #15889: URL: https://github.com/apache/doris/pull/15889#discussion_r1068867778 ## be/src/io/fs/hdfs_file_system.cpp: ## @@ -61,6 +61,11 @@ class HdfsFileSystemCache { void _clean_oldest(); }; +std::shared_ptr HdfsFileSystem::create(cons

[GitHub] [doris] Gabriel39 opened a new pull request, #15890: [Bug](pipeline) Fix BE crash caused by pipeline

2023-01-12 Thread GitBox
Gabriel39 opened a new pull request, #15890: URL: https://github.com/apache/doris/pull/15890 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

  1   2   3   >