[GitHub] [doris] github-actions[bot] commented on pull request #15830: [enhancement](load) change transaction limit from global level to db level

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #15830: URL: https://github.com/apache/doris/pull/15830#issuecomment-1420348984 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 #15830: [enhancement](load) change transaction limit from global level to db level

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #15830: URL: https://github.com/apache/doris/pull/15830#issuecomment-1420349043 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] zddr commented on a diff in pull request #16091: [feature](auth)Implementing privilege management with rbac model

2023-02-07 Thread via GitHub
zddr commented on code in PR #16091: URL: https://github.com/apache/doris/pull/16091#discussion_r1098304753 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java: ## @@ -72,37 +61,29 @@ public boolean hasPriv(String host, String user, PrivPredicate wanted)

[GitHub] [doris] zddr commented on a diff in pull request #16091: [feature](auth)Implementing privilege management with rbac model

2023-02-07 Thread via GitHub
zddr commented on code in PR #16091: URL: https://github.com/apache/doris/pull/16091#discussion_r1098306625 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java: ## @@ -72,37 +61,29 @@ public boolean hasPriv(String host, String user, PrivPredicate wanted)

[GitHub] [doris] zddr commented on a diff in pull request #16091: [feature](auth)Implementing privilege management with rbac model

2023-02-07 Thread via GitHub
zddr commented on code in PR #16091: URL: https://github.com/apache/doris/pull/16091#discussion_r1098308500 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java: ## @@ -72,37 +61,29 @@ public boolean hasPriv(String host, String user, PrivPredicate wanted)

[GitHub] [doris] github-actions[bot] commented on pull request #15830: [enhancement](load) change transaction limit from global level to db level

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #15830: URL: https://github.com/apache/doris/pull/15830#issuecomment-1420361757 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] yixiutt opened a new pull request, #16469: [bugfix](vertical_compaction) fix base_compaction delete_sign handler

2023-02-07 Thread via GitHub
yixiutt opened a new pull request, #16469: URL: https://github.com/apache/doris/pull/16469 In vertical base compaction, same rows will be filtered in verticam_merge_iterator, we should skip these filtered rows when set agg flag of delete sign. For example, schema is a,b,delete_sign, and dat

[GitHub] [doris] github-actions[bot] commented on pull request #16469: [bugfix](vertical_compaction) fix base_compaction delete_sign handler

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16469: URL: https://github.com/apache/doris/pull/16469#issuecomment-1420367742 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] Tanya-W commented on a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098318886 ## be/src/olap/schema_change.cpp: ## @@ -576,6 +583,248 @@ Status VSchemaChangeWithSorting::_external_sorting(vector& src_ return Status::OK(); } +SchemaChange

[GitHub] [doris-flink-connector] DarvenDuan opened a new issue, #100: [Bug] (concurrency) Thread safety problem of loading data to Doris

2023-02-07 Thread via GitHub
DarvenDuan opened a new issue, #100: URL: https://github.com/apache/doris-flink-connector/issues/100 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version

[GitHub] [doris] yixiutt opened a new pull request, #16470: [improvement](compaction) enable compaction if state is TABLET_NOTREADY

2023-02-07 Thread via GitHub
yixiutt opened a new pull request, #16470: URL: https://github.com/apache/doris/pull/16470 If alter task in queue, compaction is not enabled and may cause too much version. Keep last 10 version in new tablet so that base tablet's max version will not be merged and than we can copy data from

[GitHub] [doris] github-actions[bot] commented on pull request #16470: [improvement](compaction) enable compaction if state is TABLET_NOTREADY

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16470: URL: https://github.com/apache/doris/pull/16470#issuecomment-1420407169 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, #16471: [fix](message)return result error

2023-02-07 Thread via GitHub
caoliang-web opened a new pull request, #16471: URL: https://github.com/apache/doris/pull/16471 # 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 #16471: [fix](message)return result error

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

[GitHub] [doris] liutang123 opened a new pull request, #16472: [Enhancement] Enhance Doris's fault tolerance to disk error: sense io error

2023-02-07 Thread via GitHub
liutang123 opened a new pull request, #16472: URL: https://github.com/apache/doris/pull/16472 # Proposed changes Issue Number: #16356 ## Problem summary see issue ## Checklist(Required) 1. Does it affect the original behavior: - [x] Yes - [ ] No

