[GitHub] [doris] github-actions[bot] commented on pull request #12498: [feature](restore) add restore new property 'reserve_dynamic_partition_enable'

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12498: URL: https://github.com/apache/doris/pull/12498#issuecomment-1254451079 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] zy-kkk opened a new pull request, #12844: [test](join)add join case3

2022-09-21 Thread GitBox
zy-kkk opened a new pull request, #12844: URL: https://github.com/apache/doris/pull/12844 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] stalary merged pull request #12513: [feature](http) refactor version info and add new http api for get version info

2022-09-21 Thread GitBox
stalary merged PR #12513: URL: https://github.com/apache/doris/pull/12513 -- 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.apac

[GitHub] [doris] liaoxin01 closed pull request #12363: [feature-wip](unique-key-merge-on-write) fix that versions of multiple replicas are inconsistent when rebalance

2022-09-21 Thread GitBox
liaoxin01 closed pull request #12363: [feature-wip](unique-key-merge-on-write) fix that versions of multiple replicas are inconsistent when rebalance URL: https://github.com/apache/doris/pull/12363 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] liaoxin01 commented on pull request #12363: [feature-wip](unique-key-merge-on-write) fix that versions of multiple replicas are inconsistent when rebalance

2022-09-21 Thread GitBox
liaoxin01 commented on PR #12363: URL: https://github.com/apache/doris/pull/12363#issuecomment-1254456751 > Have we tested the stream load performance on this patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-21 Thread GitBox
BiteThet commented on code in PR #12803: URL: https://github.com/apache/doris/pull/12803#discussion_r977146006 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -171,6 +171,44 @@ Status ColumnReader::get_row_ranges_by_zone_map( return Status::OK(); } +Status

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-21 Thread GitBox
BiteThet commented on code in PR #12803: URL: https://github.com/apache/doris/pull/12803#discussion_r977146623 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -171,6 +171,44 @@ Status ColumnReader::get_row_ranges_by_zone_map( return Status::OK(); } +Status

[GitHub] [doris] adonis0147 opened a new pull request, #12845: [Enhancement](debugging) Add more debug info for clang build

2022-09-21 Thread GitBox
adonis0147 opened a new pull request, #12845: URL: https://github.com/apache/doris/pull/12845 # Proposed changes Issue Number: close #12843 Add a compile option for clang: `-fno-limit-debug-info` ## Problem summary Currently, If we use clang to build the project, w

[GitHub] [doris] morrySnow merged pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-21 Thread GitBox
morrySnow merged PR #12765: URL: https://github.com/apache/doris/pull/12765 -- 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] morrySnow merged pull request #12766: [feature-wip](statistics) add statistics module related syntax

2022-09-21 Thread GitBox
morrySnow merged PR #12766: URL: https://github.com/apache/doris/pull/12766 -- 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] zhannngchen commented on a diff in pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-21 Thread GitBox
zhannngchen commented on code in PR #12716: URL: https://github.com/apache/doris/pull/12716#discussion_r977151695 ## be/src/runtime/tablets_channel.cpp: ## @@ -196,77 +196,94 @@ void TabletsChannel::_close_wait(DeltaWriter* writer, template Status TabletsChannel::reduce_mem

[GitHub] [doris] ByteYue closed issue #12642: [Bug] ArrayFileColumnIterator::next_batch DCHECK(num_read == num_items) failed

2022-09-21 Thread GitBox
ByteYue closed issue #12642: [Bug] ArrayFileColumnIterator::next_batch DCHECK(num_read == num_items) failed URL: https://github.com/apache/doris/issues/12642 -- 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 t

[GitHub] [doris] morrySnow commented on a diff in pull request #12790: [fix](Nereids): add stats in plan.

2022-09-21 Thread GitBox
morrySnow commented on code in PR #12790: URL: https://github.com/apache/doris/pull/12790#discussion_r977153526 ## fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java: ## @@ -190,11 +191,14 @@ private PhysicalPlan chooseBestPlan(Group rootGroup, PhysicalProper

