[GitHub] [doris] xinyiZzz commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-28 Thread via GitHub
xinyiZzz commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1089774414 ## be/src/common/daemon.cpp: ## @@ -203,29 +205,42 @@ void Daemon::memory_maintenance_thread() { doris::MemInfo::refresh_allocator_mem(); #endif dor

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-28 Thread github-actions
github-actions[bot] commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1089774885 ## be/src/runtime/memory/mem_tracker_limiter.cpp: ## @@ -195,26 +196,35 @@ void MemTrackerLimiter::print_log_usage(const std::string& msg) { } } +s

[GitHub] [doris] morningman opened a new pull request, #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread via GitHub
morningman opened a new pull request, #16175: URL: https://github.com/apache/doris/pull/16175 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Add iceberg docker compose 2. Rename start-thirdparties-docker.sh to run-thirdparties-docker.sh and support

[GitHub] [doris] github-actions[bot] commented on pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16175: URL: https://github.com/apache/doris/pull/16175#issuecomment-1407439030 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4032713862";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16175: URL: https://github.com/apache/doris/pull/16175#issuecomment-1407440187 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4032734118";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16175: URL: https://github.com/apache/doris/pull/16175#issuecomment-1407440274 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4032736366";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16175: URL: https://github.com/apache/doris/pull/16175#issuecomment-1407443853 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4032812188";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16175: URL: https://github.com/apache/doris/pull/16175#issuecomment-1407444200 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4032819831";) output. shellcheck err

[GitHub] [doris] xy720 opened a new pull request, #16176: [cherry-pick](grouping) Add a switch for users to force using alias name in group by and having clause

2023-01-28 Thread via GitHub
xy720 opened a new pull request, #16176: URL: https://github.com/apache/doris/pull/16176 # Proposed changes cherry-pic #15748 to 1.2-lts ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[doris-website] branch master updated: summit 2022

2023-01-28 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 936f811ca10 summit 2022 936f811ca10

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089841599 ## be/src/olap/types.h: ## @@ -430,6 +431,103 @@ class ArrayTypeInfo : public TypeInfo { TypeInfoPtr _item_type_info; const size_t _item_size; }; +///==

[GitHub] [doris] hello-stephen commented on pull request #15972: [improvement](bitshuffle)Enable avx512 support in bitshuffle for performance boost

2023-01-28 Thread via GitHub
hello-stephen commented on PR #15972: URL: https://github.com/apache/doris/pull/15972#issuecomment-1407526974 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.89 seconds load time: 497 seconds storage size: 17123413676 Bytes https://doris-co

[GitHub] [doris] airborne12 commented on a diff in pull request #16161: [fix](inverted index) fulltext match query should not prune by zone map

2023-01-28 Thread via GitHub
airborne12 commented on code in PR #16161: URL: https://github.com/apache/doris/pull/16161#discussion_r1089842568 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -367,6 +367,12 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row

[GitHub] [doris] github-actions[bot] commented on pull request #16167: [Feature-WIP](inverted index) Filter out and remain predicates that do not support apply by inverted index, and add inverted inde

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16167: URL: https://github.com/apache/doris/pull/16167#issuecomment-1407527664 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] Jibing-Li opened a new pull request, #16177: [fix](multi-catalog, statistic information)Use -1 for column_statistics internal table idx_id default value instead of null.

2023-01-28 Thread via GitHub
Jibing-Li opened a new pull request, #16177: URL: https://github.com/apache/doris/pull/16177 # Proposed changes Issue Number: close #xxx ## Problem summary The internal statistic table column_statistics has a non-null field idx_id, the insert sql for hive table set the d

[GitHub] [doris] morningman commented on pull request #16172: [fix-core](block) clear block row_same_bit when block reuse

2023-01-28 Thread via GitHub
morningman commented on PR #16172: URL: https://github.com/apache/doris/pull/16172#issuecomment-1407528632 please add test case -- 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 commen

[GitHub] [doris] hello-stephen commented on pull request #16177: [fix](multi-catalog, statistic information)Use -1 for column_statistics internal table idx_id default value instead of null.

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16177: URL: https://github.com/apache/doris/pull/16177#issuecomment-1407531947 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.01 seconds load time: 505 seconds storage size: 17123003087 Bytes https://doris-co

[GitHub] [doris] chenlinzhong commented on pull request #16060: [feature-wip](MTMV) Support setting variables in query statement

2023-01-28 Thread via GitHub
chenlinzhong commented on PR #16060: URL: https://github.com/apache/doris/pull/16060#issuecomment-1407533021 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 unsubsc

