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

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

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

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

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

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

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

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

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

<    1   2   3