[GitHub] [doris] zhannngchen commented on a diff in pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-21 Thread GitBox
zhannngchen commented on code in PR #12716: URL: https://github.com/apache/doris/pull/12716#discussion_r977151695 ## be/src/runtime/tablets_channel.cpp: ## @@ -196,77 +196,94 @@ void TabletsChannel::_close_wait(DeltaWriter* writer, template Status TabletsChannel::reduce_mem

[GitHub] [doris] yangzhg opened a new pull request, #12846: [chore](build) add optiuon to disable -frecord-gcc-switches

2022-09-21 Thread GitBox
yangzhg opened a new pull request, #12846: URL: https://github.com/apache/doris/pull/12846 # 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 #12730: [Refactor](parquet) refactor parquet write to uniform and consistent logic

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12730: URL: https://github.com/apache/doris/pull/12730#issuecomment-1254471202 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 #12730: [Refactor](parquet) refactor parquet write to uniform and consistent logic

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12730: URL: https://github.com/apache/doris/pull/12730#issuecomment-1254471271 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 #12363: [feature-wip](unique-key-merge-on-write) fix that versions of multiple replicas are inconsistent when rebalance

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12363: URL: https://github.com/apache/doris/pull/12363#issuecomment-1254473418 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] morningman opened a new pull request, #12847: [draft] try fix q11 regression test

2022-09-21 Thread GitBox
morningman opened a new pull request, #12847: URL: https://github.com/apache/doris/pull/12847 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] BePPPower opened a new pull request, #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-09-21 Thread GitBox
BePPPower opened a new pull request, #12848: URL: https://github.com/apache/doris/pull/12848 # Proposed changes Related pr: #11582 This pr is the new jdbc scan node and scanner. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it

[GitHub] [doris] github-actions[bot] commented on pull request #12845: [Enhancement](debugging) Add more debug info for clang build

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12845: URL: https://github.com/apache/doris/pull/12845#issuecomment-1254491274 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 #12845: [Enhancement](debugging) Add more debug info for clang build

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12845: URL: https://github.com/apache/doris/pull/12845#issuecomment-1254491299 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 #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1254498489 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 #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1254498538 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] morrySnow opened a new pull request, #12849: [enhancement](Nereids) enable one phase aggregate

2022-09-21 Thread GitBox
morrySnow opened a new pull request, #12849: URL: https://github.com/apache/doris/pull/12849 # 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 #12846: [chore](build) add optiuon to disable -frecord-gcc-switches

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12846: URL: https://github.com/apache/doris/pull/12846#issuecomment-1254511869 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 #12846: [chore](build) add optiuon to disable -frecord-gcc-switches

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12846: URL: https://github.com/apache/doris/pull/12846#issuecomment-1254511902 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] qzsee opened a new pull request, #12850: fix fe oom because replica count too much when schema change

2022-09-21 Thread GitBox
qzsee opened a new pull request, #12850: URL: https://github.com/apache/doris/pull/12850 # Proposed changes Issue Number: close #xxx ## Problem summary version: 0.14 I hava a table that has 5000 partitions、100buckets、3 replicas when do shcema change for this

[GitHub] [doris] chenlinzhong opened a new issue, #12851: [Bug] left join result not correct

2022-09-21 Thread GitBox
chenlinzhong opened a new issue, #12851: URL: https://github.com/apache/doris/issues/12851 ### 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 master

[GitHub] [doris-website] hf200012 merged pull request #110: Add some description

2022-09-21 Thread GitBox
hf200012 merged PR #110: URL: https://github.com/apache/doris-website/pull/110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

[GitHub] [doris-website] hf200012 merged pull request #109: [doc](numbers)Removed documentation for version 1.1 numbers function

2022-09-21 Thread GitBox
hf200012 merged PR #109: URL: https://github.com/apache/doris-website/pull/109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

