[GitHub] [incubator-doris] morningman opened a new issue #8264: [Bug] Insert into with select constants failed

2022-02-28 Thread GitBox
morningman opened a new issue #8264: URL: https://github.com/apache/incubator-doris/issues/8264 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version tru

[GitHub] [incubator-doris] morningman opened a new pull request #8265: [fix](chore)(insert)(fe) Fix analysis error of insert stmt and modify grpc-netty dependency

2022-02-28 Thread GitBox
morningman opened a new pull request #8265: URL: https://github.com/apache/incubator-doris/pull/8265 # Proposed changes Issue Number: close #8264 ## Problem Summary: This bug is introduced from #8112. Also , I change the `grpc-netty` dependency to `grpc-netty-shad

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8265: [fix][chore](insert)(fe) Fix analysis error of insert stmt and modify grpc-netty dependency

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8265: URL: https://github.com/apache/incubator-doris/pull/8265#issuecomment-1054013842 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8263: [refactor] remove unused new_in_predicate code

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8263: URL: https://github.com/apache/incubator-doris/pull/8263#issuecomment-1054014358 -- 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

[GitHub] [incubator-doris] lljqy opened a new issue #8266: [Enhancement]

2022-02-28 Thread GitBox
lljqy opened a new issue #8266: URL: https://github.com/apache/incubator-doris/issues/8266 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description 希望兼容

[GitHub] [incubator-doris] spaces-X commented on a change in pull request #8234: [Feature] Support pre-aggregation for quantile type

2022-02-28 Thread GitBox
spaces-X commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r815708161 ## File path: be/src/exprs/quantile_function.cpp ## @@ -0,0 +1,127 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] spaces-X commented on pull request #8234: [Feature] Support pre-aggregation for quantile type

2022-02-28 Thread GitBox
spaces-X commented on pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#issuecomment-1054058228 > before we release the feature, maybe we should support it in vec exec engine both. yeap, i think it is more reasonable to put it in another pr and i will impl

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8156: [Transactions][Stmt] Support view transactions info for specified status by `SHOW TRANSACTION` stmt

2022-02-28 Thread GitBox
caiconghui commented on a change in pull request #8156: URL: https://github.com/apache/incubator-doris/pull/8156#discussion_r815721636 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTransactionStmt.java ## @@ -108,13 +114,29 @@ private void analyzeWhereCl

[GitHub] [incubator-doris] morningman merged pull request #8246: Remove old fe meta version

2022-02-28 Thread GitBox
morningman merged pull request #8246: URL: https://github.com/apache/incubator-doris/pull/8246 -- 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: com

[incubator-doris] branch master updated (c66a9bf -> 27d2e3e)