[GitHub] [doris] yiguolei opened a new pull request, #16179: [refactor](remove unused code) remove thread pool manager

2023-01-28 Thread via GitHub
yiguolei opened a new pull request, #16179: URL: https://github.com/apache/doris/pull/16179 # 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 #16179: [refactor](remove unused code) remove thread pool manager

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

[GitHub] [doris] morningman merged pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-28 Thread via GitHub
morningman merged PR #16084: URL: https://github.com/apache/doris/pull/16084 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch master updated: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache (#16084)

2023-01-28 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 e9afd3210c [improvement](memory) Optimize the

[GitHub] [doris] nextdreamblue commented on pull request #16172: [fix-core](block) clear block row_same_bit when block reuse

2023-01-28 Thread via GitHub
nextdreamblue commented on PR #16172: URL: https://github.com/apache/doris/pull/16172#issuecomment-1407538515 > please add test case done -- 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 th

[GitHub] [doris] lsy3993 opened a new pull request, #16180: [typo](docs)fix docs format

2023-01-28 Thread via GitHub
lsy3993 opened a new pull request, #16180: URL: https://github.com/apache/doris/pull/16180 # 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 #16172: [fix-core](block) clear block row_same_bit when block reuse

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

[GitHub] [doris] BiteTheDDDDt commented on pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
BiteThet commented on PR #16168: URL: https://github.com/apache/doris/pull/16168#issuecomment-1407539230 > > Maybe need notice: old optimizer `ScalarBuiltins.java` contains the removed type SIGNATURES. > > signature in it also need to be removed When we modify py signature

[GitHub] [doris] github-actions[bot] commented on pull request #16174: [fix](Nereids): fix dceil() dfloor()

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16174: URL: https://github.com/apache/doris/pull/16174#issuecomment-1407540040 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 #16174: [fix](Nereids): fix dceil() dfloor()

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16174: URL: https://github.com/apache/doris/pull/16174#issuecomment-1407540031 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] HackToday commented on pull request #15972: [improvement](bitshuffle)Enable avx512 support in bitshuffle for performance boost

2023-01-28 Thread via GitHub
HackToday commented on PR #15972: URL: https://github.com/apache/doris/pull/15972#issuecomment-1407540169 hi @adonis0147 Have rebased. Not quite sure the Po regression failed reason: http://43.132.222.7:8111/viewLog.html?buildId=85876&tab=buildResultsDiv&buildTypeId=Doris_DorisRegression

[GitHub] [doris] Gabriel39 opened a new pull request, #16181: [cherry-pick](branch-1.2) pick 2 commits from master

2023-01-28 Thread via GitHub
Gabriel39 opened a new pull request, #16181: URL: https://github.com/apache/doris/pull/16181 # Proposed changes pick #16152 #16102 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] BiteTheDDDDt commented on pull request #16170: [fix](Nereids): remove `DataV2Type` in ConvertTz, DayCeil and DayFloor SIGNATURES

2023-01-28 Thread via GitHub
BiteThet commented on PR #16170: URL: https://github.com/apache/doris/pull/16170#issuecomment-1407541545 In my opinion, `convert_tz` does not need `datev2` as an input parameter, but `day_ceil` accepts datev2 is reasonable. You can remove them all temporarily, and we will investigate wh

[GitHub] [doris] adonis0147 commented on pull request #15972: [improvement](bitshuffle)Enable avx512 support in bitshuffle for performance boost

2023-01-28 Thread via GitHub
adonis0147 commented on PR #15972: URL: https://github.com/apache/doris/pull/15972#issuecomment-1407541741 > hi @adonis0147 Have rebased. Not quite sure the Po regression failed reason: http://43.132.222.7:8111/viewLog.html?buildId=85876&tab=buildResultsDiv&buildTypeId=Doris_DorisRegression

[GitHub] [doris] Gabriel39 commented on pull request #16170: [fix](Nereids): remove `DataV2Type` in ConvertTz, DayCeil and DayFloor SIGNATURES

2023-01-28 Thread via GitHub
Gabriel39 commented on PR #16170: URL: https://github.com/apache/doris/pull/16170#issuecomment-1407541920 Agree with @BiteThet . Functions like `DayCeil ` still need to accept datev2 as argument instead of datetimev2. -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16167: [Feature-WIP](inverted index) Filter out and remain predicates that do not support apply by inverted index, and add inverted inde

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