[GitHub] [doris] SbloodyS commented on issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-09-21 Thread GitBox
SbloodyS commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1254522074 I also encountered this issue. Did you fix it? @ReganHoo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] HappenLee commented on a diff in pull request #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-21 Thread GitBox
HappenLee commented on code in PR #12803: URL: https://github.com/apache/doris/pull/12803#discussion_r977213204 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -171,6 +171,44 @@ Status ColumnReader::get_row_ranges_by_zone_map( return Status::OK(); } +Status Col

[GitHub] [doris] HappenLee commented on a diff in pull request #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-21 Thread GitBox
HappenLee commented on code in PR #12803: URL: https://github.com/apache/doris/pull/12803#discussion_r977213640 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -171,6 +171,44 @@ Status ColumnReader::get_row_ranges_by_zone_map( return Status::OK(); } +Status Col

[GitHub] [doris] github-actions[bot] commented on pull request #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12803: URL: https://github.com/apache/doris/pull/12803#issuecomment-1254549320 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 #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-21 Thread GitBox
github-actions[bot] commented on PR #12803: URL: https://github.com/apache/doris/pull/12803#issuecomment-1254549337 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] Gabriel39 opened a new pull request, #12852: [Improvement](dict) optimize dictionary column

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

[GitHub] [doris] Ling2099 commented on issue #7878: [Enhancement] Easy to use the binary package Docker one-button experience

2022-09-21 Thread GitBox
Ling2099 commented on issue #7878: URL: https://github.com/apache/doris/issues/7878#issuecomment-1254575688 支持!!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] zhannngchen opened a new pull request, #12853: a test pr for qa pipeline debug

2022-09-21 Thread GitBox
zhannngchen opened a new pull request, #12853: URL: https://github.com/apache/doris/pull/12853 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] zy-kkk opened a new pull request, #12854: [test](join)add join case5

2022-09-21 Thread GitBox
zy-kkk opened a new pull request, #12854: URL: https://github.com/apache/doris/pull/12854 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] zhannngchen opened a new pull request, #12855: a test pr for qa pipeline debug, will not merge

2022-09-21 Thread GitBox
zhannngchen opened a new pull request, #12855: URL: https://github.com/apache/doris/pull/12855 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12856: [Enhancement](runtime filter)optimize for runtime filter

2022-09-21 Thread GitBox
BiteThet opened a new pull request, #12856: URL: https://github.com/apache/doris/pull/12856 # Proposed changes 1. optimize build runtime filter. 2. change hash function of some numeric type in bloom filter. ``` sql tpchafter before q1 11951.4 12087.2

[GitHub] [doris] gavinchou commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-21 Thread GitBox
gavinchou commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1254605398 Hi, @adonis0147 Thanks for your feedback, using MD5 for the incremental build is a generic idea, however, there is another problem to resolve -- how to manage the MD5 list? It seems

[GitHub] [doris] adonis0147 commented on a diff in pull request #12852: [Improvement](dict) optimize dictionary column

2022-09-22 Thread GitBox
adonis0147 commented on code in PR #12852: URL: https://github.com/apache/doris/pull/12852#discussion_r977277813 ## be/src/vec/columns/column_dictionary.h: ## @@ -360,40 +362,58 @@ class ColumnDictionary final : public COWHelper> { if (code >= 0) {

[GitHub] [doris] yiguolei opened a new pull request, #12857: [bugfix](scanner) olap scanner compute is wrong

2022-09-22 Thread GitBox
yiguolei opened a new pull request, #12857: URL: https://github.com/apache/doris/pull/12857 # Proposed changes This issue is introduced by https://github.com/apache/doris/pull/8096, the operator priority is wrong , so that in some cases, there will be many scanners. ## Problem

