[GitHub] [doris] github-actions[bot] commented on pull request #16197: [fix](Nereids): Fix some functions error

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16197: URL: https://github.com/apache/doris/pull/16197#issuecomment-1407591645 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] XieJiann opened a new pull request, #16197: [fix](Nereids): Fix some functions error

2023-01-28 Thread via GitHub
XieJiann opened a new pull request, #16197: URL: https://github.com/apache/doris/pull/16197 # 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 #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-1407590947 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 #16189: [refactor](built-in function) remove symbols for vectorized function

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

[GitHub] [doris] github-actions[bot] commented on pull request #16196: [Chore](build) enable ignored-qualifiers check

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16196: URL: https://github.com/apache/doris/pull/16196#issuecomment-1407589653 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 a diff in pull request #15966: [Feature](map)support complex struct for doris

2023-01-28 Thread github-actions
github-actions[bot] commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089889453 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -449,13 +476,91 @@ Status ColumnReader::new_iterator(ColumnIterator** iterator) {

[GitHub] [doris] github-actions[bot] commented on pull request #16195: [fix](compile) fix the compile error when WITH_MYSQL is ON.

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16195: URL: https://github.com/apache/doris/pull/16195#issuecomment-1407588425 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 #16195: [fix](compile) fix the compile error when WITH_MYSQL is ON.

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16195: URL: https://github.com/apache/doris/pull/16195#issuecomment-1407588420 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 #16055: [feature](Load)Suppot skip specific lines number for csv stream load

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16055: URL: https://github.com/apache/doris/pull/16055#issuecomment-1407588267 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 #16195: [fix](compile) fix the compile error when WITH_MYSQL is ON.

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16195: URL: https://github.com/apache/doris/pull/16195#issuecomment-1407588193 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 opened a new pull request, #16196: [Chore](build) enable ignored-qualifiers check

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

[GitHub] [doris] luozenglin opened a new pull request, #16195: [fix](compile) fix the compile error when WITH_MYSQL is ON.

2023-01-28 Thread via GitHub
luozenglin opened a new pull request, #16195: URL: https://github.com/apache/doris/pull/16195 # Proposed changes Issue Number: close #xxx ## Problem summary ``` export WITH_MYSQL=ON sh build.sh --be ``` ``` FAILED: src/exec/CMakeFiles/Exec.dir/exec_

[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-1407586508 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: [fix](Nereids): fix function name. (#16188)

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 b11d056fe5 [fix](Nereids): fix function name. (#

[GitHub] [doris] jackwener merged pull request #16188: [fix](Nereids): fix function name.

2023-01-28 Thread via GitHub
jackwener merged PR #16188: URL: https://github.com/apache/doris/pull/16188 -- 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] 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-1407584136 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 #16191: [optimize](inverted index) use InvertedIndexReaderType::FULLTEXT instead of InvertedIndexParserType to check predicate whether ha

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16191: URL: https://github.com/apache/doris/pull/16191#issuecomment-1407584103 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 #16188: [fix](Nereids): fix function name.

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

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16188: URL: https://github.com/apache/doris/pull/16188#issuecomment-1407583973 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 #16194: [refactor](some mempool) remove some useless mempool code or misuse of mempool

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16194: URL: https://github.com/apache/doris/pull/16194#issuecomment-1407582490 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] morrySnow closed pull request #15335: [test_only](Nereids) test p0 on nereids

2023-01-28 Thread via GitHub
morrySnow closed pull request #15335: [test_only](Nereids) test p0 on nereids URL: https://github.com/apache/doris/pull/15335 -- 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] yiguolei opened a new pull request, #16194: [refactor](some mempool) remove some useless mempool code or misuse of mempool

2023-01-28 Thread via GitHub
yiguolei opened a new pull request, #16194: URL: https://github.com/apache/doris/pull/16194 # 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 #16190: [Enhance](fix)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-1407581461 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] morrySnow opened a new pull request, #16193: [refactor](Nereids) use immutable collections as far as possible

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

[doris] branch master updated (c6bc0a03a4 -> abc50c6fe5)

2023-01-28 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 c6bc0a03a4 [feature](Load)Suppot MySQL Load Data (#15511) add abc50c6fe5 [enhance](Nereids): remove duplicated al

[GitHub] [doris] jackwener merged pull request #16187: [enhance](Nereids): remove duplicated Function.

2023-01-28 Thread via GitHub
jackwener merged PR #16187: URL: https://github.com/apache/doris/pull/16187 -- 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] hello-stephen commented on pull request #16183: [refactor](remove unused code) remove log error hub

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

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

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16187: URL: https://github.com/apache/doris/pull/16187#issuecomment-1407580581 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 #16187: [enhance](Nereids): remove duplicated Function.

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16187: URL: https://github.com/apache/doris/pull/16187#issuecomment-1407580586 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 a diff in pull request #16166: [fix](hashjoin) join produce blocks with rows larger than batch size

2023-01-28 Thread github-actions
github-actions[bot] commented on code in PR #16166: URL: https://github.com/apache/doris/pull/16166#discussion_r1089878994 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -409,99 +461,154 @@ Status ProcessHashTableProbe::do_process_with_other_join_conjuncts(

[GitHub] [doris] morrySnow commented on a diff in pull request #16187: [enhance](Nereids): remove duplicated Function.

2023-01-28 Thread via GitHub
morrySnow commented on code in PR #16187: URL: https://github.com/apache/doris/pull/16187#discussion_r1089878859 ## regression-test/suites/nereids_function_p0/scalar_function/A-F.groovy: ## @@ -115,8 +115,6 @@ suite("nereids_scalar_fn_1") { sql "select current_date() from f

[GitHub] [doris] sohardforaname opened a new pull request, #16192: [Fix](regression-test)fix regression test framework cannot compare double value nan and inf.

2023-01-28 Thread via GitHub
sohardforaname opened a new pull request, #16192: URL: https://github.com/apache/doris/pull/16192 # Proposed changes Issue Number: close #xxx ## Problem summary fix regression test framework cannot compare double value nan and inf. check this fix by 'select acos(kdbl)

[GitHub] [doris] github-actions[bot] commented on pull request #16190: [Enhance](fix)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-1407579772 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] branch master updated (c9f66250a8 -> c6bc0a03a4)

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 c9f66250a8 [docker](iceberg) add iceberg docker compose and modify scripts (#16175) add c6bc0a03a4 [feature](

[GitHub] [doris] morningman merged pull request #15511: [feature](Load)Suppot MySQL Load Data

2023-01-28 Thread via GitHub
morningman merged PR #15511: URL: https://github.com/apache/doris/pull/15511 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #15511: [feature](Load)Suppot MySQL Load Data

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #15511: URL: https://github.com/apache/doris/pull/15511#issuecomment-1407578657 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 #15511: [feature](Load)Suppot MySQL Load Data

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #15511: URL: https://github.com/apache/doris/pull/15511#issuecomment-1407578651 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-flink-connector] link3280 closed pull request #66: [Fix] fix deserialization error for QueryPlan exception

2023-01-28 Thread via GitHub
link3280 closed pull request #66: [Fix] fix deserialization error for QueryPlan exception URL: https://github.com/apache/doris-flink-connector/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [doris] github-actions[bot] commented on pull request #16191: [optimize](inverted index) use InvertedIndexReaderType::FULLTEXT instead of InvertedIndexParserType to check predicate whether ha

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16191: URL: https://github.com/apache/doris/pull/16191#issuecomment-1407577832 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 #16191: [optimize](inverted index) use InvertedIndexReaderType::FULLTEXT instead of InvertedIndexParserType to check predicate whether ha

2023-01-28 Thread github-actions
github-actions[bot] commented on PR #16191: URL: https://github.com/apache/doris/pull/16191#issuecomment-1407576881 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 opened a new pull request, #16191: [optimize](inverted index) use InvertedIndexReaderType::FULLTEXT instead of InvertedIndexParserType to check predicate whether handle by ful

2023-01-28 Thread via GitHub
Tanya-W opened a new pull request, #16191: URL: https://github.com/apache/doris/pull/16191 # Proposed changes Judge whether the predicate is handle by fulltext index can directly use `InvertedIndexIterator`'s `InvertedIndexReaderType` to check. ## Problem summary Describe yo

[doris] branch master updated (eb7da1c0ee -> c9f66250a8)

2023-01-28 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 eb7da1c0ee [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3 (#16132) add c9f66250a8

[GitHub] [doris] yiguolei merged pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread via GitHub
yiguolei merged PR #16175: URL: https://github.com/apache/doris/pull/16175 -- 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] morningman commented on a diff in pull request #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread via GitHub
morningman commented on code in PR #16175: URL: https://github.com/apache/doris/pull/16175#discussion_r1089876363 ## 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 #16190: [Enhance](fix)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-1407575493 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] Gabriel39 closed issue #16015: [Bug] some agg functions return wrong results when the param type is array(decimal)

2023-01-28 Thread via GitHub
Gabriel39 closed issue #16015: [Bug] some agg functions return wrong results when the param type is array(decimal) URL: https://github.com/apache/doris/issues/16015 -- 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] Gabriel39 closed issue #15939: [Bug] array(decimalv3) return wrong result

2023-01-28 Thread via GitHub
Gabriel39 closed issue #15939: [Bug] array(decimalv3) return wrong result URL: https://github.com/apache/doris/issues/15939 -- 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] Gabriel39 closed issue #15855: [Bug] some agg functions return wrong results when the param type is array(datetimev2)

2023-01-28 Thread via GitHub
Gabriel39 closed issue #15855: [Bug] some agg functions return wrong results when the param type is array(datetimev2) URL: https://github.com/apache/doris/issues/15855 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[doris] branch master updated (3235b636cc -> eb7da1c0ee)

2023-01-28 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 3235b636cc [refactor](remove unused code) remove thread pool manager (#16179) add eb7da1c0ee [fix](datatype)

[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

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

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

[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] 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 #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] 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] 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] 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

[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

[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

[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

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

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

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

[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

[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

[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: 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] 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: 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_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

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

[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] 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: [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] 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

[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] 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_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_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_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] 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] 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] 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] 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] 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

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

  1   2   3   >