[GitHub] [doris] github-actions[bot] commented on pull request #15249: [pipeline](test) test regression

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #15249: URL: https://github.com/apache/doris/pull/15249#issuecomment-1420437552 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 a diff in pull request #16472: [Enhancement] Enhance Doris's fault tolerance to disk error: sense io error

2023-02-07 Thread via GitHub
github-actions[bot] commented on code in PR #16472: URL: https://github.com/apache/doris/pull/16472#discussion_r1098381056 ## be/src/olap/tablet.h: ## @@ -360,6 +360,11 @@ class Tablet : public BaseTablet { RowsetSharedPtr get_rowset(const RowsetId& rowset_id); +inl

[GitHub] [doris] morningman commented on a diff in pull request #16470: [improvement](compaction) enable compaction if state is TABLET_NOTREADY

2023-02-07 Thread via GitHub
morningman commented on code in PR #16470: URL: https://github.com/apache/doris/pull/16470#discussion_r1098381452 ## be/src/olap/tablet.cpp: ## @@ -826,10 +826,9 @@ bool Tablet::can_do_compaction(size_t path_hash, CompactionType compaction_type) } if (tablet_state()

[GitHub] [doris] yiguolei opened a new pull request, #16473: [bugfix](scannode) 1. make rows_read correct 2. use single scanner if has limit clause

2023-02-07 Thread via GitHub
yiguolei opened a new pull request, #16473: URL: https://github.com/apache/doris/pull/16473 # Proposed changes 1. make rows_read correct so that the scheduler could using this correctly. 3. use single scanner if has limit clause. Move it from fragment context to scannode.

[GitHub] [doris] Gabriel39 opened a new pull request, #16474: [Bug](share hash table) Support shared hash table on Nereids

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

[doris] branch struct-map-type updated (98577d6ce1 -> c33740066c)

2023-02-07 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch struct-map-type in repository https://gitbox.apache.org/repos/asf/doris.git from 98577d6ce1 [bug](regression-test) fix array regression test add c33740066c [fix](struct-type) remove-empt

[GitHub] [doris] github-actions[bot] commented on pull request #16472: [Enhancement] Enhance Doris's fault tolerance to disk error

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16472: URL: https://github.com/apache/doris/pull/16472#issuecomment-1420447227 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 #16470: [improvement](compaction) enable compaction if state is TABLET_NOTREADY

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16470: URL: https://github.com/apache/doris/pull/16470#issuecomment-1420448732 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 a diff in pull request #16473: [bugfix](scannode) 1. make rows_read correct 2. use single scanner if has limit clause

2023-02-07 Thread via GitHub
github-actions[bot] commented on code in PR #16473: URL: https://github.com/apache/doris/pull/16473#discussion_r1098390322 ## be/src/vec/exec/scan/vscan_node.h: ## @@ -94,6 +101,8 @@ class VScanNode : public ExecNode { Status try_close(); +bool should_run_serial() {

[GitHub] [doris] Tanya-W commented on a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098397282 ## be/src/olap/schema_change.cpp: ## @@ -958,6 +1232,270 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2& return res; } +Sta

[GitHub] [doris] github-actions[bot] commented on pull request #16472: [improvement](meta) Enhance Doris's fault tolerance to disk error

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16472: URL: https://github.com/apache/doris/pull/16472#issuecomment-1420459453 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 #16469: [bugfix](vertical_compaction) fix base_compaction delete_sign handler

2023-02-07 Thread via GitHub
hello-stephen commented on PR #16469: URL: https://github.com/apache/doris/pull/16469#issuecomment-1420461582 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.51 seconds load time: 490 seconds storage size: 17171089449 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16444: [Feature](Complex-type) Add struct and map type to Doris

2023-02-07 Thread via GitHub
github-actions[bot] commented on code in PR #16444: URL: https://github.com/apache/doris/pull/16444#discussion_r1098406115 ## be/src/olap/types.h: ## @@ -322,6 +324,240 @@ class ArrayTypeInfo : public TypeInfo { TypeInfoPtr _item_type_info; const size_t _item_size; };

[GitHub] [doris] zhangguichuan opened a new issue, #16475: [Feature] please support scala to write UDF function

2023-02-07 Thread via GitHub
zhangguichuan opened a new issue, #16475: URL: https://github.com/apache/doris/issues/16475 ### 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 I am using dor