[GitHub] [doris] adonis0147 commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-22 Thread GitBox
adonis0147 commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1254625331 > Hi, @adonis0147 Thanks for your feedback, using MD5 for the incremental build is a generic idea, however, there is another problem to resolve -- how to manage the MD5 list? It seems

[GitHub] [doris] sohardforaname opened a new pull request, #12858: [Improve](Nereids)Optimize planner

2022-09-22 Thread GitBox
sohardforaname opened a new pull request, #12858: URL: https://github.com/apache/doris/pull/12858 # Proposed changes Issue Number: close #xxx ## Problem summary optimize planner ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] hf200012 opened a new pull request, #12859: Replace jvm's garbage collector CMS with G1

2022-09-22 Thread GitBox
hf200012 opened a new pull request, #12859: URL: https://github.com/apache/doris/pull/12859 Replace jvm's garbage collector CMS with G1 From the test use, the overall performance is better than the CMS # Proposed changes Issue Number: close #xxx ## Problem summary

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #12852: [Improvement](dict) optimize dictionary column

2022-09-22 Thread GitBox
BiteThet commented on code in PR #12852: URL: https://github.com/apache/doris/pull/12852#discussion_r977291889 ## be/src/vec/columns/column_dictionary.h: ## @@ -192,11 +192,13 @@ class ColumnDictionary final : public COWHelper> { Status filter_by_selector(const uint16

[GitHub] [doris] ReganHoo commented on issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-09-22 Thread GitBox
ReganHoo commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1254640547 > -- 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] ReganHoo closed issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-09-22 Thread GitBox
ReganHoo closed issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend URL: https://github.com/apache/doris/issues/11024 -- 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] ReganHoo commented on issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-09-22 Thread GitBox
ReganHoo commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1254640922 > I also encountered this issue. Did you fix it? @ReganHoo Update your doris version to 1.1.2 to solve this problem -- This is an automated message from the Apache Git S

[GitHub] [doris] hf200012 closed pull request #12859: Replace jvm's garbage collector CMS with G1

2022-09-22 Thread GitBox
hf200012 closed pull request #12859: Replace jvm's garbage collector CMS with G1 URL: https://github.com/apache/doris/pull/12859 -- 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] yiguolei merged pull request #12846: [chore](build) add optiuon to disable -frecord-gcc-switches

2022-09-22 Thread GitBox
yiguolei merged PR #12846: URL: https://github.com/apache/doris/pull/12846 -- 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] Gabriel39 commented on a diff in pull request #12852: [Improvement](dict) optimize dictionary column

2022-09-22 Thread GitBox
Gabriel39 commented on code in PR #12852: URL: https://github.com/apache/doris/pull/12852#discussion_r977308937 ## be/src/vec/columns/column_dictionary.h: ## @@ -192,11 +192,13 @@ class ColumnDictionary final : public COWHelper> { Status filter_by_selector(const uint16_t*

[GitHub] [doris] xiaokang opened a new pull request, #12860: [bugfix])(function)return error instead of crash be for unsupported CAST

2022-09-22 Thread GitBox
xiaokang opened a new pull request, #12860: URL: https://github.com/apache/doris/pull/12860 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. For unsupported CAST, create create_unsupport_wrapper that return Status::InvalidArgum

[GitHub] [doris] jackwener commented on a diff in pull request #12858: [Improve](Nereids)Optimize planner

2022-09-22 Thread GitBox
jackwener commented on code in PR #12858: URL: https://github.com/apache/doris/pull/12858#discussion_r977328537 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostEstimate.java: ## @@ -90,11 +90,27 @@ public static CostEstimate ofMemory(double memoryCost) { /**

[GitHub] [doris] github-actions[bot] commented on pull request #12857: [bugfix](scanner) olap scanner compute is wrong

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12857: URL: https://github.com/apache/doris/pull/12857#issuecomment-1254672072 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 #12857: [bugfix](scanner) olap scanner compute is wrong

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12857: URL: https://github.com/apache/doris/pull/12857#issuecomment-1254672127 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] luozenglin opened a new issue, #12861: [Bug] data error when using select into outfile format as parquet

