[GitHub] [doris] eldenmoon commented on a diff in pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
eldenmoon commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994234658 ## be/src/exec/json_scanner.h: ## @@ -178,7 +178,15 @@ class JsonReader { std::vector> _parsed_jsonpaths; std::vector _parsed_json_root; -rapidjson::Do

[GitHub] [doris] yiguolei opened a new pull request, #13344: [chore](build release) remove doris home and user info from doris_be --version output

2022-10-13 Thread GitBox
yiguolei opened a new pull request, #13344: URL: https://github.com/apache/doris/pull/13344 # Proposed changes There will be personal info in doris_be --version, like this: doris-0.0.0-trunk RELEASE (build git://hk-dev01/mnt/disk2/ygl/code/github/apache-doris/be/../@8b7d928af26

[GitHub] [doris] yiguolei merged pull request #13329: [refactor] Unify all unit tests into one binary file (#8958)

2022-10-13 Thread GitBox
yiguolei merged PR #13329: URL: https://github.com/apache/doris/pull/13329 -- 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 #13344: [chore](build release) remove doris home and user info from doris_be --version output

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13344: URL: https://github.com/apache/doris/pull/13344#issuecomment-1277139972 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3240342471";) output. shellcheck err

[GitHub] [doris] carlvinhust2012 opened a new pull request, #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-13 Thread GitBox
carlvinhust2012 opened a new pull request, #13345: URL: https://github.com/apache/doris/pull/13345 # Proposed changes 1. this pr is used to update the json load docs for import data to array column. Issue Number: #7570 ## Problem summary Describe your changes. ##

[GitHub] [doris] Gabriel39 opened a new pull request, #13346: [Bug](function) Fix constant predicate evaluation

2022-10-13 Thread GitBox
Gabriel39 opened a new pull request, #13346: URL: https://github.com/apache/doris/pull/13346 # Proposed changes ![image](https://user-images.githubusercontent.com/37700562/195532208-fa4c3ea1-8de6-46ed-9b87-eb391ae35e49.png) ## Problem summary Describe your changes.

[GitHub] [doris] Gabriel39 merged pull request #13233: [bugfix](datatimev2) fix value column loss precision and scale

2022-10-13 Thread GitBox
Gabriel39 merged PR #13233: URL: https://github.com/apache/doris/pull/13233 -- 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 (0ff04e81bc -> 87793b7c00)