[GitHub] [doris] mrhhsg opened a new pull request, #16476: [fix](pipeline) incorrect result when disabling sharing hash table

2023-02-07 Thread via GitHub
mrhhsg opened a new pull request, #16476: URL: https://github.com/apache/doris/pull/16476 # Proposed changes Incorrect result of regression-test case `ssb_unique_sql_zstd_p0/sql/q3.1.sql`: with session variables: 1. enable_share_hash_table_for_broadcast_join = false 2. parallel_

[GitHub] [doris] github-actions[bot] commented on pull request #16476: [fix](pipeline) incorrect result when disabling sharing hash table

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16476: URL: https://github.com/apache/doris/pull/16476#issuecomment-1420499427 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] jackwener opened a new pull request, #16477: [enhance](Nereids): refactor JoinReorder code.

2023-02-07 Thread via GitHub
jackwener opened a new pull request, #16477: URL: https://github.com/apache/doris/pull/16477 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] morrySnow opened a new pull request, #16478: [fix](Nereids) back off on tpch p1

2023-02-07 Thread via GitHub
morrySnow opened a new pull request, #16478: URL: https://github.com/apache/doris/pull/16478 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] HappenLee commented on a diff in pull request #16474: [Bug](share hash table) Support shared hash table on Nereids

2023-02-07 Thread via GitHub
HappenLee commented on code in PR #16474: URL: https://github.com/apache/doris/pull/16474#discussion_r1098449919 ## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ## @@ -1130,22 +1130,20 @@ private void computeFragmentExecParams() throws Exception {

[GitHub] [doris] eldenmoon commented on a diff in pull request #16335: [WIP](dynamic-table) support dynamic schema table

2023-02-07 Thread via GitHub
eldenmoon commented on code in PR #16335: URL: https://github.com/apache/doris/pull/16335#discussion_r1098399271 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -1815,7 +1828,20 @@ create_stmt ::= opt_ext_properties:extProperties {: RESULT = new Creat

[GitHub] [doris] Tanya-W commented on a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098490345 ## be/src/olap/schema_change.cpp: ## @@ -958,6 +1232,270 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2& return res; } +Sta

[GitHub] [doris-spark-connector] smallhibiscus opened a new pull request, #68: [improvement](spark-connector)Support each batch interval time paramter setting.

2023-02-07 Thread via GitHub
smallhibiscus opened a new pull request, #68: URL: https://github.com/apache/doris-spark-connector/pull/68 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] cambyzju commented on a diff in pull request #16335: [WIP](dynamic-table) support dynamic schema table

2023-02-07 Thread via GitHub
cambyzju commented on code in PR #16335: URL: https://github.com/apache/doris/pull/16335#discussion_r1098500173 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ColumnDef.java: ## @@ -271,8 +273,10 @@ public void analyze(boolean isOlap) throws AnalysisException {

[GitHub] [doris] Tanya-W commented on a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098508480 ## be/src/olap/schema_change.cpp: ## @@ -576,6 +583,248 @@ Status VSchemaChangeWithSorting::_external_sorting(vector& src_ return Status::OK(); } +SchemaChange

[GitHub] [doris] github-actions[bot] commented on pull request #16455: [function](round) Use correct decimal scale for function round

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16455: URL: https://github.com/apache/doris/pull/16455#issuecomment-1420594764 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 a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
github-actions[bot] commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098514695 ## be/src/olap/schema_change.cpp: ## @@ -576,6 +582,236 @@ Status VSchemaChangeWithSorting::_external_sorting(vector& src_ return Status::OK(); } +

[GitHub] [doris] Tanya-W commented on a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098516172 ## be/src/olap/schema_change.cpp: ## @@ -958,6 +1232,270 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2& return res; } +Sta

[GitHub] [doris] github-actions[bot] commented on pull request #16258: [feature](cooldown)Add cooldown delete

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16258: URL: https://github.com/apache/doris/pull/16258#issuecomment-1420598431 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 a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
github-actions[bot] commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098518535 ## be/src/olap/schema_change.cpp: ## @@ -576,6 +582,236 @@ Status VSchemaChangeWithSorting::_external_sorting(vector& src_ return Status::OK(); } +

[GitHub] [doris] eldenmoon commented on a diff in pull request #16335: [WIP](dynamic-table) support dynamic schema table