2022-09-22 Thread GitBox
luozenglin opened a new issue, #12861: URL: https://github.com/apache/doris/issues/12861 ### 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 master

[GitHub] [doris] zhannngchen opened a new pull request, #12862: [debug](test)a test pr for qa pipeline debug, will not merge

2022-09-22 Thread GitBox
zhannngchen opened a new pull request, #12862: URL: https://github.com/apache/doris/pull/12862 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] mrhhsg opened a new pull request, #12863: [improvement](scan) merge scan keys based on the number of scanners

2022-09-22 Thread GitBox
mrhhsg opened a new pull request, #12863: URL: https://github.com/apache/doris/pull/12863 # Proposed changes Issue Number: close #xxx ## Problem Summary A scanner that takes too many scan keys will cause performance degradation, so it's better to try to merge the scan ke

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12852: [Improvement](dict) optimize dictionary column

2022-09-22 Thread GitBox
Gabriel39 commented on code in PR #12852: URL: https://github.com/apache/doris/pull/12852#discussion_r977345927 ## be/src/vec/columns/column_dictionary.h: ## @@ -360,40 +362,58 @@ class ColumnDictionary final : public COWHelper> { if (code >= 0) { r

[GitHub] [doris] luozenglin opened a new pull request, #12864: [fix](parquet) fix write error data as parquet format.

2022-09-22 Thread GitBox
luozenglin opened a new pull request, #12864: URL: https://github.com/apache/doris/pull/12864 Fix incorrect data conversion when writing tiny int and small int data to parquet files in non-vectorized engine. # Proposed changes Issue Number: close #12861 ## Problem summar

[GitHub] [doris] zhannngchen closed pull request #12853: [debug](test) a test pr for qa pipeline debug, will not merge

2022-09-22 Thread GitBox
zhannngchen closed pull request #12853: [debug](test) a test pr for qa pipeline debug, will not merge URL: https://github.com/apache/doris/pull/12853 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [doris] zhannngchen closed pull request #12855: [debug](test)a test pr for qa pipeline debug, will not merge

2022-09-22 Thread GitBox
zhannngchen closed pull request #12855: [debug](test)a test pr for qa pipeline debug, will not merge URL: https://github.com/apache/doris/pull/12855 -- 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 t

[GitHub] [doris] github-actions[bot] commented on pull request #12824: [fix](log)Audit log status is incorrect

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12824: URL: https://github.com/apache/doris/pull/12824#issuecomment-1254695697 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 #12824: [fix](log)Audit log status is incorrect

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12824: URL: https://github.com/apache/doris/pull/12824#issuecomment-1254695752 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 #12822: [fix](log)Audit log status is incorrect

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12822: URL: https://github.com/apache/doris/pull/12822#issuecomment-1254697309 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 #12822: [fix](log)Audit log status is incorrect

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12822: URL: https://github.com/apache/doris/pull/12822#issuecomment-1254697351 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] dataroaring opened a new pull request, #12865: test_p0

2022-09-22 Thread GitBox
dataroaring opened a new pull request, #12865: URL: https://github.com/apache/doris/pull/12865 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] freemandealer opened a new pull request, #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-22 Thread GitBox
freemandealer opened a new pull request, #12866: URL: https://github.com/apache/doris/pull/12866 Implement segmentwise compaction during rowset write to reduce the number of segments produced by load jobs, otherwise may cause OLAP_ERR_TOO_MANY_SEGMENTS (-238). Signed-off-by: freemand

[GitHub] [doris] freemandealer closed pull request #12610: [WIP][Enhancement](compaction) segment compaction (#12609)

2022-09-22 Thread GitBox
freemandealer closed pull request #12610: [WIP][Enhancement](compaction) segment compaction (#12609) URL: https://github.com/apache/doris/pull/12610 -- 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 t

