[GitHub] [doris] jackwener opened a new pull request, #11755: [fix](Nereids): fix and enable cost derive job

2022-08-12 Thread GitBox
jackwener opened a new pull request, #11755: URL: https://github.com/apache/doris/pull/11755 # Proposed changes Issue Number: close #xxx ## Problem summary fix and enable cost derive job Add mock for statistic in computeScan(). ## Checklist(Required)

[GitHub] [doris] LemonLiTree commented on issue #11677: [Bug] count (distinct (xxx)) over is not support

2022-08-12 Thread GitBox
LemonLiTree commented on issue #11677: URL: https://github.com/apache/doris/issues/11677#issuecomment-1213820727 Thank you for your question,I find this is an error in the document. and I will modify the document. -- This is an automated message from the Apache Git Service. To respond to

[doris] branch master updated (854b4b1b47 -> ec5d4e3d17)

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 854b4b1b47 [fix](storage-policy) fix bug that missing field when refreshing storage policy (#11580) add ec5d4e3

[GitHub] [doris] yiguolei merged pull request #11747: [minor](be) Identify physical memory and virtual memory usage separately.

2022-08-12 Thread GitBox
yiguolei merged PR #11747: URL: https://github.com/apache/doris/pull/11747 -- 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] luozenglin opened a new pull request, #11754: [fix](delete) fix query result error after delete

2022-08-12 Thread GitBox
luozenglin opened a new pull request, #11754: URL: https://github.com/apache/doris/pull/11754 convert dictionary code for delete predicates. # Proposed changes Issue Number: close #11425 ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #11748: [Bugfix](schema change) fix memory exceeded when schema change

2022-08-12 Thread GitBox
BiteThet commented on code in PR #11748: URL: https://github.com/apache/doris/pull/11748#discussion_r945075230 ## be/src/olap/schema_change.cpp: ## @@ -1356,11 +1356,16 @@ Status SchemaChangeWithSorting::_inner_process(RowsetReaderSharedPtr rowset_read RowBlock* ref_ro

[GitHub] [doris] platoneko opened a new pull request, #11753: [enhancement](status) Fix Status related macros to enable RVO or move ctor

2022-08-12 Thread GitBox
platoneko opened a new pull request, #11753: URL: https://github.com/apache/doris/pull/11753 # Proposed changes Issue Number: close #xxx ## Problem summary I notice that some `Status` related macros use `const Status&` to accept return value, which will prevent RVO(retur

[GitHub] [doris] chenlinzhong opened a new pull request, #11752: [remote-udaf](java-sample) impl some udaf demo with java

2022-08-12 Thread GitBox
chenlinzhong opened a new pull request, #11752: URL: https://github.com/apache/doris/pull/11752 # Proposed changes Issue Number: close #xxx ## Problem summary add rpc-udaf java demo ## Checklist(Required) ``` CREATE TABLE `table2` ( `event_day`

[GitHub] [doris] xinyiZzz commented on a diff in pull request #11748: [Bugfix](schema change) fix memory exceeded when schema change

2022-08-12 Thread GitBox
xinyiZzz commented on code in PR #11748: URL: https://github.com/apache/doris/pull/11748#discussion_r945016513 ## be/src/olap/schema_change.cpp: ## @@ -1356,11 +1356,16 @@ Status SchemaChangeWithSorting::_inner_process(RowsetReaderSharedPtr rowset_read RowBlock* ref_row_bl

[GitHub] [doris] github-actions[bot] commented on pull request #11747: [minor](be) Identify physical memory and virtual memory usage separately.

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11747: URL: https://github.com/apache/doris/pull/11747#issuecomment-1213631332 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 #11747: [minor](be) Identify physical memory and virtual memory usage separately.

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11747: URL: https://github.com/apache/doris/pull/11747#issuecomment-1213631323 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] hqx871 commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-12 Thread GitBox
hqx871 commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r94456 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -518,7 +518,9 @@ nonterminal ColumnDef.DefaultValue opt_default_value; nonterminal Boolean opt_if_exists, opt_if_not_exi

[GitHub] [doris] hqx871 commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-12 Thread GitBox
hqx871 commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r944999242 ## fe/fe-core/src/main/java/org/apache/doris/analysis/IndexDef.java: ## @@ -142,6 +217,30 @@ public void checkColumn(Column column, KeysType keysType) throws AnalysisExc

[GitHub] [doris] hqx871 commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-12 Thread GitBox
hqx871 commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r944998969 ## fe/fe-core/src/main/java/org/apache/doris/analysis/IndexDef.java: ## @@ -142,6 +217,30 @@ public void checkColumn(Column column, KeysType keysType) throws AnalysisExc

[GitHub] [doris] hqx871 commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-12 Thread GitBox
hqx871 commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r944998861 ## fe/fe-core/src/main/java/org/apache/doris/analysis/IndexDef.java: ## @@ -142,6 +217,30 @@ public void checkColumn(Column column, KeysType keysType) throws AnalysisExc

[GitHub] [doris] xinyiZzz opened a new pull request, #11751: [enhancement](memory) Fix too much cache leads to less memory available for queries

2022-08-12 Thread GitBox
xinyiZzz opened a new pull request, #11751: URL: https://github.com/apache/doris/pull/11751 # Proposed changes Issue Number: close #11750 ## Problem summary Disable Chunk Allocator in Vectorized Allocator, this will reduce memory cache. For high concurrent queries

[GitHub] [doris] xinyiZzz opened a new issue, #11750: [Enhancement] Too much cache leads to less memory available for queries

2022-08-12 Thread GitBox
xinyiZzz opened a new issue, #11750: URL: https://github.com/apache/doris/issues/11750 ### 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 The main

[GitHub] [doris] xinyiZzz commented on pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-12 Thread GitBox
xinyiZzz commented on PR #11658: URL: https://github.com/apache/doris/pull/11658#issuecomment-1213370190 > > LGTM, run `sh build-support/clang-format.sh`, and resubmit @bin41215 > > @xinyiZzz Sorry, my repo project was deleted by mistake, so I reapplied a pr again. Please review this

[GitHub] [doris] xinyiZzz commented on pull request #11747: [minor](be) Identify physical memory and virtual memory usage separately.

2022-08-12 Thread GitBox
xinyiZzz commented on PR #11747: URL: https://github.com/apache/doris/pull/11747#issuecomment-1213369943 LGTM, same #11658 -- 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. T

[GitHub] [doris] xinyiZzz closed pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-12 Thread GitBox
xinyiZzz closed pull request #11658: [minor](be)turn virtual memory to physical memory URL: https://github.com/apache/doris/pull/11658 -- 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 co

[GitHub] [doris] xinyiZzz commented on a diff in pull request #11740: [enhancement](memtracker) Optimize query memory accuracy

2022-08-12 Thread GitBox
xinyiZzz commented on code in PR #11740: URL: https://github.com/apache/doris/pull/11740#discussion_r944676056 ## be/src/vec/common/pod_array.h: ## @@ -111,15 +112,26 @@ class PODArrayBase : private boost::noncopyable, return byte_size(num_elements) + pad_right + pad_le

[GitHub] [doris] xinyiZzz commented on a diff in pull request #11740: [enhancement](memtracker) Optimize query memory accuracy

2022-08-12 Thread GitBox
xinyiZzz commented on code in PR #11740: URL: https://github.com/apache/doris/pull/11740#discussion_r944670632 ## be/src/runtime/memory/chunk_allocator.cpp: ## @@ -147,7 +147,7 @@ ChunkAllocator::ChunkAllocator(size_t reserve_limit) } Status ChunkAllocator::allocate(size_t s

[GitHub] [doris] Chovyyyyyy commented on issue #11706: Getting Started Tasks for New Contributors

2022-08-12 Thread GitBox
Chovyy commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1213223958 [WeOpen Star] I would like to help IMPROVEMENT Recover DDL https://github.com/apache/doris/issues/8421 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [doris] cambyzju commented on pull request #11602: [fix](array-type) disable cast function to array type on origin exec engine.

2022-08-12 Thread GitBox
cambyzju commented on PR #11602: URL: https://github.com/apache/doris/pull/11602#issuecomment-1213180103 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] cambyzju commented on pull request #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-12 Thread GitBox
cambyzju commented on PR #11649: URL: https://github.com/apache/doris/pull/11649#issuecomment-1213178092 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] cambyzju commented on pull request #11585: [fix](array-type) Fix incorrect in function-set for array type

2022-08-12 Thread GitBox
cambyzju commented on PR #11585: URL: https://github.com/apache/doris/pull/11585#issuecomment-1213174782 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] cambyzju commented on pull request #11703: [enhancement](array-type) support export files in 'select into outfile'

2022-08-12 Thread GitBox
cambyzju commented on PR #11703: URL: https://github.com/apache/doris/pull/11703#issuecomment-1213173556 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] cambyzju commented on pull request #11406: [feature-wip](array-type) add the array_join function

2022-08-12 Thread GitBox
cambyzju commented on PR #11406: URL: https://github.com/apache/doris/pull/11406#issuecomment-1213169098 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] bin41215 commented on pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-12 Thread GitBox
bin41215 commented on PR #11658: URL: https://github.com/apache/doris/pull/11658#issuecomment-1213115912 > LGTM, run `sh build-support/clang-format.sh`, and resubmit @bin41215 @xinyiZzz Sorry, my repo project was deleted by mistake, so I reapplied a pr again. Please review this :

[GitHub] [doris] hf200012 opened a new pull request, #11749: [doc](typo)Add doc sidebars

2022-08-12 Thread GitBox
hf200012 opened a new pull request, #11749: URL: https://github.com/apache/doris/pull/11749 Add the docs document sidebars.json file, the complete structure of the document, only need to maintain a sidebars.json file for Chinese and English documents Prepare to publish the master sub

[GitHub] [doris] Lchangliang opened a new pull request, #11748: [Bugfix](schema change) fix memory exceeded when schema change

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

[GitHub] [doris] bin41215 opened a new pull request, #11747: [minor](be) Identify physical memory and virtual memory usage separately.

2022-08-12 Thread GitBox
bin41215 opened a new pull request, #11747: URL: https://github.com/apache/doris/pull/11747 # Proposed changes In the check_sys_mem_info method of mem_tracker_limiter.h, turn virtual memory to physical memory ## Problem summary The information about memory is confusing

[GitHub] [doris] ByteYue opened a new pull request, #11746: (BugFix)[FE](eliminate duplicate query id in fe.audit.log)

2022-08-12 Thread GitBox
ByteYue opened a new pull request, #11746: URL: https://github.com/apache/doris/pull/11746 # Proposed changes Issue Number: close #xxx ## Problem summary The original logic in ConnectProcessor.java might result in duplicate query id for different query statement in fe.au

[GitHub] [doris] starocean999 opened a new pull request, #11745: [FIX](function)fix max_by function bug

2022-08-12 Thread GitBox
starocean999 opened a new pull request, #11745: URL: https://github.com/apache/doris/pull/11745 # Proposed changes Issue Number: close #xxx ## Problem summary This pr does the same thing as https://github.com/apache/doris/pull/10650. Because the code base is so different

[GitHub] [doris] adonis0147 opened a new pull request, #11744: [chore](workflow) Add shellcheck to check shell scripts

2022-08-12 Thread GitBox
adonis0147 opened a new pull request, #11744: URL: https://github.com/apache/doris/pull/11744 # Proposed changes Add a workflow (powered by **ShellCheker**) to check our shell scripts. ## Problem summary There are some pitfalls in shell scripting. Therefore we need a chec

[doris] branch master updated: [fix](storage-policy) fix bug that missing field when refreshing storage policy (#11580)

2022-08-12 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 854b4b1b47 [fix](storage-policy) fix bug that

[GitHub] [doris] morningman closed issue #11581: [Bug] fail to refresh storge policy. host=172.19.0.11, port=9222, code=OK, reason=No more data to read.

2022-08-12 Thread GitBox
morningman closed issue #11581: [Bug] fail to refresh storge policy. host=172.19.0.11, port=9222, code=OK, reason=No more data to read. URL: https://github.com/apache/doris/issues/11581 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] morningman merged pull request #11580: [fix](storage-policy) fix bug that missing field when refreshing storage policy

2022-08-12 Thread GitBox
morningman merged PR #11580: URL: https://github.com/apache/doris/pull/11580 -- 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 dev-1.1.2 updated: [improvement](profile) add json profile and add session context (#11279)

2022-08-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 8e1018d1c8 [improvement](profile) add j

[doris] branch master updated: [improvement](doc)Import data example from hive partition table (#11732)

2022-08-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 2827ced1f6 [improvement](doc)Import data ex

[GitHub] [doris] hf200012 merged pull request #11732: [improvement](doc)Import data example from hive partition table

2022-08-12 Thread GitBox
hf200012 merged PR #11732: URL: https://github.com/apache/doris/pull/11732 -- 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] github-actions[bot] commented on pull request #11732: [improvement](doc)Import data example from hive partition table

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11732: URL: https://github.com/apache/doris/pull/11732#issuecomment-1213019497 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 #11732: [improvement](doc)Import data example from hive partition table

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11732: URL: https://github.com/apache/doris/pull/11732#issuecomment-1213019463 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] yiguolei commented on a diff in pull request #11740: [enhancement](memtracker) Optimize query memory accuracy

2022-08-12 Thread GitBox
yiguolei commented on code in PR #11740: URL: https://github.com/apache/doris/pull/11740#discussion_r944376360 ## be/src/runtime/memory/chunk_allocator.cpp: ## @@ -147,7 +147,7 @@ ChunkAllocator::ChunkAllocator(size_t reserve_limit) } Status ChunkAllocator::allocate(size_t s

[doris] branch master updated: [Bug](date function) Fix bug for date format %T (#11729)

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new abd2eb4fa1 [Bug](date function) Fix bug for dat

[GitHub] [doris] yiguolei merged pull request #11729: [Bug](date function) Fix bug for date format %T

2022-08-12 Thread GitBox
yiguolei merged PR #11729: URL: https://github.com/apache/doris/pull/11729 -- 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 #11739: [bugfix](schema change) when there is a string column with delete predicate, the schema change may core

2022-08-12 Thread GitBox
yiguolei merged PR #11739: URL: https://github.com/apache/doris/pull/11739 -- 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: [bugfix](schema change) when there is a string column with delete predicate, the schema change may core (#11739)

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 408dbf840b [bugfix](schema change) when there i

[GitHub] [doris] morrySnow commented on a diff in pull request #11589: [Feature](nereids)support view and nested view

2022-08-12 Thread GitBox
morrySnow commented on code in PR #11589: URL: https://github.com/apache/doris/pull/11589#discussion_r944365812 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Alias.java: ## @@ -35,7 +35,7 @@ public class Alias extends NamedExpression implements UnaryExp

[GitHub] [doris] github-actions[bot] commented on pull request #11708: [refactor](date) Use uint32 as predicate type for date type

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11708: URL: https://github.com/apache/doris/pull/11708#issuecomment-1213002595 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 #11708: [refactor](date) Use uint32 as predicate type for date type

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11708: URL: https://github.com/apache/doris/pull/11708#issuecomment-1213002563 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] xiaokang commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-12 Thread GitBox
xiaokang commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r944356288 ## fe/fe-core/src/main/java/org/apache/doris/analysis/IndexDef.java: ## @@ -66,6 +93,19 @@ public void analyze() throws AnalysisException { if (columns.siz

[GitHub] [doris] Gabriel39 opened a new pull request, #11743: [feature](compaction) allow to set disable_auto_compaction for tables

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

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #11708: [refactor](date) Use uint32 as predicate type for date type

2022-08-12 Thread GitBox
BiteThet commented on code in PR #11708: URL: https://github.com/apache/doris/pull/11708#discussion_r944352947 ## be/src/olap/comparison_predicate.h: ## @@ -95,19 +127,39 @@ class ComparisonPredicateBase : public ColumnPredicate { continue;

[GitHub] [doris] 924060929 commented on a diff in pull request #11731: [feature-wip](unique-key-merge-on-write) add regression case

2022-08-12 Thread GitBox
924060929 commented on code in PR #11731: URL: https://github.com/apache/doris/pull/11731#discussion_r944343559 ## regression-test/suites/primary_key/test_primary_key_simple_case.groovy: ## @@ -0,0 +1,113 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [doris-website] hf200012 merged pull request #39: [doc](mysql2doris)Add mysql to doris documentation

2022-08-12 Thread GitBox
hf200012 merged PR #39: URL: https://github.com/apache/doris-website/pull/39 -- 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-website] branch master updated: Add mysql to doris documentation (#39)

2022-08-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 1307d6371d2 Add mysql to doris docu

[GitHub] [doris] 924060929 commented on a diff in pull request #11731: [feature-wip](unique-key-merge-on-write) add regression case

2022-08-12 Thread GitBox
924060929 commented on code in PR #11731: URL: https://github.com/apache/doris/pull/11731#discussion_r944343559 ## regression-test/suites/primary_key/test_primary_key_simple_case.groovy: ## @@ -0,0 +1,113 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [doris] GoGoWen opened a new pull request, #11742: enhance load from parquet or orc file

2022-08-12 Thread GitBox
GoGoWen opened a new pull request, #11742: URL: https://github.com/apache/doris/pull/11742 # Proposed changes enhance loading from parquet or orc file, when given column not exist in file, set to null default instead of fails with "Invalid Column" ## Problem summary 1, creat

[GitHub] [doris] ZHbamboo commented on issue #11706: Getting Started Tasks for New Contributors

2022-08-12 Thread GitBox
ZHbamboo commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1212976199 [WeOpen Star] I would like to help DOCS & BLOGS Doris SQL 原理解析 https://mp.weixin.qq.com/s/v1jI1MxEHPT5czCWd0kRxw -- This is an automated message from the Apache Git Service. To r

[GitHub] [doris] github-actions[bot] commented on pull request #11739: [bugfix](schema change) when there is a string column with delete predicate, the schema change may core

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11739: URL: https://github.com/apache/doris/pull/11739#issuecomment-1212965041 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 #11739: [bugfix](schema change) when there is a string column with delete predicate, the schema change may core

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11739: URL: https://github.com/apache/doris/pull/11739#issuecomment-1212964995 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] javagjChen commented on issue #11706: Getting Started Tasks for New Contributors

2022-08-12 Thread GitBox
javagjChen commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1212952827 [WeOpen Star]I would like to help -- 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] yiguolei commented on a diff in pull request #11740: [enhancement](memtracker) Optimize query memory accuracy

2022-08-12 Thread GitBox
yiguolei commented on code in PR #11740: URL: https://github.com/apache/doris/pull/11740#discussion_r944312491 ## be/src/vec/common/pod_array.h: ## @@ -111,15 +112,26 @@ class PODArrayBase : private boost::noncopyable, return byte_size(num_elements) + pad_right + pad_le

[GitHub] [doris] daikon12 opened a new pull request, #11741: Update udf c make files

2022-08-12 Thread GitBox
daikon12 opened a new pull request, #11741: URL: https://github.com/apache/doris/pull/11741 # Proposed changes 1. thirdparty/include --> ../thirdparty/include 2.thirdparty/lib/libDorisUdf.a --> ../thirdparty/lib/libDorisUdf.a 3.${BUILD_DIR}/src/udf_samples --> src/udf_samples 4.${

[GitHub] [doris] ChPi commented on pull request #11565: [fix] (docs) Fix Data type: string length and parameter description

2022-08-12 Thread GitBox
ChPi commented on PR #11565: URL: https://github.com/apache/doris/pull/11565#issuecomment-1212935917 @morningman 用户使用Doris作为唯一数仓,会存储比较大的数据,且从0.15版本开始使用。未来不要直接限死,还是大小可配置,文档可以指出数据太大导致的问题,让用户自己根据自己的集群业务情况限制大小 -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [doris] xinyiZzz opened a new pull request, #11740: [enhancement](memtracker) Optimize query memory accuracy

2022-08-12 Thread GitBox
xinyiZzz opened a new pull request, #11740: URL: https://github.com/apache/doris/pull/11740 # Proposed changes Issue Number: close #11738 ## Problem summary ### motivation The value of the query mem tracker is consistent with the physical memory actually used by the q

[doris] branch master updated: [fix](core)fix bug for status not init(#11730)

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1c4927eac3 [fix](core)fix bug for status not in

[GitHub] [doris] yiguolei merged pull request #11730: [fix](core)fix bug for status not init

2022-08-12 Thread GitBox
yiguolei merged PR #11730: URL: https://github.com/apache/doris/pull/11730 -- 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 opened a new pull request, #11739: Fix sc bug

2022-08-12 Thread GitBox
yiguolei opened a new pull request, #11739: URL: https://github.com/apache/doris/pull/11739 # Proposed changes If there is a delete condition in tablet on string columns. Schema change may core because the reader is deconstruted early and the delete predicate depends on reader's memp

[GitHub] [doris] xinyiZzz opened a new issue, #11738: [Enhancement] Improve query memory tracking accuracy

2022-08-12 Thread GitBox
xinyiZzz opened a new issue, #11738: URL: https://github.com/apache/doris/issues/11738 ### 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 Based on

[doris-website] branch master updated: add MULTI-LOAD

2022-08-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new bf9a6823244 add MULTI-LOAD bf9a6823

[doris] branch master updated: [bugfix](odbc) return error if convert unicode failed (#11728)

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 58822c7b55 [bugfix](odbc) return error if conve

[doris] branch dev-1.1.2 updated: [bugfix](odbc) return error if convert unicode failed (#11728)

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 03d5f017b0 [bugfix](odbc) return error if

[GitHub] [doris] yiguolei merged pull request #11728: [bugfix](odbc) return error if convert unicode failed

2022-08-12 Thread GitBox
yiguolei merged PR #11728: URL: https://github.com/apache/doris/pull/11728 -- 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] 924060929 merged pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-12 Thread GitBox
924060929 merged PR #11673: URL: https://github.com/apache/doris/pull/11673 -- 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: [enhancement](Nereids)refactor sort plan in nereids (#11673)

2022-08-12 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 ed47a3bb6d [enhancement](Nereids)refactor sor

[GitHub] [doris] cun8cun8 opened a new pull request, #11737: "Spark load" supports string data type

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

[GitHub] [doris] github-actions[bot] commented on pull request #11727: [chore](regression) Add badges for jenkins on home page

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11727: URL: https://github.com/apache/doris/pull/11727#issuecomment-1212887374 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 #11727: [chore](regression) Add badges for jenkins on home page

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11727: URL: https://github.com/apache/doris/pull/11727#issuecomment-1212887329 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] yangzhg opened a new pull request, #11736: [bug](backup) fix backup restore raise `Storage backend not initialized.` error

2022-08-12 Thread GitBox
yangzhg opened a new pull request, #11736: URL: https://github.com/apache/doris/pull/11736 # Proposed changes Issue Number: close #11734 ## Problem summary fix backup restore raise `Storage backend not initialized.` error ## Checklist(Required) 1. Does it a

[GitHub] [doris] cun8cun8 closed pull request #11735: "Spark load" supports string data type

2022-08-12 Thread GitBox
cun8cun8 closed pull request #11735: "Spark load" supports string data type URL: https://github.com/apache/doris/pull/11735 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] cun8cun8 opened a new pull request, #11735: "Spark load" supports string data type

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

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11732: [improvement](doc)Import data example from hive partition table

2022-08-12 Thread GitBox
carlvinhust2012 commented on code in PR #11732: URL: https://github.com/apache/doris/pull/11732#discussion_r944243705 ## docs/en/docs/data-operate/import/import-way/spark-load-manual.md: ## @@ -647,6 +716,7 @@ The most suitable scenario to use spark load is that the raw data is

[GitHub] [doris] yangzhg opened a new issue, #11734: [Bug] backup restore raise `Storage backend not initialized.` error

2022-08-12 Thread GitBox
yangzhg opened a new issue, #11734: URL: https://github.com/apache/doris/issues/11734 ### 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] github-actions[bot] commented on pull request #11731: [feature-wip](unique-key-merge-on-write) add regression case

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11731: URL: https://github.com/apache/doris/pull/11731#issuecomment-1212859218 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 #11731: [feature-wip](unique-key-merge-on-write) add regression case

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

[doris] branch master updated (f30553e0fe -> 887de4b465)

2022-08-12 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f30553e0fe [tools](mysql2doris)add mysql to doris documentation #11726 add 887de4b465 [fix](Nereids)memo copy

[GitHub] [doris] 924060929 merged pull request #11717: [fix](Nereids)memo copy in cannot rewrite current plan with its child

2022-08-12 Thread GitBox
924060929 merged PR #11717: URL: https://github.com/apache/doris/pull/11717 -- 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] 924060929 commented on a diff in pull request #11717: [fix](Nereids)memo copy in cannot rewrite current plan with its child

2022-08-12 Thread GitBox
924060929 commented on code in PR #11717: URL: https://github.com/apache/doris/pull/11717#discussion_r944225534 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -169,7 +169,34 @@ private Pair rewriteGroupExpression( GroupExpression groupEx

[GitHub] [doris] github-actions[bot] commented on pull request #11717: [fix](Nereids)memo copy in cannot rewrite current plan with its child

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11717: URL: https://github.com/apache/doris/pull/11717#issuecomment-1212854797 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, #11731: [feature-wip](unique-key-merge-on-write) add regression case

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

[GitHub] [doris] hf200012 opened a new pull request, #11732: [improvement](doc)Import data example from hive partition table

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

[GitHub] [doris] yiguolei commented on a diff in pull request #11730: [fix](core)fix bug for status not init

2022-08-12 Thread GitBox
yiguolei commented on code in PR #11730: URL: https://github.com/apache/doris/pull/11730#discussion_r944203361 ## be/src/vec/exec/vintersect_node.cpp: ## @@ -45,7 +45,7 @@ Status VIntersectNode::open(RuntimeState* state) { START_AND_SCOPE_SPAN(state->get_tracer(), span, "VI

[doris-website] branch master updated: spark load example

2022-08-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 0ffdbb2dcdf spark load example 0ffd

[GitHub] [doris] pengxiangyu opened a new pull request, #11730: [fix](core)fix bug for status not init

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

[doris] branch master updated: [tools](mysql2doris)add mysql to doris documentation #11726

2022-08-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f30553e0fe [tools](mysql2doris)add mysql to dor

[GitHub] [doris] yiguolei merged pull request #11726: [doc](mysql2doris)add mysql to doris documentation

2022-08-12 Thread GitBox
yiguolei merged PR #11726: URL: https://github.com/apache/doris/pull/11726 -- 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 opened a new pull request, #11729: [Bug](date function) Fix bug for date format %T

2022-08-12 Thread GitBox
Gabriel39 opened a new pull request, #11729: URL: https://github.com/apache/doris/pull/11729 # 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 #11717: [fix](Nereids)memo copy in cannot rewrite current plan with its child

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #11717: URL: https://github.com/apache/doris/pull/11717#issuecomment-1212823524 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   >