[GitHub] [doris] hello-stephen commented on pull request #16179: [refactor](remove unused code) remove thread pool manager

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16179: URL: https://github.com/apache/doris/pull/16179#issuecomment-1407543645 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.83 seconds load time: 493 seconds storage size: 17122303863 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] zy-kkk commented on pull request #13008: [fix](join)report 'natural join is not supported' instead of getting wrong result

2023-01-28 Thread via GitHub
zy-kkk commented on PR #13008: URL: https://github.com/apache/doris/pull/13008#issuecomment-1407544699 #3865 -- 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] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089854094 ## be/src/vec/columns/column_map.cpp: ## @@ -0,0 +1,218 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] github-actions[bot] commented on pull request #16060: [feature-wip](MTMV) Support setting variables in query statement

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16060: URL: https://github.com/apache/doris/pull/16060#issuecomment-1407544931 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 #16060: [feature-wip](MTMV) Support setting variables in query statement

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

[GitHub] [doris] hello-stephen commented on pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16168: URL: https://github.com/apache/doris/pull/16168#issuecomment-1407546289 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.3 seconds load time: 491 seconds storage size: 17122820269 Bytes https://doris-com

[GitHub] [doris] adonis0147 commented on a diff in pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread via GitHub
adonis0147 commented on code in PR #16175: URL: https://github.com/apache/doris/pull/16175#discussion_r1089855257 ## docker/thirdparties/run-thirdparties-docker.sh: ## @@ -117,7 +117,10 @@ echo "Components are: ${COMPONENTS}" echo "Container UID: ${CONTAINER_UID}" echo "Stop:

[GitHub] [doris] github-actions[bot] commented on pull request #16125: [fix](nereids)fix bug of rule twoPhaseAggregateWithCountDistinctMulti

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

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089857885 ## be/src/vec/columns/column_map.cpp: ## @@ -0,0 +1,218 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[doris-website] branch master updated: [doc](typo) fix summid.md type

2023-01-28 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-website.git The following commit(s) were added to refs/heads/master by this push: new 76908d1a962 [doc](typo) fix summid.md

[GitHub] [doris] yiguolei merged pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
yiguolei merged PR #16168: URL: https://github.com/apache/doris/pull/16168 -- 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: [Bug](function) remove datev2 signature of hour_ceil/hour_floor #16168

2023-01-28 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 2b5f95f08a [Bug](function) remove datev2 signat

[GitHub] [doris] morningman merged pull request #16177: [fix](multi-catalog)Use -1 for column_statistics internal table idx_id default value instead of null, for external catalog.

2023-01-28 Thread via GitHub
morningman merged PR #16177: URL: https://github.com/apache/doris/pull/16177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch master updated (2b5f95f08a -> 35398ad8d9)

2023-01-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2b5f95f08a [Bug](function) remove datev2 signature of hour_ceil/hour_floor #16168 add 35398ad8d9 [fix](multi-

[GitHub] [doris] github-actions[bot] commented on pull request #16179: [refactor](remove unused code) remove thread pool manager

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16179: URL: https://github.com/apache/doris/pull/16179#issuecomment-1407550940 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 #16179: [refactor](remove unused code) remove thread pool manager

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16179: URL: https://github.com/apache/doris/pull/16179#issuecomment-1407550944 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] BiteTheDDDDt opened a new pull request, #16182: [Cherry-pick](fix) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
BiteThet opened a new pull request, #16182: URL: https://github.com/apache/doris/pull/16182 # Proposed changes https://github.com/apache/doris/pull/16168 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris] yiguolei opened a new pull request, #16183: [refactor](remove unused code) remove log error hub