[GitHub] [doris] freemandealer commented on pull request #12610: [WIP][Enhancement](compaction) segment compaction (#12609)

2022-09-22 Thread GitBox
freemandealer commented on PR #12610: URL: https://github.com/apache/doris/pull/12610#issuecomment-1254772650 A brandnew PR with updated code as well as detailed design and test results are provided here: https://github.com/apache/doris/pull/12866 -- This is an automated message from the

[GitHub] [doris] Gabriel39 opened a new pull request, #12867: [Improvement](predicate) Replace for-loop by memcpy

2022-09-22 Thread GitBox
Gabriel39 opened a new pull request, #12867: URL: https://github.com/apache/doris/pull/12867 # Proposed changes This PR replace for-loop by memcpy. I did two experiments. Experiment 1 Run ckbench q20 and print a flame graph. Compare proportion of this function time to

[GitHub] [doris] morningman opened a new pull request, #12868: [draft] for testing p0, not merge

2022-09-22 Thread GitBox
morningman opened a new pull request, #12868: URL: https://github.com/apache/doris/pull/12868 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Gabriel39 opened a new pull request, #12869: [Bug](date)(1.1-lts) Fix wrong type in TimestampArithmeticExpr

2022-09-22 Thread GitBox
Gabriel39 opened a new pull request, #12869: URL: https://github.com/apache/doris/pull/12869 # Proposed changes Cherry pick from #12727 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] Gabriel39 opened a new pull request, #12870: [Bug](date)(1.1-lts) Fix wrong result produced by date function

2022-09-22 Thread GitBox
Gabriel39 opened a new pull request, #12870: URL: https://github.com/apache/doris/pull/12870 # Proposed changes Cherry pick from #12720 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] Henry2SS opened a new issue, #12871: [Enhancement](rewrite) support Or to In rule

2022-09-22 Thread GitBox
Henry2SS opened a new issue, #12871: URL: https://github.com/apache/doris/issues/12871 ### 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. ### Description support O

[GitHub] [doris] Henry2SS opened a new pull request, #12872: [enhancement](rewrite) add OrToIn rule && fix expr clone problems

2022-09-22 Thread GitBox
Henry2SS opened a new pull request, #12872: URL: https://github.com/apache/doris/pull/12872 # Proposed changes Issue Number: close #12871 ## Problem summary 1. support Or to In rewrite rule 2. fix Expr clone problems. It should create a new object, or it will always b

[GitHub] [doris] Henry2SS commented on pull request #12872: [enhancement](rewrite) add OrToIn rule && fix expr clone problems

2022-09-22 Thread GitBox
Henry2SS commented on PR #12872: URL: https://github.com/apache/doris/pull/12872#issuecomment-1254828517 tested locally. -- 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] Gabriel39 opened a new pull request, #12873: [feature](outfile)(1.1-lts) support parquet writer

2022-09-22 Thread GitBox
Gabriel39 opened a new pull request, #12873: URL: https://github.com/apache/doris/pull/12873 # Proposed changes Cherry pick from #12492 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] caiconghui opened a new issue, #12874: [Bug] set enable_projection to false will cause select stmt analyze failed

2022-09-22 Thread GitBox
caiconghui opened a new issue, #12874: URL: https://github.com/apache/doris/issues/12874 ### 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 master and

[GitHub] [doris] Henry2SS commented on pull request #12872: [enhancement](rewrite) add OrToIn rule && fix expr clone problems

2022-09-22 Thread GitBox
Henry2SS commented on PR #12872: URL: https://github.com/apache/doris/pull/12872#issuecomment-1254835927 1. fe unit-tests passed locally. 2. compiled and manually tested function passed test results: ![image](https://user-images.githubusercontent.com/45096548/191724681-3f89

[GitHub] [doris] caiconghui commented on issue #12874: [Bug] set enable_projection to false will cause select stmt analyze failed