2022-02-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/incubator-doris.git. from c66a9bf [fix](be-ut) fix unit test bug for tablet_info_test (#8253) add 27d2e3e [refactor](fe) Re

[GitHub] [incubator-doris] morningman commented on pull request #8247: [refactor] Upgrade to MySQL 5.7.37 to reduce unnecessary CVE issues

2022-02-28 Thread GitBox
morningman commented on pull request #8247: URL: https://github.com/apache/incubator-doris/pull/8247#issuecomment-1054074936 Hi @aopangzi , please rebase the master to solve the conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman merged pull request #8252: [community] add more collaborators in .asf.yaml (#8029)

2022-02-28 Thread GitBox
morningman merged pull request #8252: URL: https://github.com/apache/incubator-doris/pull/8252 -- 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: com

[incubator-doris] branch master updated: [community] add more collaborators in .asf.yaml (#8029) (#8252)

2022-02-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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 01365f1 [community] add more colla

[GitHub] [incubator-doris] wangbo opened a new pull request #8267: [fix](vectorization)Some small fix for SegmentIter Vectorization

2022-02-28 Thread GitBox
wangbo opened a new pull request #8267: URL: https://github.com/apache/incubator-doris/pull/8267 # Proposed changes 1 No longer using short-circuit to evaluate date type, because the cost of read date type is small, lazy materialization has higher costs. 2 Fix read hll/bitmap/date typ

[GitHub] [incubator-doris] qidaye opened a new pull request #8268: [fix](fold-constant)(hive) fix constant-folding in order by and optimize logs in hive client

2022-02-28 Thread GitBox
qidaye opened a new pull request #8268: URL: https://github.com/apache/incubator-doris/pull/8268 # Proposed changes fix: #7509 1. fix order by clause constant folding 2. optimize Hive exception message 3. change hive file status log type ## Problem Summary: Des

[GitHub] [incubator-doris-flink-connector] madongz opened a new pull request #12: [refactor]doris sink enable 2pc

2022-02-28 Thread GitBox
madongz opened a new pull request #12: URL: https://github.com/apache/incubator-doris-flink-connector/pull/12 # Proposed changes Issue Number: close #xxx ## Problem Summary: At present, Doris has supported 2pc. On this basis, we have implemented doris-flink-connector based

[GitHub] [incubator-doris] dataroaring opened a new pull request #8271: make options of build.sh and run-be-ut.sh work

2022-02-28 Thread GitBox
dataroaring opened a new pull request #8271: URL: https://github.com/apache/incubator-doris/pull/8271 The h option of build.sh and j option of run-be-ut.sh do not work in the docker with image apache/incubator-doris:build-env-ldb-toolchain-latest. # Proposed changes Issue

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8271: make options of build.sh and run-be-ut.sh work

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8271: URL: https://github.com/apache/incubator-doris/pull/8271#issuecomment-1054268899 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8256: [Enhancement](routine-load) Support routine load task succeed with empty data consumed

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8256: URL: https://github.com/apache/incubator-doris/pull/8256#issuecomment-1054273002 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 Gi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8268: [fix](fold-constant)(hive) fix constant-folding in order by and optimize logs in hive client

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8268: URL: https://github.com/apache/incubator-doris/pull/8268#issuecomment-1054303894 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 Gi

[GitHub] [incubator-doris] jackwener commented on pull request #8268: [fix](fold-constant)(hive) fix constant-folding in order by and optimize logs in hive client

2022-02-28 Thread GitBox
jackwener commented on pull request #8268: URL: https://github.com/apache/incubator-doris/pull/8268#issuecomment-1054304192 @steadyBoy Could you review this PR? -- 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] [incubator-doris] leafgodgood removed a comment on issue #6483: New Optimizer

2022-02-28 Thread GitBox
leafgodgood removed a comment on issue #6483: URL: https://github.com/apache/incubator-doris/issues/6483#issuecomment-908509707 【英文缩写】 3R 【词性类别】 生物科学 【英文全称】 Reduction Refinement Replacement 【中文解释】 减少、优化和替代 【缩写简介】 在对待实验动物问题上,国际上目前推崇的“3R法则”。减少,即可能减少实验中所用动物的数量,提高实验

[GitHub] [incubator-doris] longfengpili opened a new issue #8272: failed to get tuple idx when prepare with tuple id: 6, slot id: 20

2022-02-28 Thread GitBox
longfengpili opened a new issue #8272: URL: https://github.com/apache/incubator-doris/issues/8272 ### Discussed in https://github.com/apache/incubator-doris/discussions/8270 Originally posted by **longfengpili** February 28, 2022 SQL 错误 [1105] [HY000]: errCode = 2, detailMe

[GitHub] [incubator-doris] longfengpili commented on issue #8272: failed to get tuple idx when prepare with tuple id: 6, slot id: 20

2022-02-28 Thread GitBox
longfengpili commented on issue #8272: URL: https://github.com/apache/incubator-doris/issues/8272#issuecomment-1054873530 如果修改为sum就可以 -- 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 specifi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8268: [fix](fold-constant)(hive) fix constant-folding in order by and optimize logs in hive client

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8268: URL: https://github.com/apache/incubator-doris/pull/8268#issuecomment-1054898532 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, ple

[incubator-doris-spark-connector] branch master updated: [chore] modify some script for building connector (#7)

2022-02-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/incubator-doris-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new d2e3f7e [chore] m

[incubator-doris-spark-connector] annotated tag 2.3.4-2.11-1.0.0 updated (5a67837 -> dbb5f2a)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 2.3.4-2.11-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 2.3.4-2.11-1.0.0 was modified! *** from 5a67837 (commit)

[GitHub] [incubator-doris] yiguolei opened a new pull request #8273: [Refactor] Remove agent status

2022-02-28 Thread GitBox
yiguolei opened a new pull request #8273: URL: https://github.com/apache/incubator-doris/pull/8273 # Proposed changes Issue Number: close #xxx ## Problem Summary: There are 3 error code types in BE: OLAPStatus AgentStatus Status. It is very confused and sometimes confli

[incubator-doris-spark-connector] annotated tag 2.3.4-2.11-1.0.0 updated (51debfd -> b88974f)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 2.3.4-2.11-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 2.3.4-2.11-1.0.0 was modified! *** from 51debfd (commit)

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #8156: [Transactions][Stmt] Support view transactions info for specified status by `SHOW TRANSACTION` stmt

2022-02-28 Thread GitBox
weizuo93 commented on a change in pull request #8156: URL: https://github.com/apache/incubator-doris/pull/8156#discussion_r816404516 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTransactionStmt.java ## @@ -108,13 +114,29 @@ private void analyzeWhereClau

[GitHub] [incubator-doris-spark-connector] morningman opened a new pull request #8: [chore] add release plugin

2022-02-28 Thread GitBox
morningman opened a new pull request #8: URL: https://github.com/apache/incubator-doris-spark-connector/pull/8 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the ori

[GitHub] [incubator-doris-spark-connector] morningman merged pull request #8: [chore] add release plugin

2022-02-28 Thread GitBox
morningman merged pull request #8: URL: https://github.com/apache/incubator-doris-spark-connector/pull/8 -- 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

[incubator-doris-spark-connector] branch master updated: [chore] add release plugin (#8)

2022-02-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/incubator-doris-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new 208624a [chore] a

[incubator-doris-spark-connector] annotated tag 2.3.4-2.11-1.0.0 updated (183a031 -> 24ee1ea)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 2.3.4-2.11-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 2.3.4-2.11-1.0.0 was modified! *** from 183a031 (commit)

[incubator-doris-spark-connector] annotated tag 3.1.2-2.12-1.0.0 updated (353fa68 -> 8238868)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 3.1.2-2.12-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 3.1.2-2.12-1.0.0 was modified! *** from 353fa68 (commit)

svn commit: r52787 - in /dev/incubator/doris/spark-connector: ./ 1.0.0/

2022-02-28 Thread morningman
Author: morningman Date: Tue Mar 1 02:57:20 2022 New Revision: 52787 Log: release spark connector v1.0.0 for doris Added: dev/incubator/doris/spark-connector/ dev/incubator/doris/spark-connector/1.0.0/ dev/incubator/doris/spark-connector/1.0.0/apache-doris-spark-connector-2.3.4-2.11

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8202: [[improvment] show export support label like

2022-02-28 Thread GitBox
EmmyMiao87 commented on a change in pull request #8202: URL: https://github.com/apache/incubator-doris/pull/8202#discussion_r816409256 ## File path: docs/en/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md ## @@ -61,6 +61,9 @@ Explain: 5. Show the export task of s

[GitHub] [incubator-doris] morningman merged pull request #8251: [improvement](lateral-view) Add number rows filtered in profile

2022-02-28 Thread GitBox
morningman merged pull request #8251: URL: https://github.com/apache/incubator-doris/pull/8251 -- 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: com

[GitHub] [incubator-doris] morningman merged pull request #8254: [doc] Modify document of compilation on ARM64

2022-02-28 Thread GitBox
morningman merged pull request #8254: URL: https://github.com/apache/incubator-doris/pull/8254 -- 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: com

[incubator-doris] branch master updated (01365f1 -> e77e2b0)

2022-02-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/incubator-doris.git. from 01365f1 [community] add more collaborators in .asf.yaml (#8029) (#8252) add e77e2b0 [improvement

[incubator-doris] branch master updated (e77e2b0 -> 13f007b)

2022-02-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/incubator-doris.git. from e77e2b0 [improvement](lateral-view) Add number rows filtered in profile (#8251) add 13f007b [doc

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8156: [Transactions][Stmt] Support view transactions info for specified status by `SHOW TRANSACTION` stmt

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8156: URL: https://github.com/apache/incubator-doris/pull/8156#issuecomment-1054948848 -- 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

[incubator-doris] branch master updated: [typo] fix listdb description error (#8257)

2022-02-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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 0fce094 [typo] fix listdb descript

[GitHub] [incubator-doris] morningman merged pull request #8257: fix listdb description error

2022-02-28 Thread GitBox
morningman merged pull request #8257: URL: https://github.com/apache/incubator-doris/pull/8257 -- 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: com

[GitHub] [incubator-doris] morningman merged pull request #8261: [Bug][Vectorized] fix bitmap_ut result wrong && fix schema_change compile error

2022-02-28 Thread GitBox
morningman merged pull request #8261: URL: https://github.com/apache/incubator-doris/pull/8261 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #8260: [Bug][Vectorized] fix bitmap_ut result wrong && fix schema_change compile error

2022-02-28 Thread GitBox
morningman closed issue #8260: URL: https://github.com/apache/incubator-doris/issues/8260 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #8263: [refactor] remove unused new_in_predicate code

2022-02-28 Thread GitBox
morningman merged pull request #8263: URL: https://github.com/apache/incubator-doris/pull/8263 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #8264: [Bug] Insert into with select constants failed

2022-02-28 Thread GitBox
morningman closed issue #8264: URL: https://github.com/apache/incubator-doris/issues/8264 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #8265: [fix][chore](insert)(fe) Fix analysis error of insert stmt and modify grpc-netty dependency

2022-02-28 Thread GitBox
morningman merged pull request #8265: URL: https://github.com/apache/incubator-doris/pull/8265 -- 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: com

[incubator-doris] branch master updated (0fce094 -> 7d0e36a)

2022-02-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/incubator-doris.git. from 0fce094 [typo] fix listdb description error (#8257) add 7d0e36a [fix](be-ut) fix bitmap_ut result

[incubator-doris] branch master updated (7d0e36a -> 757e357)

2022-02-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/incubator-doris.git. from 7d0e36a [fix](be-ut) fix bitmap_ut result wrong && fix schema_change compile error (#8261) add 75

[incubator-doris] branch master updated (757e357 -> 93c638f)

2022-02-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/incubator-doris.git. from 757e357 [refactor] remove unused new_in_predicate code (#8263) add 93c638f [fix][chore](insert)(f

[GitHub] [incubator-doris] liaoxin01 opened a new pull request #8274: [Docs] Fix a typo in downloads.md

2022-02-28 Thread GitBox
liaoxin01 opened a new pull request #8274: URL: https://github.com/apache/incubator-doris/pull/8274 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8274: [Docs] Fix a typo in downloads.md

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8274: URL: https://github.com/apache/incubator-doris/pull/8274#issuecomment-1054957266 -- 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

[incubator-doris] branch dev-1.0.0 updated (699d065 -> 2be9380)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 699d065 [fix](olap) add check statement to protect get_dict_word_info() from crash (#8241) new

[incubator-doris] 01/04: [improvement](lateral-view) Add number rows filtered in profile (#8251)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit dfb0076ac04e6b66a861a868a351a0ae4500fe11 Author: Mingyu Chen AuthorDate: Tue Mar 1 11:04:57 2022 +0800

[incubator-doris] 04/04: [fix][chore](insert)(fe) Fix analysis error of insert stmt and modify grpc-netty dependency (#8265)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 2be9380508085051881b3617546f0ac992dedd47 Author: Mingyu Chen AuthorDate: Tue Mar 1 11:12:10 2022 +0800

[incubator-doris] 02/04: [fix](be-ut) fix bitmap_ut result wrong && fix schema_change compile error (#8261)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 2efcbfabfce000bfc8f63747820b2bc99c3ddab4 Author: Pxl <952130...@qq.com> AuthorDate: Tue Mar 1 11:11:02 20

[incubator-doris] 03/04: [refactor] remove unused new_in_predicate code (#8263)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 3c872f2fccbe25db3e98137c49bb2271dda19d24 Author: Zhengguo Yang AuthorDate: Tue Mar 1 11:11:42 2022 +0800

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229#issuecomment-1054960513 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, ple

[incubator-doris] branch master updated: [improvement][vec] better memequal impl to speed up string compare (#8229)

2022-02-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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new ada39dd [improvement][vec] better

[GitHub] [incubator-doris] morningman merged pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-28 Thread GitBox
morningman merged pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229 -- 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: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8256: [Enhancement](routine-load) Support routine load task succeed with empty data consumed

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8256: URL: https://github.com/apache/incubator-doris/pull/8256#issuecomment-1054964705 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, ple

[GitHub] [incubator-doris] morningman opened a new pull request #8275: [community] Modify doris connector release doc

2022-02-28 Thread GitBox
morningman opened a new pull request #8275: URL: https://github.com/apache/incubator-doris/pull/8275 # Proposed changes Issue Number: close #xxx ## Problem Summary: Modify some comment ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8275: [community] Modify doris connector release doc

2022-02-28 Thread GitBox
EmmyMiao87 commented on a change in pull request #8275: URL: https://github.com/apache/incubator-doris/pull/8275#discussion_r816428257 ## File path: docs/en/community/release-and-verify/release-doris-connectors.md ## @@ -71,17 +78,17 @@ Execute the following command to start ge

[incubator-doris] 02/02: [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit d256206049df5a74740375a118cc693045656c7d Author: Adonis Ling AuthorDate: Fri Feb 18 10:59:57 2022 +0800

[incubator-doris] 01/02: [feature-wip](array-type) Create table with nested array type. (#8003)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 37becad1ff454d2c1f2a78a4fd95de71dbe1a572 Author: Adonis Ling AuthorDate: Wed Feb 16 12:44:30 2022 +0800

[incubator-doris] branch array-type updated (e1d75ee -> d256206)

2022-02-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. omit e1d75ee [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089) omit 0d14205 [feature-w

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8250: [revert] "[improvement]upgrade-grpc-version"

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8250: URL: https://github.com/apache/incubator-doris/pull/8250#issuecomment-1054980910 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8247: [refactor] Upgrade to MySQL 5.7.37 to reduce unnecessary CVE issues

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8247: URL: https://github.com/apache/incubator-doris/pull/8247#issuecomment-1054981592 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, ple

[GitHub] [incubator-doris] maninhill commented on issue #7986: Apache Doris Manager 2022 Roadmap

2022-02-28 Thread GitBox
maninhill commented on issue #7986: URL: https://github.com/apache/incubator-doris/issues/7986#issuecomment-1055028485 Is there any progress on this Doris visualization management tool? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman commented on a change in pull request #8240: [feature-wip][array-type] Refactor type info for nested array.

2022-02-28 Thread GitBox
morningman commented on a change in pull request #8240: URL: https://github.com/apache/incubator-doris/pull/8240#discussion_r816456289 ## File path: be/src/olap/types.cpp ## @@ -97,30 +98,51 @@ bool is_scalar_type(FieldType field_type) { } } -TypeInfo* get_scalar_type_i

[GitHub] [incubator-doris] yangzhg opened a new issue #8276: [Bug] encryption functions with iv may return wrong result

2022-02-28 Thread GitBox
yangzhg opened a new issue #8276: URL: https://github.com/apache/incubator-doris/issues/8276 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.15

[GitHub] [incubator-doris] yangzhg opened a new pull request #8277: [fix] fix a bug of encryption function with iv may return wrong result

2022-02-28 Thread GitBox
yangzhg opened a new pull request #8277: URL: https://github.com/apache/incubator-doris/pull/8277 # Proposed changes Issue Number: close #8276 ## Problem Summary: this bug is caused by the iv should be the same length of block, so if iv is less than block we should pad

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8238: [fix] Function percentile input null return null

2022-02-28 Thread GitBox
github-actions[bot] commented on pull request #8238: URL: https://github.com/apache/incubator-doris/pull/8238#issuecomment-1055048655 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, ple

[GitHub] [incubator-doris] HappenLee opened a new issue #8278: [Bug] [Vectorized] Coredump in TPCDS-14

2022-02-28 Thread GitBox
HappenLee opened a new issue #8278: URL: https://github.com/apache/incubator-doris/issues/8278 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version vect

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8226: [Bug][Vectorized] fix arithmetic calculate get wrong result

2022-02-28 Thread GitBox
EmmyMiao87 commented on a change in pull request #8226: URL: https://github.com/apache/incubator-doris/pull/8226#discussion_r816475600 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4951,24 +4951,44 @@ window_boundary ::= arithmetic_expr ::= expr:e1 STAR expr:e

[GitHub] [incubator-doris] adonis0147 opened a new pull request #8279: [feature-wip][array-type] Refactor type info for nested array.

2022-02-28 Thread GitBox
adonis0147 opened a new pull request #8279: URL: https://github.com/apache/incubator-doris/pull/8279 # Proposed changes Issue Number: close #8237 ## Problem Summary: Please refer to #8237 . ## Checklist(Required) 1. Does it affect the original behavior: No

[GitHub] [incubator-doris] HappenLee opened a new pull request #8280: [Bug][Vectorized] Fix core dump of mutable block different of block

2022-02-28 Thread GitBox
HappenLee opened a new pull request #8280: URL: https://github.com/apache/incubator-doris/pull/8280 # Proposed changes Issue Number: close #8278 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] HappenLee closed issue #8236: [Bug] Function percentile input null return 0

2022-02-28 Thread GitBox
HappenLee closed issue #8236: URL: https://github.com/apache/incubator-doris/issues/8236 -- 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-u

[GitHub] [incubator-doris] HappenLee merged pull request #8238: [fix] Function percentile input null return null

2022-02-28 Thread GitBox
HappenLee merged pull request #8238: URL: https://github.com/apache/incubator-doris/pull/8238 -- 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: comm

[incubator-doris] branch master updated (ada39dd -> 2b9b0fc)

2022-02-28 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from ada39dd [improvement][vec] better memequal impl to speed up string compare (#8229) add 2b9b0fc [F

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8281: [Bug] fix string type length limit error && add runtime filter decimal support

2022-02-28 Thread GitBox
BiteThet opened a new issue #8281: URL: https://github.com/apache/incubator-doris/issues/8281 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version m

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8282: [Bug] fix string type length limit error && add runtime filter decimal support

2022-02-28 Thread GitBox
BiteThet opened a new pull request #8282: URL: https://github.com/apache/incubator-doris/pull/8282 # Proposed changes @HappenLee Issue Number: close #8281 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [incubator-doris] zbtzbtzbt opened a new issue #8283: [Enhancement] faster string cmp implement

2022-02-28 Thread GitBox
zbtzbtzbt opened a new issue #8283: URL: https://github.com/apache/incubator-doris/issues/8283 In this issue, i record the experimental data of pull request https://github.com/apache/incubator-doris/pull/8229 better than old pr https://github.com/apache/incubator-doris/pull/8214 (so i c

[GitHub] [incubator-doris] zbtzbtzbt closed issue #8283: [Enhancement] faster string cmp implement

2022-02-28 Thread GitBox
zbtzbtzbt closed issue #8283: URL: https://github.com/apache/incubator-doris/issues/8283 -- 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-u

[GitHub] [incubator-doris] zhangstar333 opened a new pull request #8284: [fix] delete the repeat same code to compile

2022-02-28 Thread GitBox
zhangstar333 opened a new pull request #8284: URL: https://github.com/apache/incubator-doris/pull/8284 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original be