2022-10-13 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0ff04e81bc [fix](DynamicPartition) Not check max_dynamic_partition_num when disable DynamicPartition (#13267)

[GitHub] [doris] HappenLee commented on a diff in pull request #13335: [Improvement](join) compute hash values by vectorized way

2022-10-13 Thread GitBox
HappenLee commented on code in PR #13335: URL: https://github.com/apache/doris/pull/13335#discussion_r994276823 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -75,18 +76,38 @@ struct ProcessHashTableBuild { inserted_rows.reserve(_batch_size); } +

[GitHub] [doris] xy720 commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-13 Thread GitBox
xy720 commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r994278212 ## docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md: ## @@ -510,6 +510,47 @@ curl --location-trusted -u user:passwd -H "format: json" -H "jsonpaths: [\"

[GitHub] [doris] Gabriel39 merged pull request #13335: [Improvement](join) compute hash values by vectorized way

2022-10-13 Thread GitBox
Gabriel39 merged PR #13335: URL: https://github.com/apache/doris/pull/13335 -- 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: [Improvement](join) compute hash values by vectorized way (#13335)

2022-10-13 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new baf2689610 [Improvement](join) compute hash v

[GitHub] [doris] github-actions[bot] commented on pull request #13337: [refactor](Nereids): refactor UT by using Pattern and rename to remove consecutive

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13337: URL: https://github.com/apache/doris/pull/13337#issuecomment-1277217203 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 #13337: [refactor](Nereids): refactor UT by using Pattern and rename to remove consecutive

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

[GitHub] [doris] morningman opened a new pull request, #13347: [fix](error-code) fix misuse fo OLAP_ERR_WRITE_PROTOBUF_ERROR

2022-10-13 Thread GitBox
morningman opened a new pull request, #13347: URL: https://github.com/apache/doris/pull/13347 # Proposed changes Issue Number: close #xxx ## Problem summary `OLAP_ERR_WRITE_PROTOBUF_ERROR` is misused, fix them ## Checklist(Required) 1. Does it affect the ori

[GitHub] [doris] morrySnow commented on a diff in pull request #13303: [enhancement](statistics) Support to drop table or partition statistics

2022-10-13 Thread GitBox
morrySnow commented on code in PR #13303: URL: https://github.com/apache/doris/pull/13303#discussion_r994316905 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DropTableStatsStmt.java: ## @@ -0,0 +1,140 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] jackwener merged pull request #13337: [refactor](Nereids): refactor UT by using Pattern and rename to remove consecutive

2022-10-13 Thread GitBox
jackwener merged PR #13337: URL: https://github.com/apache/doris/pull/13337 -- 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 (baf2689610 -> 4a6eb01ccb)

2022-10-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from baf2689610 [Improvement](join) compute hash values by vectorized way (#13335) add 4a6eb01ccb [refactor](Nereids)

[GitHub] [doris] morrySnow commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-13 Thread GitBox
morrySnow commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r994342637 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -756,6 +763,79 @@ private void getScanRangeLocations() throws UserException { LO

[GitHub] [doris] thj999 commented on issue #13123: [Feature] Batch create partitions (supports date and number types)

2022-10-13 Thread GitBox
thj999 commented on issue #13123: URL: https://github.com/apache/doris/issues/13123#issuecomment-1277264687 > Can you decribe your demand?I think dynamic partition can satisfy most scenarios. Historical data from 2019 to now is initialized -- This is an automated message from the A

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-13 Thread GitBox
carlvinhust2012 commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r994353603 ## docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md: ## @@ -510,6 +510,47 @@ curl --location-trusted -u user:passwd -H "format: json" -H "json

[GitHub] [doris] Gabriel39 opened a new pull request, #13348: [Improvement](predicates) Use datev2 as the compatible type between string and datev2

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

[GitHub] [doris] ByteYue opened a new issue, #13349: [Bug] (VArrayLiteral) failed to prepare execnode which caused be coredump

2022-10-13 Thread GitBox
ByteYue opened a new issue, #13349: URL: https://github.com/apache/doris/issues/13349 ### 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 compile

[GitHub] [doris] github-actions[bot] commented on pull request #13111: [Enhancement](load) remove load mem limit

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13111: URL: https://github.com/apache/doris/pull/13111#issuecomment-1277295164 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 #13111: [Enhancement](load) remove load mem limit

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13111: URL: https://github.com/apache/doris/pull/13111#issuecomment-1277295231 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 commented on a diff in pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
dataroaring commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994382135 ## be/src/exec/json_scanner.h: ## @@ -178,7 +178,15 @@ class JsonReader { std::vector> _parsed_jsonpaths; std::vector _parsed_json_root; -rapidjson::

[GitHub] [doris] xinyiZzz merged pull request #13111: [Enhancement](load) remove load mem limit

2022-10-13 Thread GitBox
xinyiZzz merged PR #13111: URL: https://github.com/apache/doris/pull/13111 -- 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 (4a6eb01ccb -> fe1524a287)

2022-10-13 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4a6eb01ccb [refactor](Nereids): refactor UT by using Pattern and rename to remove consecutive (#13337) add fe15

[GitHub] [doris] github-actions[bot] commented on pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13336: URL: https://github.com/apache/doris/pull/13336#issuecomment-1277305132 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 #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13336: URL: https://github.com/apache/doris/pull/13336#issuecomment-1277305189 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 #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
zhannngchen commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994388402 ## be/src/exec/json_scanner.cpp: ## @@ -343,6 +346,8 @@ Status JsonReader::_parse_json_doc(size_t* size, bool* eof) { return Status::OK(); } +//

[GitHub] [doris] jztian opened a new issue, #13350: [Bug] group by后面接curdate(),无法查询

2022-10-13 Thread GitBox
jztian opened a new issue, #13350: URL: https://github.com/apache/doris/issues/13350 ### 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 大于1.0.0

[GitHub] [doris] levy5307 commented on a diff in pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
levy5307 commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994392469 ## be/src/exec/json_scanner.h: ## @@ -178,7 +178,15 @@ class JsonReader { std::vector> _parsed_jsonpaths; std::vector _parsed_json_root; -rapidjson::Doc

[GitHub] [doris] levy5307 commented on a diff in pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
levy5307 commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994392469 ## be/src/exec/json_scanner.h: ## @@ -178,7 +178,15 @@ class JsonReader { std::vector> _parsed_jsonpaths; std::vector _parsed_json_root; -rapidjson::Doc

[GitHub] [doris] morrySnow opened a new pull request, #13351: [feature](Nereids) auto fallback to legacy planner if analyze failed

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

[GitHub] [doris] dataroaring commented on a diff in pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
dataroaring commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994419637 ## be/src/exec/json_scanner.cpp: ## @@ -343,6 +346,8 @@ Status JsonReader::_parse_json_doc(size_t* size, bool* eof) { return Status::OK(); } +//

[GitHub] [doris] ByteYue commented on issue #13349: [Bug] (VArrayLiteral) failed to prepare execnode which caused be coredump

2022-10-13 Thread GitBox
ByteYue commented on issue #13349: URL: https://github.com/apache/doris/issues/13349#issuecomment-1277355483 The `regression-test/suites/query_p0/select_no_from/sql/projectFunctions.sql` case would also cause the be coredump -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10170: [Enhancement](optimizer) Support select table sample

2022-10-13 Thread GitBox
xinyiZzz commented on code in PR #10170: URL: https://github.com/apache/doris/pull/10170#discussion_r994432235 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -756,6 +763,79 @@ private void getScanRangeLocations() throws UserException { LOG

[GitHub] [doris] HappenLee commented on a diff in pull request #13339: [Opt](vec) opt runtime filter for TPCH Q22

2022-10-13 Thread GitBox
HappenLee commented on code in PR #13339: URL: https://github.com/apache/doris/pull/13339#discussion_r994432858 ## be/src/exprs/bloomfilter_predicate.h: ## @@ -435,9 +435,7 @@ class BloomFilterPredicate : public Predicate { std::shared_ptr _filter; bool _has_calculat

[GitHub] [doris] github-actions[bot] commented on pull request #13344: [chore](build release) remove doris home and user info from doris_be --version output

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13344: URL: https://github.com/apache/doris/pull/13344#issuecomment-1277363487 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 #13344: [chore](build release) remove doris home and user info from doris_be --version output

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13344: URL: https://github.com/apache/doris/pull/13344#issuecomment-1277363434 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] small-flowers opened a new issue, #13352: [Enhancement]

2022-10-13 Thread GitBox
small-flowers opened a new issue, #13352: URL: https://github.com/apache/doris/issues/13352 ### 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 dori

[GitHub] [doris] yiguolei merged pull request #13344: [chore](build release) remove doris home and user info from doris_be --version output

2022-10-13 Thread GitBox
yiguolei merged PR #13344: URL: https://github.com/apache/doris/pull/13344 -- 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 (fe1524a287 -> 71d2d61d33)

2022-10-13 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 fe1524a287 [Enhancement](load) remove load mem limit (#13111) add 71d2d61d33 [chore](build release) remove doris

[GitHub] [doris] jackwener opened a new pull request, #13353: [feature](Nereids): use Multi join to rearrange join to eliminate cross join by using predicate.

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

[GitHub] [doris] yiguolei merged pull request #13228: [feature](agg) support `any`,`any_value` agg functions.

2022-10-13 Thread GitBox
yiguolei merged PR #13228: URL: https://github.com/apache/doris/pull/13228 -- 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: [feature](agg) support `any`,`any_value` agg functions. (#13228)

2022-10-13 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 cb300b0b39 [feature](agg) support `any`,`any_va

[GitHub] [doris] morningman opened a new pull request, #13354: [feature-wip](new-scan) Support stream load with csv in new scan framework

2022-10-13 Thread GitBox
morningman opened a new pull request, #13354: URL: https://github.com/apache/doris/pull/13354 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Refactor the file reader creation in FileFactory, for simplicity. Previously, FileFactory had too many `c

[GitHub] [doris] mrhhsg opened a new pull request, #13355: [improvement](olap) try to read enough filtered rows in segment_iterator

2022-10-13 Thread GitBox
mrhhsg opened a new pull request, #13355: URL: https://github.com/apache/doris/pull/13355 # Proposed changes After filter the data `Status SegmentIterator::next_batch(vectorized::Block* block)` maybe only output a few rows, this is inefficient. ## Problem summary Describ

[doris-website] branch master updated: remove function

2022-10-13 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 8e458c4b2d5 remove function 8e458c4

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
xinyiZzz commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994460430 ## be/src/runtime/exec_env_init.cpp: ## @@ -185,6 +185,8 @@ Status ExecEnv::_init(const std::vector& store_paths) { } Status ExecEnv::_init_mem_tracker() { +LO

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
xinyiZzz commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994469725 ## be/src/runtime/mem_pool.cpp: ## @@ -131,8 +131,9 @@ Status MemPool::find_chunk(size_t min_size, bool check_limits) { DCHECK_GE(next_chunk_size_, INITIAL_CH

[GitHub] [doris] Livon-Lee opened a new issue, #13356: [Enhancement]

2022-10-13 Thread GitBox
Livon-Lee opened a new issue, #13356: URL: https://github.com/apache/doris/issues/13356 ### 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 目前在doris

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
xinyiZzz commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994508227 ## be/src/runtime/memory/chunk_allocator.cpp: ## @@ -204,7 +205,7 @@ Status ChunkAllocator::allocate(size_t size, Chunk* chunk) { void ChunkAllocator::free(const Chunk

[GitHub] [doris] yiguolei commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
yiguolei commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994512182 ## be/src/runtime/exec_env_init.cpp: ## @@ -185,6 +185,8 @@ Status ExecEnv::_init(const std::vector& store_paths) { } Status ExecEnv::_init_mem_tracker() { +LO

[GitHub] [doris] yiguolei commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
yiguolei commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994512598 ## be/src/runtime/exec_env_init.cpp: ## @@ -199,9 +201,7 @@ Status ExecEnv::_init_mem_tracker() { if (global_memory_limit_bytes > MemInfo::physical_mem()) {

[GitHub] [doris] DongLiang-0 commented on pull request #13323: [function](string_function) add new string function 'extract_url_parameter'

2022-10-13 Thread GitBox
DongLiang-0 commented on PR #13323: URL: https://github.com/apache/doris/pull/13323#issuecomment-1277455320 > it's done! PTAL -- 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 sp

[GitHub] [doris] DongLiang-0 commented on pull request #13323: [function](string_function) add new string function 'extract_url_parameter'

2022-10-13 Thread GitBox
DongLiang-0 commented on PR #13323: URL: https://github.com/apache/doris/pull/13323#issuecomment-1277456750 > Rethink the right way of the function > > ``` > select extractURLParameter('https://localhost:3000?id=abcdefghi', 'id'); > > SELECT extractURLParameter('https://local

[GitHub] [doris-flink-connector] huyuanfeng2018 opened a new pull request, #72: [Feature] Support 'sink.parallelism' configuration

2022-10-13 Thread GitBox
huyuanfeng2018 opened a new pull request, #72: URL: https://github.com/apache/doris-flink-connector/pull/72 # Proposed changes ## Problem Summary: Support 'sink.parallelism' configuration ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. H

[GitHub] [doris] Gabriel39 opened a new pull request, #13357: [Improvement](join)WIP

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

[GitHub] [doris] dataroaring commented on a diff in pull request #13336: [fix](jsonreader) teach jsonreader to release memory

2022-10-13 Thread GitBox
dataroaring commented on code in PR #13336: URL: https://github.com/apache/doris/pull/13336#discussion_r994588717 ## be/src/exec/json_scanner.h: ## @@ -178,7 +178,15 @@ class JsonReader { std::vector> _parsed_jsonpaths; std::vector _parsed_json_root; -rapidjson::

[GitHub] [doris] zhangstar333 commented on a diff in pull request #13323: [function](string_function) add new string function 'extract_url_parameter'

2022-10-13 Thread GitBox
zhangstar333 commented on code in PR #13323: URL: https://github.com/apache/doris/pull/13323#discussion_r994582642 ## be/src/util/url_parser.cpp: ## @@ -344,4 +345,52 @@ UrlParser::UrlPart UrlParser::get_url_part(const StringValue& part) { } } +std::string UrlParser::ex

[GitHub] [doris] Ray-Eldath commented on a diff in pull request #13143: [test](jdbc) add jdbc and hive regression test

2022-10-13 Thread GitBox
Ray-Eldath commented on code in PR #13143: URL: https://github.com/apache/doris/pull/13143#discussion_r994594093 ## docker/thirdparties/start-thirdparties-docker.sh: ## @@ -20,8 +20,38 @@ # This script will restart all thirdparty containers

[GitHub] [doris-website] luzhijing closed pull request #141: [docs](releasenote)Update 1.1.3 Release Note

2022-10-13 Thread GitBox
luzhijing closed pull request #141: [docs](releasenote)Update 1.1.3 Release Note URL: https://github.com/apache/doris-website/pull/141 -- 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 com

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
xinyiZzz commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994608055 ## be/src/runtime/exec_env_init.cpp: ## @@ -185,6 +185,8 @@ Status ExecEnv::_init(const std::vector& store_paths) { } Status ExecEnv::_init_mem_tracker() { +LO

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13285: [improvement](memory) disable page cache and chunk allocator, optimize memory allocate size

2022-10-13 Thread GitBox
xinyiZzz commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994608055 ## be/src/runtime/exec_env_init.cpp: ## @@ -185,6 +185,8 @@ Status ExecEnv::_init(const std::vector& store_paths) { } Status ExecEnv::_init_mem_tracker() { +LO

[GitHub] [doris] Ray-Eldath commented on a diff in pull request #13143: [test](jdbc) add jdbc and hive regression test

2022-10-13 Thread GitBox
Ray-Eldath commented on code in PR #13143: URL: https://github.com/apache/doris/pull/13143#discussion_r994609133 ## regression-test/suites/jdbc_p0/test_jdbc_query_mysql.groovy: ## @@ -0,0 +1,65 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [doris] Ray-Eldath commented on a diff in pull request #13143: [test](jdbc) add jdbc and hive regression test

2022-10-13 Thread GitBox
Ray-Eldath commented on code in PR #13143: URL: https://github.com/apache/doris/pull/13143#discussion_r994609441 ## regression-test/suites/jdbc_p0/test_jdbc_query_pg.groovy: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [doris-website] luzhijing closed pull request #141: [docs](releasenote)Update 1.1.3 Release Note

2022-10-13 Thread GitBox
luzhijing closed pull request #141: [docs](releasenote)Update 1.1.3 Release Note URL: https://github.com/apache/doris-website/pull/141 -- 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 com

[GitHub] [doris] luzhijing opened a new pull request, #13358: [Doc](Readme)Update the 1.1.3 release note.

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

[GitHub] [doris] weizhengte commented on a diff in pull request #13303: [enhancement](statistics) Support to drop table or partition statistics

2022-10-13 Thread GitBox
weizhengte commented on code in PR #13303: URL: https://github.com/apache/doris/pull/13303#discussion_r994624256 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DropTableStatsStmt.java: ## @@ -0,0 +1,140 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] weizhengte commented on a diff in pull request #13303: [enhancement](statistics) Support to drop table or partition statistics

2022-10-13 Thread GitBox
weizhengte commented on code in PR #13303: URL: https://github.com/apache/doris/pull/13303#discussion_r994625349 ## fe/fe-core/src/main/java/org/apache/doris/statistics/TableStats.java: ## @@ -78,7 +78,7 @@ public TableStats(double rowCount, long dataSize) { } public

[GitHub] [doris] yixiutt closed pull request #12995: [feature-wip](vertical-compaction) support dup key&uniq key vertical compaction

2022-10-13 Thread GitBox
yixiutt closed pull request #12995: [feature-wip](vertical-compaction) support dup key&uniq key vertical compaction URL: https://github.com/apache/doris/pull/12995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [doris] Ray-Eldath commented on a diff in pull request #13143: [test](jdbc) add jdbc and hive regression test

2022-10-13 Thread GitBox
Ray-Eldath commented on code in PR #13143: URL: https://github.com/apache/doris/pull/13143#discussion_r994594093 ## docker/thirdparties/start-thirdparties-docker.sh: ## @@ -20,8 +20,38 @@ # This script will restart all thirdparty containers

[GitHub] [doris] BiteTheDDDDt merged pull request #13193: [feature](function) support `initcap` string function.

2022-10-13 Thread GitBox
BiteThet merged PR #13193: URL: https://github.com/apache/doris/pull/13193 -- 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

[doris] branch master updated: [feature](function) support `initcap` string function (#13193)

2022-10-13 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 de4315c1c5 [feature](function) support `initc

[GitHub] [doris] morrySnow commented on a diff in pull request #13353: [feature](Nereids): use Multi join to rearrange join to eliminate cross join by using predicate.

2022-10-13 Thread GitBox
morrySnow commented on code in PR #13353: URL: https://github.com/apache/doris/pull/13353#discussion_r994551790 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/ReorderJoin.java: ## @@ -45,13 +64,237 @@ public class ReorderJoin extends OneRewriteRuleFac

[GitHub] [doris] yixiutt opened a new pull request, #13359: [feature](vertical_compaction) support vertical compaction

2022-10-13 Thread GitBox
yixiutt opened a new pull request, #13359: URL: https://github.com/apache/doris/pull/13359 # Proposed changes Issue Number: close Issue #12966 Support vertical compaction to reduce memory usage in compaction。 Mainly Design: Split columns into several groups and record

[GitHub] [doris] cambyzju opened a new issue, #13360: [Bug] Array column with delete condition

2022-10-13 Thread GitBox
cambyzju opened a new issue, #13360: URL: https://github.com/apache/doris/issues/13360 ### 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 latest-master

[GitHub] [doris] yixiutt closed pull request #12995: [feature-wip](vertical-compaction) support dup key&uniq key vertical compaction

2022-10-13 Thread GitBox
yixiutt closed pull request #12995: [feature-wip](vertical-compaction) support dup key&uniq key vertical compaction URL: https://github.com/apache/doris/pull/12995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [doris] cambyzju opened a new pull request, #13361: [fix](array-type) bugfix for array column with delete condition

2022-10-13 Thread GitBox
cambyzju opened a new pull request, #13361: URL: https://github.com/apache/doris/pull/13361 # Proposed changes Issue Number: close #13360 ## Problem summary fix for SQL with array column: `delete from tbl where c_array is null;` more info please refer to https:

[GitHub] [doris] jackwener commented on a diff in pull request #13353: [feature](Nereids): use Multi join to rearrange join to eliminate cross join by using predicate.

2022-10-13 Thread GitBox
jackwener commented on code in PR #13353: URL: https://github.com/apache/doris/pull/13353#discussion_r994712048 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -17,189 +17,170 @@ package org.apache.doris.nereids.rules.rewrite.l

[GitHub] [doris] jackwener commented on a diff in pull request #13353: [feature](Nereids): use Multi join to rearrange join to eliminate cross join by using predicate.

2022-10-13 Thread GitBox
jackwener commented on code in PR #13353: URL: https://github.com/apache/doris/pull/13353#discussion_r994715649 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/ReorderJoin.java: ## @@ -37,21 +56,296 @@ * SELECT * FROM t1 JOIN t3 ON t1.id=t3.id JOIN t

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13362: [Enhancement](function) refactor of date function

2022-10-13 Thread GitBox
BiteThet opened a new pull request, #13362: URL: https://github.com/apache/doris/pull/13362 # Proposed changes 1. refactor some functions template argument. 2. year() only check year validity now. 3. change instance number of tpch q9 ## Problem summary Describe

[GitHub] [doris] github-actions[bot] commented on pull request #13319: [improvemnt](doc) refine doc for unique key data model

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13319: URL: https://github.com/apache/doris/pull/13319#issuecomment-1277717411 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 #13319: [improvemnt](doc) refine doc for unique key data model

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13319: URL: https://github.com/apache/doris/pull/13319#issuecomment-1277717573 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] jackwener commented on a diff in pull request #13353: [feature](Nereids): use Multi join to rearrange join to eliminate cross join by using predicate.

2022-10-13 Thread GitBox
jackwener commented on code in PR #13353: URL: https://github.com/apache/doris/pull/13353#discussion_r994749989 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/ReorderJoin.java: ## @@ -37,21 +56,296 @@ * SELECT * FROM t1 JOIN t3 ON t1.id=t3.id JOIN t

[GitHub] [doris] Jibing-Li opened a new pull request, #13363: [Improvement](multi-catalog)Support refresh external catalog.

2022-10-13 Thread GitBox
Jibing-Li opened a new pull request, #13363: URL: https://github.com/apache/doris/pull/13363 # Proposed changes Issue Number: close #xxx ## Problem summary Support manually refresh external catalog metadata. 1. refresh catalog external_catalog_name 2. refresh databa

[GitHub] [doris] xy720 merged pull request #13261: [Fix](array-type) Disable schema change between array type columns

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

[doris] branch master updated: [Fix](array-type) Disable schema change between array type columns (#13261)

2022-10-13 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 87e5e2b48b [Fix](array-type) Disable schema chang

[GitHub] [doris] xy720 merged pull request #12786: [fix](array-type) fix the wrong result when import array element with…

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

[doris] branch master updated: [fix](array-type) fix the wrong result when import array element with double quotes (#12786)

2022-10-13 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 88e08a92d8 [fix](array-type) fix the wrong result

[GitHub] [doris] cambyzju opened a new pull request, #13365: [fix](array-type) check value valid while insert data into array column

2022-10-13 Thread GitBox
cambyzju opened a new pull request, #13365: URL: https://github.com/apache/doris/pull/13365 # Proposed changes Issue Number: close #xxx ## Problem summary We should prevent insert while value overflow. 1. create table: `CREATE TABLE test_array_load_test_array_i

[GitHub] [doris] xiaojunjie commented on pull request #13244: [improvement](load) support function from_unixtime with specified timezome

2022-10-13 Thread GitBox
xiaojunjie commented on PR #13244: URL: https://github.com/apache/doris/pull/13244#issuecomment-1277792513 Mind I a PR, please. @yangzhg -- 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 speci

[GitHub] [doris] Ray-Eldath commented on a diff in pull request #13143: [test](jdbc) add jdbc and hive regression test

2022-10-13 Thread GitBox
Ray-Eldath commented on code in PR #13143: URL: https://github.com/apache/doris/pull/13143#discussion_r994796842 ## docker/thirdparties/start-thirdparties-docker.sh: ## @@ -20,8 +20,38 @@ # This script will restart all thirdparty containers

[GitHub] [doris] morningman closed pull request #13277: [test][not-merge] test ci

2022-10-13 Thread GitBox
morningman closed pull request #13277: [test][not-merge] test ci URL: https://github.com/apache/doris/pull/13277 -- 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] xiaokang opened a new pull request, #13366: [feature](jsonb type) jsonb functions

2022-10-13 Thread GitBox
xiaokang opened a new pull request, #13366: URL: https://github.com/apache/doris/pull/13366 # Proposed changes Issue Number: Step3 of [DSIP-016: Support JSON type](https://cwiki.apache.org/confluence/display/DORIS/DSIP-016%3A+Support+JSON+type?src=contextnavpagetreemode) ## Pro

[GitHub] [doris] github-actions[bot] commented on pull request #13351: [feature](Nereids) auto fallback to legacy planner if analyze failed

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13351: URL: https://github.com/apache/doris/pull/13351#issuecomment-1277990052 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 #13351: [feature](Nereids) auto fallback to legacy planner if analyze failed

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13351: URL: https://github.com/apache/doris/pull/13351#issuecomment-1277990112 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 #13345: [optimization](array-type) update the docs for import data to array c…

2022-10-13 Thread GitBox
github-actions[bot] commented on PR #13345: URL: https://github.com/apache/doris/pull/13345#issuecomment-1278058319 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

  1   2   >