[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6247: [Feature] Support for querying the trash used capacity

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6247: URL: https://github.com/apache/incubator-doris/pull/6247#discussion_r670187091 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java ## @@ -1690,6 +1698,46 @@ private void handleShowRoles() { L

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6247: [Feature] Support for querying the trash used capacity

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6247: URL: https://github.com/apache/incubator-doris/pull/6247#discussion_r670184683 ## File path: fe/fe-core/src/main/jflex/sql_scanner.flex ## @@ -103,6 +103,7 @@ import org.apache.doris.qe.SqlModeHelper; keywordMap.put(

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #6247: [Feature] Support for querying the trash used capacity

2021-07-14 Thread GitBox
BiteThet opened a new pull request #6247: URL: https://github.com/apache/incubator-doris/pull/6247 ## Proposed changes Now user can proactively scan trash directory. ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the bo

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #6246: [Feature] Support for querying the trash used capacity

2021-07-14 Thread GitBox
BiteThet opened a new issue #6246: URL: https://github.com/apache/incubator-doris/issues/6246 **Is your feature request related to a problem? Please describe.** Sometimes, garbage data will accumulate and take up a lot of space, but users don't know it. **Describe the solutio

[GitHub] [incubator-doris] BiteTheDDDDt closed pull request #6196: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-14 Thread GitBox
BiteThet closed pull request #6196: URL: https://github.com/apache/incubator-doris/pull/6196 -- 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: c

[GitHub] [incubator-doris] BiteTheDDDDt closed issue #6195: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-14 Thread GitBox
BiteThet closed issue #6195: URL: https://github.com/apache/incubator-doris/issues/6195 -- 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: commit

[incubator-doris] branch master updated: [Docs] Add like, regexp function documents (#6182)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 15c5896 [Docs] Add like, regexp funct

[GitHub] [incubator-doris] yangzhg merged pull request #6182: [Docs] Add like, regexp function documents

2021-07-14 Thread GitBox
yangzhg merged pull request #6182: URL: https://github.com/apache/incubator-doris/pull/6182 -- 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: commit

[GitHub] [incubator-doris] pengxiangyu opened a new pull request #6245: Add transaction for the operation of insert #6244

2021-07-14 Thread GitBox
pengxiangyu opened a new pull request #6245: URL: https://github.com/apache/incubator-doris/pull/6245 ## Proposed changes Add transaction for the operation of insert. It will cost less time than non-transaction(it will cost 1/1000 time) when you want to insert a amount of rows. e

[GitHub] [incubator-doris] pengxiangyu opened a new issue #6244: Add transaction for the operation of insert

2021-07-14 Thread GitBox
pengxiangyu opened a new issue #6244: URL: https://github.com/apache/incubator-doris/issues/6244 Add transaction for the operation of insert. Only insert is acceptable, nor update or delete. e.g. commit a transaction: begin; insert into Tbl values(11, 22, 33); commit; roll

[incubator-doris] branch master updated (68f988b -> 409cee0)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 68f988b [Optimize] Use flat_hash_set to replace unorderd_set in InPredicate (#6216) add 409cee0 [Bu

[GitHub] [incubator-doris] yangzhg merged pull request #6215: [Bug][RoutineLoad] Fix bug that routine load thread on BE may be blocked

2021-07-14 Thread GitBox
yangzhg merged pull request #6215: URL: https://github.com/apache/incubator-doris/pull/6215 -- 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: commit

[incubator-doris] branch master updated (d5cd3ae -> 68f988b)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d5cd3ae [Compatibility] Change the response body of load info api in httpv2. (#6208) add 68f988b [O

[GitHub] [incubator-doris] yangzhg merged pull request #6216: [Optimize] Use flat_hash_set to replace unorderd_set in InPredicate

2021-07-14 Thread GitBox
yangzhg merged pull request #6216: URL: https://github.com/apache/incubator-doris/pull/6216 -- 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: commit

[incubator-doris] branch master updated: [Compatibility] Change the response body of load info api in httpv2. (#6208)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 d5cd3ae [Compatibility] Change the re

[GitHub] [incubator-doris] yangzhg merged pull request #6208: [Compatibility] Change the response body of load info api in httpv2.

2021-07-14 Thread GitBox
yangzhg merged pull request #6208: URL: https://github.com/apache/incubator-doris/pull/6208 -- 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: commit

[incubator-doris] branch master updated: [Optimize] Using custom conf dir to save log config of Spring (#6205)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 7e77b5e [Optimize] Using custom conf

[GitHub] [incubator-doris] yangzhg merged pull request #6205: [Optimize] Using custom conf dir to save log config of Spring

2021-07-14 Thread GitBox
yangzhg merged pull request #6205: URL: https://github.com/apache/incubator-doris/pull/6205 -- 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: commit

[GitHub] [incubator-doris] JNSimba opened a new pull request #6243: [Feature]:Flink-connector supports streamload parameters

2021-07-14 Thread GitBox
JNSimba opened a new pull request #6243: URL: https://github.com/apache/incubator-doris/pull/6243 ## Proposed changes Flink-connector supports streamload parameters #6199 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes

[GitHub] [incubator-doris] yangzhg closed issue #6183: [Bug] Show view report "Unresolved table reference" error

2021-07-14 Thread GitBox
yangzhg closed issue #6183: URL: https://github.com/apache/incubator-doris/issues/6183 -- 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-uns

[GitHub] [incubator-doris] yangzhg merged pull request #6184: [Bug-Fix] Fix bug that show view report "Unresolved table reference" error

2021-07-14 Thread GitBox
yangzhg merged pull request #6184: URL: https://github.com/apache/incubator-doris/pull/6184 -- 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: commit

[incubator-doris] branch master updated: [Bug-Fix] Fix bug that show view report "Unresolved table reference" error (#6184)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 7c34dbb [Bug-Fix] Fix bug that show v

[GitHub] [incubator-doris] yangzhg closed pull request #2979: Incomplete support Array type (#2871)

2021-07-14 Thread GitBox
yangzhg closed pull request #2979: URL: https://github.com/apache/incubator-doris/pull/2979 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed pull request #4623: Support Array type

2021-07-14 Thread GitBox
yangzhg closed pull request #4623: URL: https://github.com/apache/incubator-doris/pull/4623 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed pull request #4643: [array][be] Support array type 1/4. add array to tablet_meta, add array expr/function, mysql buffer

2021-07-14 Thread GitBox
yangzhg closed pull request #4643: URL: https://github.com/apache/incubator-doris/pull/4643 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed pull request #4644: [array][fe] Support array type 2/4. FE SQL syntax, ArrayLiteral, meta support

2021-07-14 Thread GitBox
yangzhg closed pull request #4644: URL: https://github.com/apache/incubator-doris/pull/4644 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed pull request #4650: [array][be] Support array type 3/4. Be exec scan array, insert array and sink array type.

2021-07-14 Thread GitBox
yangzhg closed pull request #4650: URL: https://github.com/apache/incubator-doris/pull/4650 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed pull request #4655: [array][document] Support array type 4/4. Update array document.

2021-07-14 Thread GitBox
yangzhg closed pull request #4655: URL: https://github.com/apache/incubator-doris/pull/4655 -- 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: commit

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6223: [ODBC] Support ODBC external table of SQLServer and revise the doc.

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6223: URL: https://github.com/apache/incubator-doris/pull/6223#discussion_r670091688 ## File path: docs/en/extending-doris/odbc-of-doris.md ## @@ -212,15 +212,32 @@ There are different data types among different databases. Here, t

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6223: [ODBC] Support ODBC external table of SQLServer and revise the doc.

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6223: URL: https://github.com/apache/incubator-doris/pull/6223#discussion_r670091188 ## File path: docs/en/extending-doris/odbc-of-doris.md ## @@ -212,15 +212,32 @@ There are different data types among different databases. Here, t

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6223: [ODBC] Support ODBC external table of SQLServer and revise the doc.

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6223: URL: https://github.com/apache/incubator-doris/pull/6223#discussion_r670091008 ## File path: docs/zh-CN/extending-doris/odbc-of-doris.md ## @@ -208,15 +208,32 @@ set enable_odbc_transcation = true; | DATETIME | DATETIME |

[incubator-doris] branch master updated: [s3][bug] Remove log4j1 (#6211)

2021-07-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 39945ab [s3][bug] Remove log4j1 (#621

[GitHub] [incubator-doris] yangzhg merged pull request #6211: [s3][bug] Remove log4j1

2021-07-14 Thread GitBox
yangzhg merged pull request #6211: URL: https://github.com/apache/incubator-doris/pull/6211 -- 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: commit

[GitHub] [incubator-doris] yangzhg opened a new issue #6242: Support more feature of array types

2021-07-14 Thread GitBox
yangzhg opened a new issue #6242: URL: https://github.com/apache/incubator-doris/issues/6242 Currently, we have supported ARRAY type of syntax analysis, storage and query, but if the array can be really used, it needs more work. ## Important Feature Assuming that there is a ta

[GitHub] [incubator-doris] boboyunz edited a comment on issue #6241: my Issue: no valid Basic authorization

2021-07-14 Thread GitBox
boboyunz edited a comment on issue #6241: URL: https://github.com/apache/incubator-doris/issues/6241#issuecomment-880267833 最后我的解决方式如下,供大家参考: 根据官方文档,fe收到stream load 请求后,只是做了负载均衡,随机选择一个BE,转发http请求,问题就出在转发请求会把Basic authorization丢掉,导致访问失败。所以我直接跳过FE,自己维护一个BE列表,随机选择一个来发送请求,这样就把问题解决了。 -- T

[GitHub] [incubator-doris] boboyunz commented on issue #6241: my Issue: no valid Basic authorization

2021-07-14 Thread GitBox
boboyunz commented on issue #6241: URL: https://github.com/apache/incubator-doris/issues/6241#issuecomment-880267833 最后我的解决方式如下,供大家参考: 根据官方文档,fe收到stream load 请求后,只是做了负载均衡,随机选择一个BE,转发http请求,问题就出在转发请求会把Basic authorization丢掉,导致访问失败。所以我直接跳过BE,自己维护一个BE列表,随机选择一个来发送请求,这样就把问题解决了。 -- This is

[GitHub] [incubator-doris] boboyunz opened a new issue #6241: my Issue: no valid Basic authorization

2021-07-14 Thread GitBox
boboyunz opened a new issue #6241: URL: https://github.com/apache/incubator-doris/issues/6241 i want to add data with steam load ,but get this error **no valid Basic authorization** this is be log I0715 05:07:46.350615 17205 stream_load.cpp:186] new income streaming load request.id=7

[GitHub] [incubator-doris] xy720 opened a new issue #6240: [Feature] support canal-fe (create/resume/pause/stop/show sync job/idempotent)

2021-07-14 Thread GitBox
xy720 opened a new issue #6240: URL: https://github.com/apache/incubator-doris/issues/6240 working. -- 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-m

[incubator-doris] branch master updated: [Community] Add an github action to auto add 'approved' label (#6239)

2021-07-14 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 e905dd8 [Community] Add an github ac

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #6239: [Community] Add an github action to auto add 'approved' label

2021-07-14 Thread GitBox
EmmyMiao87 merged pull request #6239: URL: https://github.com/apache/incubator-doris/pull/6239 -- 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] huangmengbin commented on a change in pull request #6099: [Enhance] improve performance of init_scan_key by sharing the schema

2021-07-14 Thread GitBox
huangmengbin commented on a change in pull request #6099: URL: https://github.com/apache/incubator-doris/pull/6099#discussion_r669421819 ## File path: be/src/olap/reader.cpp ## @@ -548,14 +549,36 @@ OLAPStatus Reader::_init_keys_param(const ReaderParams& read_params) {

[GitHub] [incubator-doris] huangmengbin edited a comment on pull request #5369: [Load Parallel][3/3] Support parallel delta writer

2021-07-14 Thread GitBox
huangmengbin edited a comment on pull request #5369: URL: https://github.com/apache/incubator-doris/pull/5369#issuecomment-879117362 > ## Proposed changes > In the previous broker load, multiple OlapTableSinks would send data to the same LoadChannel, > and because of the lock granular

[GitHub] [incubator-doris] morningman opened a new pull request #6239: [Community] Add an github action to auto add 'approved' label

2021-07-14 Thread GitBox
morningman opened a new pull request #6239: URL: https://github.com/apache/incubator-doris/pull/6239 ## Proposed changes 1. If any committer APPROVE a PR, the label 'approved' will be added. 2. If any other reviewed APPROVE a PR, the label 'reviewed' will be added. ## Types

[GitHub] [incubator-doris] HappenLee opened a new issue #6238: [Proposal] Vectorization Execution Engine optimization for Doris

2021-07-14 Thread GitBox
HappenLee opened a new issue #6238: URL: https://github.com/apache/incubator-doris/issues/6238 ## Motivation At present, the underlying storage in Doris is column storage. But query execution needs to be transferred to the query layer for execution by row-to-column first. Such an implem

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6237: [Feature] Support setting concurrency for thread pool token

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6237: URL: https://github.com/apache/incubator-doris/pull/6237#discussion_r669527260 ## File path: be/src/util/threadpool.h ## @@ -362,6 +362,13 @@ class ThreadPoolToken { // Returns true if all submissions are complete, false

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6237: [Feature] Support setting concurrency for thread pool token

2021-07-14 Thread GitBox
yangzhg commented on a change in pull request #6237: URL: https://github.com/apache/incubator-doris/pull/6237#discussion_r669527260 ## File path: be/src/util/threadpool.h ## @@ -362,6 +362,13 @@ class ThreadPoolToken { // Returns true if all submissions are complete, false

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #6215: [Bug][RoutineLoad] Fix bug that routine load thread on BE may be blocked

2021-07-14 Thread GitBox
EmmyMiao87 commented on pull request #6215: URL: https://github.com/apache/incubator-doris/pull/6215#issuecomment-879803065 Please fix ut -- 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 spec

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6212: [Config] set spark load and odbc table feature enable by default

2021-07-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #6212: URL: https://github.com/apache/incubator-doris/pull/6212#discussion_r669511610 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/BrokerDesc.java ## @@ -23,11 +23,11 @@ import org.apache.doris.common.util.Pr

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6210: [HttpV2] Add more httpv2 APIs

2021-07-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #6210: URL: https://github.com/apache/incubator-doris/pull/6210#discussion_r669510237 ## File path: fe/fe-core/src/test/java/org/apache/doris/common/util/BrokerUtilTest.java ## @@ -17,8 +17,11 @@ package org.apache.doris.comm

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6210: [HttpV2] Add more httpv2 APIs

2021-07-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #6210: URL: https://github.com/apache/incubator-doris/pull/6210#discussion_r669509780 ## File path: fe/fe-core/src/main/java/org/apache/doris/httpv2/restv2/ImportAction.java ## @@ -0,0 +1,228 @@ +// Licensed to the Apache Softwa

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6209: [BDBJE] Add a tool to view the data in BEBJE

2021-07-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #6209: URL: https://github.com/apache/incubator-doris/pull/6209#discussion_r669509134 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/action/SystemAction.java ## @@ -17,10 +17,12 @@ package org.apache.doris.http.

[GitHub] [incubator-doris] morningman opened a new pull request #6237: [Feature] Support setting concurrency for thread pool token

2021-07-14 Thread GitBox
morningman opened a new pull request #6237: URL: https://github.com/apache/incubator-doris/pull/6237 ## Proposed changes Now we can submit a group of tasks using thread pool token, and limit the max concurrency of this task group ## Types of changes What types of chan

[GitHub] [incubator-doris] huangmengbin commented on a change in pull request #6099: [Enhance] improve performance of init_scan_key by sharing the schema

2021-07-14 Thread GitBox
huangmengbin commented on a change in pull request #6099: URL: https://github.com/apache/incubator-doris/pull/6099#discussion_r669421819 ## File path: be/src/olap/reader.cpp ## @@ -548,14 +549,36 @@ OLAPStatus Reader::_init_keys_param(const ReaderParams& read_params) {

[GitHub] [incubator-doris] huangmengbin commented on a change in pull request #6099: [Enhance] improve performance of init_scan_key by sharing the schema

2021-07-14 Thread GitBox
huangmengbin commented on a change in pull request #6099: URL: https://github.com/apache/incubator-doris/pull/6099#discussion_r669421819 ## File path: be/src/olap/reader.cpp ## @@ -548,14 +549,36 @@ OLAPStatus Reader::_init_keys_param(const ReaderParams& read_params) {

[GitHub] [incubator-doris] hf200012 closed issue #3849: Table names are not case sensitive

2021-07-14 Thread GitBox
hf200012 closed issue #3849: URL: https://github.com/apache/incubator-doris/issues/3849 -- 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-un

[GitHub] [incubator-doris] hf200012 closed issue #5371: Flink Doris Connector

2021-07-14 Thread GitBox
hf200012 closed issue #5371: URL: https://github.com/apache/incubator-doris/issues/5371 -- 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-un

[GitHub] [incubator-doris] huangmengbin commented on a change in pull request #6099: [Enhance] improve performance of init_scan_key by sharing the schema

2021-07-14 Thread GitBox
huangmengbin commented on a change in pull request #6099: URL: https://github.com/apache/incubator-doris/pull/6099#discussion_r669419768 ## File path: be/src/olap/reader.cpp ## @@ -548,14 +549,36 @@ OLAPStatus Reader::_init_keys_param(const ReaderParams& read_params) {

[GitHub] [incubator-doris] yangzhg opened a new pull request #6236: Optimized the reading performance of Duplicate tables with severe data skew

2021-07-14 Thread GitBox
yangzhg opened a new pull request #6236: URL: https://github.com/apache/incubator-doris/pull/6236 ## Proposed changes When dividing the scanner, there is no longer a scanner for each tablet, but according to the file size of the tablet, the tablet is divided into multiple scanne

[GitHub] [incubator-doris] yangzhg opened a new issue #6235: The query will slow down when there is data skew

2021-07-14 Thread GitBox
yangzhg opened a new issue #6235: URL: https://github.com/apache/incubator-doris/issues/6235 When be divides the scanner, according to the method of one scanner for each tablet, when the data is skewed, and when one tablet is much larger than other tablets, it will appear that a scan node

[GitHub] [incubator-doris] tjlygdx opened a new issue #6234: CAST 转 decimal 没有实现预期的精度

2021-07-14 Thread GitBox
tjlygdx opened a new issue #6234: URL: https://github.com/apache/incubator-doris/issues/6234 mysql> select cast(10.1112 as decimal(10,2)) ; ++ | CAST(10.1112 AS DECIMAL(10,2)) | ++ |

[GitHub] [incubator-doris] xinyiZzz edited a comment on pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2021-07-14 Thread GitBox
xinyiZzz edited a comment on pull request #1792: URL: https://github.com/apache/incubator-doris/pull/1792#issuecomment-879684670 @imay At present, there are both ChunkAllocator and BufferAllocator in Doris. They have many similarities. For example, each core has an area, and chunks (buf

[GitHub] [incubator-doris] xinyiZzz edited a comment on pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2021-07-14 Thread GitBox
xinyiZzz edited a comment on pull request #1792: URL: https://github.com/apache/incubator-doris/pull/1792#issuecomment-879684670 @imay ChunkAllocator and BufferAllocator have many similarities. For example, each core has an area, and chunks (buffer) of the same size are in a list. When

[GitHub] [incubator-doris] xinyiZzz edited a comment on pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2021-07-14 Thread GitBox
xinyiZzz edited a comment on pull request #1792: URL: https://github.com/apache/incubator-doris/pull/1792#issuecomment-879684670 @imay ChunkAllocator and BufferAllocator have many similarities. For example, each core has an area, and chunks (buffer) of the same size are in a list. When

[GitHub] [incubator-doris] xinyiZzz commented on pull request #1792: Add ChunkAllocator to accelerate chunk allocation

2021-07-14 Thread GitBox
xinyiZzz commented on pull request #1792: URL: https://github.com/apache/incubator-doris/pull/1792#issuecomment-879684670 ChunkAllocator and BufferAllocator have many similarities. For example, each core has an area, and chunks (buffer) of the same size are in a list. When assigning, it wi

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6219: [Feature] Support SHOW DATA SKEW stmt

2021-07-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #6219: URL: https://github.com/apache/incubator-doris/pull/6219#discussion_r669347621 ## File path: docs/zh-CN/sql-reference/sql-statements/Administration/ADMIN-SHOW-DATA-SKEW.md ## @@ -0,0 +1,50 @@ +--- +{ +"title": "ADMIN