2023-02-07 Thread via GitHub
eldenmoon commented on code in PR #16335: URL: https://github.com/apache/doris/pull/16335#discussion_r1093097861 ## gensrc/thrift/Types.thrift: ## @@ -92,13 +92,16 @@ enum TPrimitiveType { DECIMAL128I, JSONB, UNSUPPORTED + DECIMAL128, + VARIANT, } enum TTypeNodeTy

[GitHub] [doris] github-actions[bot] commented on pull request #15249: [pipeline](test) test regression

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #15249: URL: https://github.com/apache/doris/pull/15249#issuecomment-1420606598 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 opened a new pull request, #16479: [fix](fe)group_concat lost order by info in second phase merge agg

2023-02-07 Thread via GitHub
starocean999 opened a new pull request, #16479: URL: https://github.com/apache/doris/pull/16479 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] zenoyang opened a new pull request, #16480: [fix](partition cache) fix can not hit partition cache

2023-02-07 Thread via GitHub
zenoyang opened a new pull request, #16480: URL: https://github.com/apache/doris/pull/16480 # Proposed changes Issue Number: close #xxx When the number of selected partition queried is greater than 1 and there is a group by statement, the PartitionCache will not be hit. Even the

[GitHub] [doris] github-actions[bot] commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1420625985 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 #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1420631491 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] Gabriel39 merged pull request #16460: [Bug](sort) disable 2phase read for sort by expressions exclude slotref

2023-02-07 Thread via GitHub
Gabriel39 merged PR #16460: URL: https://github.com/apache/doris/pull/16460 -- 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: [Bug](sort) disable 2phase read for sort by expressions exclude slotref (#16460)

2023-02-07 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1d0fdff98a [Bug](sort) disable 2phase read fo

[GitHub] [doris] yuxuan-luo opened a new issue, #16481: [Bug] 开启向量化后每次执行查询时 be 都会挂

2023-02-07 Thread via GitHub
yuxuan-luo opened a new issue, #16481: URL: https://github.com/apache/doris/issues/16481 ### 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.5,1.2.1 ##

[GitHub] [doris] hello-stephen commented on pull request #16470: [improvement](compaction) enable compaction if state is TABLET_NOTREADY

2023-02-07 Thread via GitHub
hello-stephen commented on PR #16470: URL: https://github.com/apache/doris/pull/16470#issuecomment-1420647515 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.37 seconds load time: 480 seconds storage size: 17170680920 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16459: [fix](planner)Fix colocate query failed

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16459: URL: https://github.com/apache/doris/pull/16459#issuecomment-1420651593 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 #16459: [fix](planner)Fix colocate query failed

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16459: URL: https://github.com/apache/doris/pull/16459#issuecomment-1420651649 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 #16470: [improvement](compaction) enable compaction if state is TABLET_NOTREADY

2023-02-07 Thread via GitHub
morningman merged PR #16470: URL: https://github.com/apache/doris/pull/16470 -- 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: [improvement](compaction) enable compaction in TABLET_NOTREADY (#16470)

2023-02-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f90d844a53 [improvement](compaction) enable c

[GitHub] [doris] morrySnow commented on a diff in pull request #16459: [fix](planner)Fix colocate query failed

2023-02-07 Thread via GitHub
morrySnow commented on code in PR #16459: URL: https://github.com/apache/doris/pull/16459#discussion_r1098567216 ## fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java: ## @@ -557,6 +557,12 @@ private boolean dataDistributionMatchEqPredicate(List eqJoinPre

[GitHub] [doris] Tanya-W commented on a diff in pull request #16371: [Feature-WIP](inverted index) Implementation for alter inverted index.

2023-02-07 Thread via GitHub
Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098574523 ## fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeJobV2.java: ## @@ -499,6 +590,13 @@ protected void runRunningJob() throws AlterCancelException {

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16258: [feature](cooldown)Add cooldown delete

2023-02-07 Thread via GitHub
github-actions[bot] commented on code in PR #16258: URL: https://github.com/apache/doris/pull/16258#discussion_r1098575376 ## be/src/agent/task_worker_pool.cpp: ## @@ -268,7 +272,8 @@ void TaskWorkerPool::notify_thread() { } bool TaskWorkerPool::_register_task_info(const TTa

[GitHub] [doris] yixiutt opened a new pull request, #16482: [pick](compaction)pick 16470