2022-09-22 Thread GitBox
caiconghui commented on issue #12874: URL: https://github.com/apache/doris/issues/12874#issuecomment-1254836058 mysql> show columns from baseall; +---++--+---+-+-+ | Field | Type | Null | Key | Default | Extra | +---+-

[GitHub] [doris] zhannngchen opened a new pull request, #12875: [feature-wip](unique-key-merge-on-write) fix thread safe issue in BetaRowsetWriter

2022-09-22 Thread GitBox
zhannngchen opened a new pull request, #12875: URL: https://github.com/apache/doris/pull/12875 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] morrySnow opened a new pull request, #12876: test bucket shuffle

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

[GitHub] [doris] nextdreamblue opened a new pull request, #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-22 Thread GitBox
nextdreamblue opened a new pull request, #12877: URL: https://github.com/apache/doris/pull/12877 # Proposed changes Issue Number: close #12717 ## Problem summary 根据cast传递的DECIMAL类型的精度来处理DECIMAL数据. before: MySQL [test]> select cast('135.75999' as DECIMAL(10,3

[GitHub] [doris] zy-kkk opened a new pull request, #12878: [typo](docs)Optimized date function doc order and add partial function doc

2022-09-22 Thread GitBox
zy-kkk opened a new pull request, #12878: URL: https://github.com/apache/doris/pull/12878 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] Gabriel39 opened a new pull request, #12879: [Improvement](predicate) Replace for-loop by memcpy

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

[GitHub] [doris] Gabriel39 opened a new pull request, #12880: [Improvement](dict) optimize dictionary column

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

[GitHub] [doris] HappenLee opened a new pull request, #12881: [Opt](Vectorized) Support push down no grouping agg

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

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12882: [Chore](clang) support build with clang15

2022-09-22 Thread GitBox
BiteThet opened a new pull request, #12882: URL: https://github.com/apache/doris/pull/12882 # Proposed changes 1. remove some unsed variables 2. use clang-format15 reformat ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it af

[GitHub] [doris] yiguolei merged pull request #12881: [Opt](Vectorized) Support push down no grouping agg

2022-09-22 Thread GitBox
yiguolei merged PR #12881: URL: https://github.com/apache/doris/pull/12881 -- 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] zhangstar333 opened a new pull request, #12883: [Bug](jdbc) fix insert into date type to oracle using wrong type

2022-09-22 Thread GitBox
zhangstar333 opened a new pull request, #12883: URL: https://github.com/apache/doris/pull/12883 # Proposed changes using JDBC insert into date type to ORACLE, it's should be use to_date function convert string to java.sql.date ## Problem summary Describe your changes.

[GitHub] [doris] yiguolei merged pull request #12880: [Improvement](dict) optimize dictionary column

2022-09-22 Thread GitBox
yiguolei merged PR #12880: URL: https://github.com/apache/doris/pull/12880 -- 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] yiguolei merged pull request #12879: [Improvement](predicate) Replace for-loop by memcpy

2022-09-22 Thread GitBox
yiguolei merged PR #12879: URL: https://github.com/apache/doris/pull/12879 -- 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] mrhhsg opened a new pull request, #12884: [improvement](scan) merge scan keys based on the number of scanners

2022-09-22 Thread GitBox
mrhhsg opened a new pull request, #12884: URL: https://github.com/apache/doris/pull/12884 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] yiguolei merged pull request #12884: [improvement](scan) merge scan keys based on the number of scanners

2022-09-22 Thread GitBox
yiguolei merged PR #12884: URL: https://github.com/apache/doris/pull/12884 -- 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] dutyu opened a new issue, #12885: [Enhancement] auditloader plugin always discard audit log when clsuter is busy

2022-09-22 Thread GitBox
dutyu opened a new issue, #12885: URL: https://github.com/apache/doris/issues/12885 ### 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. ### Description I've install

  1   2   3   4   5   6   7   8   9   10   >