[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

[doris] branch master updated: [chore](build) add option to disable -frecord-gcc-switches (#12846)

2022-09-22 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 8fcd8ed8b3 [chore](build) add option to disable

[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 | +---+-

[doris-website] branch master updated: add ADMIN-CLEAN-TRASH

2022-09-22 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 d569a99c79c add ADMIN-CLEAN-TRASH d

[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

[doris] branch opt_perf updated: [bugfix](scanner) olap scanner compute is wrong

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch opt_perf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/opt_perf by this push: new b65178b7a7 [bugfix](scanner) olap scanner c

[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.

[doris] branch opt_perf updated: [Opt](Vectorized) Support push down no grouping agg (#12881)

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch opt_perf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/opt_perf by this push: new c5ec7601d4 [Opt](Vectorized) Support push d

[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

[doris] branch opt_perf updated: [Improvement](dict) optimize dictionary column (#12880)

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch opt_perf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/opt_perf by this push: new eb68ee6560 [Improvement](dict) optimize dic

[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

[doris] branch opt_perf updated: [Improvement](predicate) Replace for-loop by memcpy (#12879)

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch opt_perf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/opt_perf by this push: new 2b27aaa2fa [Improvement](predicate) Replace

[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

[doris] branch opt_perf updated: [improvement](scan) merge scan keys based on the number of scanners (#12884)

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch opt_perf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/opt_perf by this push: new 3d2a73c028 [improvement](scan) merge scan k

[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

[GitHub] [doris] liaoxin01 opened a new pull request, #12886: [feature-wip](unique-key-merge-on-write) unique key with merge on write table support schema change

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

[GitHub] [doris] dutyu opened a new pull request, #12887: [enhancement](AuditLoaderPlugin): add audit queue capacity configurat…

2022-09-22 Thread GitBox
dutyu opened a new pull request, #12887: URL: https://github.com/apache/doris/pull/12887 …ion and improve performance for datetime format. # Proposed changes Ease the audit log discard problem for auditloader plugin. Issue Number: close #12885 ## Problem summary

[GitHub] [doris] mrhhsg opened a new pull request, #12888: [bugfix](scanner) remove invalid of '[[noreturn]]'

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

[GitHub] [doris] superhanliu2 commented on a diff in pull request #12837: Update vars.sh

2022-09-22 Thread GitBox
superhanliu2 commented on code in PR #12837: URL: https://github.com/apache/doris/pull/12837#discussion_r977643300 ## thirdparty/vars.sh: ## @@ -288,7 +288,7 @@ JEMALLOC_SOURCE="jemalloc-5.2.1" JEMALLOC_MD5SUM="3d41fbf006e6ebffd489bdb304d009ae" # cctz -CCTZ_DOWNLOAD="https:/

[GitHub] [doris] superhanliu2 commented on a diff in pull request #12837: Update vars.sh

2022-09-22 Thread GitBox
superhanliu2 commented on code in PR #12837: URL: https://github.com/apache/doris/pull/12837#discussion_r977643300 ## thirdparty/vars.sh: ## @@ -288,7 +288,7 @@ JEMALLOC_SOURCE="jemalloc-5.2.1" JEMALLOC_MD5SUM="3d41fbf006e6ebffd489bdb304d009ae" # cctz -CCTZ_DOWNLOAD="https:/

[GitHub] [doris] xinyiZzz opened a new pull request, #12889: [branch-1.1-lts](cherry-pick) Some fixes for mem tracker

2022-09-22 Thread GitBox
xinyiZzz opened a new pull request, #12889: URL: https://github.com/apache/doris/pull/12889 # Proposed changes Issue Number: close #xxx ## Problem summary cherry-pick: https://github.com/apache/doris/pull/12666 https://github.com/apache/doris/pull/12339 https://g

[GitHub] [doris] xinyiZzz merged pull request #12889: [branch-1.1-lts](cherry-pick) Some fixes for mem tracker

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

[doris] branch branch-1.1-lts updated: [branch-1.1-lts](cherry-pick) Some fixes for mem tracker (#12889)

2022-09-22 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new d3006ddd12 [branch-1.1-lts](che

[GitHub] [doris] jackwener opened a new pull request, #12890: [fix](Nereids): fix Outer LAsscom and improve onConditon checker

2022-09-22 Thread GitBox
jackwener opened a new pull request, #12890: URL: https://github.com/apache/doris/pull/12890 # Proposed changes Issue Number: close #xxx ## Problem summary - fix Outer LAsscom, current forgot to check onCondtion for Outer LAsscom - improve onConditon checker. ##

[GitHub] [doris] morrySnow closed pull request #12876: test bucket shuffle

2022-09-22 Thread GitBox
morrySnow closed pull request #12876: test bucket shuffle URL: https://github.com/apache/doris/pull/12876 -- 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

[GitHub] [doris] morrySnow opened a new pull request, #12891: [enhancement](Nereids) plan bucket shuffle join on fragment without scan node

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

[GitHub] [doris] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-22 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r977657612 ## be/src/olap/olap_server.cpp: ## @@ -700,6 +708,19 @@ Status StorageEngine::submit_quick_compaction_task(TabletSharedPtr tablet) { return Status::OK(); }

[GitHub] [doris] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-22 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r977716456 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -102,6 +110,284 @@ Status BetaRowsetWriter::add_block(const vectorized::Block* block) { return _add_block(b

[GitHub] [doris] HappenLee opened a new pull request, #12892: [config](vec) control num free block by be config

2022-09-22 Thread GitBox
HappenLee opened a new pull request, #12892: URL: https://github.com/apache/doris/pull/12892 # 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 #12867: [Improvement](predicate) Replace for-loop by memcpy

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12867: URL: https://github.com/apache/doris/pull/12867#issuecomment-1255102655 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 #12867: [Improvement](predicate) Replace for-loop by memcpy

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12867: URL: https://github.com/apache/doris/pull/12867#issuecomment-1255102723 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] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-22 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r977743775 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -102,6 +110,284 @@ Status BetaRowsetWriter::add_block(const vectorized::Block* block) { return _add_block(b

[GitHub] [doris] BePPPower commented on a diff in pull request #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-09-22 Thread GitBox
BePPPower commented on code in PR #12848: URL: https://github.com/apache/doris/pull/12848#discussion_r977757888 ## be/src/vec/exec/scan/new_jdbc_scan_node.cpp: ## @@ -0,0 +1,62 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

[GitHub] [doris] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-22 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r977705741 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -309,12 +641,23 @@ Status BetaRowsetWriter::_create_segment_writer( DCHECK(file_writer != nullptr); seg

[GitHub] [doris] BePPPower commented on a diff in pull request #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-09-22 Thread GitBox
BePPPower commented on code in PR #12848: URL: https://github.com/apache/doris/pull/12848#discussion_r977757888 ## be/src/vec/exec/scan/new_jdbc_scan_node.cpp: ## @@ -0,0 +1,62 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

[GitHub] [doris] morningman opened a new pull request, #12893: [improvement](load) support loading data with missing column

2022-09-22 Thread GitBox
morningman opened a new pull request, #12893: URL: https://github.com/apache/doris/pull/12893 # Proposed changes Issue Number: close #xxx ## Problem summary This PR is from #11742, and add arrow reader support. If there are 5 columns in table and 4 columns in file,

[GitHub] [doris] englefly opened a new pull request, #12894: [feature](nereids) extract single table expression for push down

2022-09-22 Thread GitBox
englefly opened a new pull request, #12894: URL: https://github.com/apache/doris/pull/12894 # Proposed changes TPCH q7, we have expression like ``` (n1.n_name = 'FRANCE' and n2.n_name = 'GERMANY') or (n1.n_name = 'GERMANY' and n2.n_name = 'FRANCE')``` this expression implies

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

2022-09-22 Thread GitBox
zhannngchen closed pull request #12862: [debug](test)a test pr for qa pipeline debug, will not merge URL: https://github.com/apache/doris/pull/12862 -- 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] dinggege1024 opened a new issue, #12895: [Enhancement] spark load support ORC format table

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

[GitHub] [doris] sahilm-10 commented on issue #11706: Good First Issue

2022-09-22 Thread GitBox
sahilm-10 commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1255198436 @luzhijing I am interested in DOCS & BLOGS TRANSLATION. I am new to Open-Source, if there's any post remaining to assign , Please assign me. I want to contribute. -- This is an

[GitHub] [doris] HappenLee commented on pull request #12892: [config](vec) control num free block by be config

2022-09-22 Thread GitBox
HappenLee commented on PR #12892: URL: https://github.com/apache/doris/pull/12892#issuecomment-1255210036 > please also modify free block in `src/vec/exec/scan/scanner_context.cpp` just a test pr in branch `opt_perf`, if it's effective, I will create a new pr to do this in `master` br

[GitHub] [doris] wsjz opened a new pull request, #12896: [feature-wip](parquet-reader) refactor parquet_predicate

2022-09-22 Thread GitBox
wsjz opened a new pull request, #12896: URL: https://github.com/apache/doris/pull/12896 # 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 #12838: [Bug](view) Show create view support comment

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12838: URL: https://github.com/apache/doris/pull/12838#issuecomment-1255403424 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 #12838: [Bug](view) Show create view support comment

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12838: URL: https://github.com/apache/doris/pull/12838#issuecomment-1255403458 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 #12820: [fix](streamload&sink) release and allocate memory in the same tracker

2022-09-22 Thread GitBox
github-actions[bot] commented on PR #12820: URL: https://github.com/apache/doris/pull/12820#issuecomment-1255513860 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] closed pull request #8603: fix string default value bug

2022-09-22 Thread GitBox
github-actions[bot] closed pull request #8603: fix string default value bug URL: https://github.com/apache/doris/pull/8603 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] yiguolei merged pull request #12870: [Bug](date)(1.1-lts) Fix wrong result produced by date function

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

[doris] branch branch-1.1-lts updated: [Bug](date) Fix wrong result produced by date function (#12870)

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 97e51a11e0 [Bug](date) Fix wron

[GitHub] [doris] yiguolei merged pull request #12869: [Bug](date)(1.1-lts) Fix wrong type in TimestampArithmeticExpr

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

[doris] branch branch-1.1-lts updated: [Bug](date) Fix wrong type in TimestampArithmeticExpr (#12869)

2022-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 7b7e61d8c7 [Bug](date) Fix wron

[GitHub] [doris] yiguolei merged pull request #12873: [feature](outfile)(1.1-lts) support parquet writer

2022-09-22 Thread GitBox
yiguolei merged PR #12873: URL: https://github.com/apache/doris/pull/12873 -- 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

  1   2   >