2023-02-07 Thread via GitHub
yixiutt opened a new pull request, #16482: URL: https://github.com/apache/doris/pull/16482 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #16120: [Fix](Nereids)fix runtime filter cannot generate when expression is cast.

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16120: URL: https://github.com/apache/doris/pull/16120#issuecomment-1420679956 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 #16120: [Fix](Nereids)fix runtime filter cannot generate when expression is cast.

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16120: URL: https://github.com/apache/doris/pull/16120#issuecomment-1420680014 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] SaintBacchus opened a new pull request, #16483: [Doc](Load)Add mysql load document

2023-02-07 Thread via GitHub
SaintBacchus opened a new pull request, #16483: URL: https://github.com/apache/doris/pull/16483 # Proposed changes Issue Number: close #xxx ## Problem summary Add mysql load document ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] github-actions[bot] commented on pull request #16482: [pick](compaction)pick 16470

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16482: URL: https://github.com/apache/doris/pull/16482#issuecomment-1420684008 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 #16482: [pick](compaction)pick 16470

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16482: URL: https://github.com/apache/doris/pull/16482#issuecomment-1420683949 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 #16469: [bugfix](vertical_compaction) fix base_compaction delete_sign handler

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16469: URL: https://github.com/apache/doris/pull/16469#issuecomment-1420689548 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] morningman opened a new pull request, #16484: [improvement](fuzzy) print fuzzy session variable in FE audit log

2023-02-07 Thread via GitHub
morningman opened a new pull request, #16484: URL: https://github.com/apache/doris/pull/16484 # Proposed changes Issue Number: close #xxx ## Problem summary When enable `use_fuzzy_session_variable` in fe.conf, some of session variables will be set randomly to test cor

[GitHub] [doris] AshinGau opened a new pull request, #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-07 Thread via GitHub
AshinGau opened a new pull request, #16485: URL: https://github.com/apache/doris/pull/16485 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] morrySnow merged pull request #16120: [Fix](Nereids)fix runtime filter cannot generate when expression is cast.

2023-02-07 Thread via GitHub
morrySnow merged PR #16120: URL: https://github.com/apache/doris/pull/16120 -- 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 (f90d844a53 -> a4c28e6efa)