2023-01-28 Thread via GitHub
yiguolei opened a new pull request, #16183: URL: https://github.com/apache/doris/pull/16183 # 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 #16183: [refactor](remove unused code) remove log error hub

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

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089859869 ## be/src/vec/core/field.h: ## @@ -85,6 +85,7 @@ using FieldVector = std::vector; DEFINE_FIELD_VECTOR(Array); DEFINE_FIELD_VECTOR(Tuple); +DEFINE_FIELD_VECTOR(Map)

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089860257 ## be/src/vec/data_types/data_type_factory.cpp: ## @@ -94,8 +101,8 @@ DataTypePtr DataTypeFactory::create_data_type(const TypeDescriptor& col_desc, bo break;

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089860918 ## be/src/vec/functions/array/function_array_element.h: ## @@ -81,6 +94,79 @@ class FunctionArrayElement : public IFunction { } private: +//===

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089861009 ## be/src/vec/sink/vmysql_result_writer.cpp: ## @@ -186,6 +188,58 @@ Status VMysqlResultWriter::_add_one_column(const ColumnPtr& column_ptr, _buffer.clos

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089861089 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -318,6 +318,11 @@ public void analyze() throws AnalysisException { type

[GitHub] [doris] jackwener merged pull request #16174: [fix](Nereids): fix dceil() dfloor()

2023-01-28 Thread via GitHub
jackwener merged PR #16174: URL: https://github.com/apache/doris/pull/16174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [fix](Nereids): fix dceil() dfloor() (#16174)

2023-01-28 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 ce487e2b11 [fix](Nereids): fix dceil() dfloor()

[GitHub] [doris] Gabriel39 merged pull request #16173: [Bug](topn-opt) filter condition for analytic info for two phase read…

2023-01-28 Thread via GitHub
Gabriel39 merged PR #16173: URL: https://github.com/apache/doris/pull/16173 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [Bug](topn-opt) filter condition for analytic info for two phase read opt (#16173)

2023-01-28 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 578a855b3e [Bug](topn-opt) filter condition f

[GitHub] [doris] github-actions[bot] commented on pull request #16159: [datev2](function) make function nullable DEPEND_ON_ARGUMENT

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

[GitHub] [doris] xinyiZzz opened a new pull request, #16184: [cherry-pick](branch-1.2) pick memory manager related fixes

2023-01-28 Thread via GitHub
xinyiZzz opened a new pull request, #16184: URL: https://github.com/apache/doris/pull/16184 # Proposed changes Issue Number: close #xxx ## Problem summary cherry pick #15716 #16083 #16084 ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089863363 ## fe/fe-core/src/main/java/org/apache/doris/analysis/MapLiteral.java: ## @@ -0,0 +1,179 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089863605 ## fe/fe-core/src/main/java/org/apache/doris/analysis/MapLiteral.java: ## @@ -0,0 +1,179 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[doris-website] branch master updated: linkedcare

2023-01-28 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 c6e3f394321 linkedcare c6e3f394321

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089863981 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java: ## @@ -186,6 +188,11 @@ public void createChildrenColumn(Type type, Column column) { Co

[doris-website] branch master updated: fix

2023-01-28 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 5db2418d7c7 fix 5db2418d7c7 is desc

[GitHub] [doris] ByteYue opened a new pull request, #16185: [BugFix](sort) don't use 2 phase sort when countering agg table

2023-01-28 Thread via GitHub
ByteYue opened a new pull request, #16185: URL: https://github.com/apache/doris/pull/16185 # Proposed changes Issue Number: close #xxx The former logic would try to do 2 phase sort optimization for all table type. The newly added `__DORIS_ROWID_COL__` column in #15642 doesn't suppo

[doris-website] branch master updated: linkedcare fix

2023-01-28 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 d4e2c4fa3cf linkedcare fix d4e2c4fa

[doris-website] branch master updated: fix

2023-01-28 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 1f1d235221c fix 1f1d235221c is desc

[GitHub] [doris] github-actions[bot] commented on pull request #16170: [fix](Nereids): remove `DataV2Type` in ConvertTz SIGNATURES

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

[GitHub] [doris] morningman opened a new pull request, #16186: [enhancement](lock) print table lock owner when failed to try lock

2023-01-28 Thread via GitHub
morningman opened a new pull request, #16186: URL: https://github.com/apache/doris/pull/16186 # Proposed changes Issue Number: close #xxx ## Problem summary Sometimes we may encounter error like: ``` get tableList write lock timeout ``` But it is hard to find

[GitHub] [doris] jackwener opened a new pull request, #16187: [enhance](Nereids): remove duplicated Function.

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

[GitHub] [doris] yiguolei merged pull request #16179: [refactor](remove unused code) remove thread pool manager

2023-01-28 Thread via GitHub
yiguolei merged PR #16179: URL: https://github.com/apache/doris/pull/16179 -- 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: [refactor](remove unused code) remove thread pool manager (#16179)

2023-01-28 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 3235b636cc [refactor](remove unused code) remov

[GitHub] [doris] github-actions[bot] commented on pull request #16183: [refactor](remove unused code) remove log error hub

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

[GitHub] [doris] jackwener opened a new pull request, #16188: [fix](Nereids): fix function name.

2023-01-28 Thread via GitHub
jackwener opened a new pull request, #16188: URL: https://github.com/apache/doris/pull/16188 # 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 a diff in pull request #15718: [fix](schema scanner)change schema_scanner::get_next_row to get_next_block

2023-01-28 Thread github-actions
github-actions[bot] commented on code in PR #15718: URL: https://github.com/apache/doris/pull/15718#discussion_r1089869561 ## be/src/exec/schema_scanner.cpp: ## @@ -231,4 +233,156 @@ Status SchemaScanner::create_tuple_desc(ObjectPool* pool) { return Status::OK(); } +Sta

[doris-website] branch master updated: fix

2023-01-28 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 a8ff567be64 fix a8ff567be64 is desc

[doris-website] branch master updated: linkedcare

2023-01-28 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 07b1adc8e72 linkedcare 07b1adc8e72

[GitHub] [doris] hello-stephen commented on pull request #16185: [BugFix](sort) don't use 2 phase sort when countering agg table

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16185: URL: https://github.com/apache/doris/pull/16185#issuecomment-1407566801 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.42 seconds load time: 487 seconds storage size: 17122532887 Bytes https://doris-co

[GitHub] [doris] Gabriel39 opened a new pull request, #16189: [refactor](built-in function) remove symbols for vectorized function

2023-01-28 Thread via GitHub
Gabriel39 opened a new pull request, #16189: URL: https://github.com/apache/doris/pull/16189 # 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 #16159: [datev2](function) make function nullable DEPEND_ON_ARGUMENT

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

[GitHub] [doris] hello-stephen commented on pull request #16186: [enhancement](lock) print table lock owner when failed to try lock

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16186: URL: https://github.com/apache/doris/pull/16186#issuecomment-1407570123 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.7 seconds load time: 521 seconds storage size: 17120546670 Bytes https://doris-com

[GitHub] [doris] HappenLee opened a new pull request, #16190: [Enhance] use std::from_chars to do str cast to float/double to avoid lose precision

2023-01-28 Thread via GitHub
HappenLee opened a new pull request, #16190: URL: https://github.com/apache/doris/pull/16190 # Proposed changes load data.csv ``` 1.14 ``` select * from table ``` 1.1401 ``` after the fix select * from table ``` 1.14

[GitHub] [doris] hello-stephen commented on pull request #16187: [enhance](Nereids): remove duplicated Function.

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16187: URL: https://github.com/apache/doris/pull/16187#issuecomment-1407571534 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.72 seconds load time: 496 seconds storage size: 17122398137 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16190: [Enhance] use std::from_chars to do str cast to float/double to avoid lose precision

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

[doris-website] branch master updated: 1

2023-01-28 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 7fb4aa9bf2a 1 7fb4aa9bf2a is descri

[GitHub] [doris] github-actions[bot] commented on pull request #16125: [fix](nereids)fix bug of rule twoPhaseAggregateWithCountDistinctMulti

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

[GitHub] [doris] Tanya-W closed pull request #16161: [fix](inverted index) fulltext match query should not prune by zone map

2023-01-28 Thread via GitHub
Tanya-W closed pull request #16161: [fix](inverted index) fulltext match query should not prune by zone map URL: https://github.com/apache/doris/pull/16161 -- 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

[GitHub] [doris] adonis0147 commented on pull request #15972: [improvement](bitshuffle)Enable avx512 support in bitshuffle for performance boost

2023-01-28 Thread via GitHub
adonis0147 commented on PR #15972: URL: https://github.com/apache/doris/pull/15972#issuecomment-1407574920 Hi @HackToday , it seems that we have resolved the issues with the workflows. Please rebase the branch on the latest master to trigger the checks again. -- This is an automated mess

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089875811 ## be/src/olap/types.h: ## @@ -430,6 +431,103 @@ class ArrayTypeInfo : public TypeInfo { TypeInfoPtr _item_type_info; const size_t _item_size; }; +///==

[GitHub] [doris] amorynan commented on a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread via GitHub
amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089875841 ## be/src/olap/types.h: ## @@ -430,6 +431,103 @@ class ArrayTypeInfo : public TypeInfo { TypeInfoPtr _item_type_info; const size_t _item_size; }; +///==

[GitHub] [doris] Gabriel39 merged pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

2023-01-28 Thread via GitHub
Gabriel39 merged PR #16132: URL: https://github.com/apache/doris/pull/16132 -- 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] Gabriel39 closed issue #16131: [Bug] cast to datetimev2 return wrong result

2023-01-28 Thread via GitHub
Gabriel39 closed issue #16131: [Bug] cast to datetimev2 return wrong result URL: https://github.com/apache/doris/issues/16131 -- 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 closed issue #15936: [Bug] array(datetimev2) return wrong result

2023-01-28 Thread via GitHub
Gabriel39 closed issue #15936: [Bug] array(datetimev2) return wrong result URL: https://github.com/apache/doris/issues/15936 -- 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

<    1   2   3   >