2023-02-07 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 f90d844a53 [improvement](compaction) enable compaction in TABLET_NOTREADY (#16470) add a4c28e6efa [Fix](Nereid

[GitHub] [doris] hello-stephen commented on pull request #16471: [fix](message)return result error

2023-02-07 Thread via GitHub
hello-stephen commented on PR #16471: URL: https://github.com/apache/doris/pull/16471#issuecomment-1420695082 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.45 seconds load time: 471 seconds storage size: 17171139269 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1420697401 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 #16258: [feature](cooldown)Add cooldown delete

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16258: URL: https://github.com/apache/doris/pull/16258#issuecomment-1420698451 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 #16472: [improvement](meta) Enhance Doris's fault tolerance to disk error

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16472: URL: https://github.com/apache/doris/pull/16472#issuecomment-1420710534 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 #16472: [improvement](meta) Enhance Doris's fault tolerance to disk error

2023-02-07 Thread via GitHub
hello-stephen commented on PR #16472: URL: https://github.com/apache/doris/pull/16472#issuecomment-1420716080 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.38 seconds load time: 477 seconds storage size: 17171082229 Bytes https://doris-co

[GitHub] [doris] Jibing-Li opened a new pull request, #16486: [Fix](multi catalog)(planner) Fix external table statistic collection bug.

2023-02-07 Thread via GitHub
Jibing-Li opened a new pull request, #16486: URL: https://github.com/apache/doris/pull/16486 # Proposed changes Issue Number: close #xxx ## Problem summary Add index id to column statistic id. Refresh statistic cache after analyze. ## Checklist(Required) 1.

[GitHub] [doris] github-actions[bot] commented on pull request #16335: [WIP](dynamic-table) support dynamic schema table

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16335: URL: https://github.com/apache/doris/pull/16335#issuecomment-1420738241 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] hello-stephen commented on pull request #16473: [bugfix](scannode) 1. make rows_read correct 2. use single scanner if has limit clause

2023-02-07 Thread via GitHub
hello-stephen commented on PR #16473: URL: https://github.com/apache/doris/pull/16473#issuecomment-1420745256 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.05 seconds load time: 481 seconds storage size: 17170850918 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16258: [feature](cooldown)Add cooldown delete

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16258: URL: https://github.com/apache/doris/pull/16258#issuecomment-1420747359 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] Gabriel39 commented on pull request #16468: [fix](func) fix truncate float type result error

2023-02-07 Thread via GitHub
Gabriel39 commented on PR #16468: URL: https://github.com/apache/doris/pull/16468#issuecomment-1420750818 Thanks. It's a mistake. I will resolve this losing precision problem later -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] github-actions[bot] commented on pull request #16468: [fix](func) fix truncate float type result error

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16468: URL: https://github.com/apache/doris/pull/16468#issuecomment-1420752256 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 #16468: [fix](func) fix truncate float type result error

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16468: URL: https://github.com/apache/doris/pull/16468#issuecomment-1420752316 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 #16258: [feature](cooldown)Add cooldown delete

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16258: URL: https://github.com/apache/doris/pull/16258#issuecomment-1420765881 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] Gabriel39 merged pull request #16476: [fix](pipeline) incorrect result when disabling sharing hash table

2023-02-07 Thread via GitHub
Gabriel39 merged PR #16476: URL: https://github.com/apache/doris/pull/16476 -- 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](pipeline) incorrect result when disabling sharing hash table (#16476)

2023-02-07 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 91325e5ca3 [fix](pipeline) incorrect result w

[GitHub] [doris] Gabriel39 commented on pull request #16476: [fix](pipeline) incorrect result when disabling sharing hash table

2023-02-07 Thread via GitHub
Gabriel39 commented on PR #16476: URL: https://github.com/apache/doris/pull/16476#issuecomment-1420774040 This PR doesn't resolve the root problem. I will fix it in next PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [doris] hello-stephen commented on pull request #16477: [enhance](Nereids): refactor JoinReorder code.

2023-02-07 Thread via GitHub
hello-stephen commented on PR #16477: URL: https://github.com/apache/doris/pull/16477#issuecomment-1420775744 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.58 seconds load time: 485 seconds storage size: 17171439536 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16258: [feature](cooldown)Add cooldown delete

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16258: URL: https://github.com/apache/doris/pull/16258#issuecomment-1420776903 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] platoneko opened a new pull request, #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-07 Thread via GitHub
platoneko opened a new pull request, #16488: URL: https://github.com/apache/doris/pull/16488 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on pull request #16410: [fix](udf) fix create udf function with uppercase database name can't recognize

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16410: URL: https://github.com/apache/doris/pull/16410#issuecomment-1420779907 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 #16488: [fix](cooldown) Rewrite update cooldown conf

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16488: URL: https://github.com/apache/doris/pull/16488#issuecomment-1420782925 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] eldenmoon opened a new pull request, #16489: [Bug](point query) Reusable in PointQueryExecutor should call init b…

2023-02-07 Thread via GitHub
eldenmoon opened a new pull request, #16489: URL: https://github.com/apache/doris/pull/16489 …efore add to LookupCache Otherwise in high concurrent query, _block_pool maybe used before Reusable::init done in other threads # Proposed changes Issue Number: close #xxx

[GitHub] [doris] hello-stephen opened a new pull request, #16490: [regression](fuzzy) set random value for some session variables

2023-02-07 Thread via GitHub
hello-stephen opened a new pull request, #16490: URL: https://github.com/apache/doris/pull/16490 # 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 #16489: [Bug](point query) Reusable in PointQueryExecutor should call init b…

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16489: URL: https://github.com/apache/doris/pull/16489#issuecomment-1420797974 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 closed pull request #16289: [fuzzy](test) fuzzy some session variables stably according to pull_r…

2023-02-07 Thread via GitHub
hello-stephen closed pull request #16289: [fuzzy](test) fuzzy some session variables stably according to pull_r… URL: https://github.com/apache/doris/pull/16289 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] morningman merged pull request #16482: [pick](compaction)pick 16470

2023-02-07 Thread via GitHub
morningman merged PR #16482: URL: https://github.com/apache/doris/pull/16482 -- 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: [improvement](compaction) enable compaction if state is TABLET_NOTREADY (#16482)

2023-02-07 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 df909238eb [improvement](comp

[GitHub] [doris] github-actions[bot] commented on pull request #16485: [improvement](filecache) use dynamic segment size to cache remote file block

2023-02-07 Thread via GitHub
github-actions[bot] commented on PR #16485: URL: https://github.com/apache/doris/pull/16485#issuecomment-1420829438 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   >