[GitHub] [incubator-doris] caiconghui commented on a change in pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-17 Thread GitBox
caiconghui commented on a change in pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#discussion_r690105542 ## File path: be/test/util/CMakeLists.txt ## @@ -72,3 +72,7 @@ ADD_BE_TEST(s3_uri_test) ADD_BE_TEST(s3_storage_backend_test) ADD_BE_TEST(brok

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-17 Thread GitBox
caiconghui commented on a change in pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#discussion_r690106418 ## File path: be/src/util/date_func.cpp ## @@ -55,11 +55,55 @@ uint24_t timestamp_from_date(const std::string& date_str) { } std::string ti

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-17 Thread GitBox
caiconghui commented on a change in pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#discussion_r690115540 ## File path: be/src/runtime/decimalv2_value.cpp ## @@ -354,50 +354,86 @@ int DecimalV2Value::parse_from_str(const char* decimal_str, int32_t

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-17 Thread GitBox
caiconghui commented on a change in pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#discussion_r690105542 ## File path: be/test/util/CMakeLists.txt ## @@ -72,3 +72,7 @@ ADD_BE_TEST(s3_uri_test) ADD_BE_TEST(s3_storage_backend_test) ADD_BE_TEST(brok

[GitHub] [incubator-doris] roanhe-ts commented on issue #5821: Compile FAILED in docker environment.

2021-08-17 Thread GitBox
roanhe-ts commented on issue #5821: URL: https://github.com/apache/incubator-doris/issues/5821#issuecomment-900077171 > same I gave up. Maybe you could try to increase memory allocated for your docker engine. https://github.com/apache/incubator-doris/issues/5821#issuecomment-

[GitHub] [incubator-doris] roanhe-ts removed a comment on issue #5821: Compile FAILED in docker environment.

2021-08-17 Thread GitBox
roanhe-ts removed a comment on issue #5821: URL: https://github.com/apache/incubator-doris/issues/5821#issuecomment-900077171 > same I gave up. Maybe you could try to increase memory allocated for your docker engine. https://github.com/apache/incubator-doris/issues/5821#issue

[GitHub] [incubator-doris] roanhe-ts commented on issue #5821: Compile FAILED in docker environment.

2021-08-17 Thread GitBox
roanhe-ts commented on issue #5821: URL: https://github.com/apache/incubator-doris/issues/5821#issuecomment-900077704 > Is this problem solved? I am facing the same one. > Docker Image : apachedoris/doris-dev:build-env-1.2 > Source code: incubator-doris-0.14.0 > > > [ 0%] Buil

[GitHub] [incubator-doris] roanhe-ts closed issue #5821: Compile FAILED in docker environment.

2021-08-17 Thread GitBox
roanhe-ts closed issue #5821: URL: https://github.com/apache/incubator-doris/issues/5821 -- 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] caiconghui commented on a change in pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-17 Thread GitBox
caiconghui commented on a change in pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#discussion_r690158219 ## File path: be/test/util/date_func_test.cpp ## @@ -0,0 +1,59 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more co

[GitHub] [incubator-doris] penfree commented on issue #6227: Should a docker image be provided to facilitate deployment?

2021-08-17 Thread GitBox
penfree commented on issue #6227: URL: https://github.com/apache/incubator-doris/issues/6227#issuecomment-900148876 不知道怎么想的,连预编译版本也不提供,太不利于推广了。 应该提供一个helm chart实现k8s一键部署的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] spaces-X opened a new pull request #6460: feature(sparkload): support bitmap binary data from hive in spark load

2021-08-17 Thread GitBox
spaces-X opened a new pull request #6460: URL: https://github.com/apache/incubator-doris/pull/6460 support to load bitmap binary data from Hive into Doris ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept t

[GitHub] [incubator-doris] spaces-X opened a new issue #6461: [Feature] spark load binary bitmap data from hive to doris

2021-08-17 Thread GitBox
spaces-X opened a new issue #6461: URL: https://github.com/apache/incubator-doris/issues/6461 Currently, there are noly 2 ways to load bitmap value into doris in spark load 1. `bitmap_dict` : Global dictonary will be built and the datatype of hive's column is String in this mode.

[GitHub] [incubator-doris] morningman commented on pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-17 Thread GitBox
morningman commented on pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448#issuecomment-900447517 Hi @zenoyang thanks for your PR. This is indeed a problem. But there some thing that you need to know: 1. The `labelCleaner` thread is running on all FEs, eac

[GitHub] [incubator-doris] xy720 opened a new issue #6462: [Bug] Tuple is null predicate may cause be cores

2021-08-17 Thread GitBox
xy720 opened a new issue #6462: URL: https://github.com/apache/incubator-doris/issues/6462 **To Reproduce** Steps to reproduce the behavior: 1. create table autocar_youjia_app_ubc_log_new ``` CREATE TABLE `autocar_youjia_app_ubc_log_new` ( `event_day` date NOT NULL C

[GitHub] [incubator-doris] stalary opened a new issue #6463: [Feature] support json_array_contains/json_array_uncontains

2021-08-17 Thread GitBox
stalary opened a new issue #6463: URL: https://github.com/apache/incubator-doris/issues/6463 **Is your feature request related to a problem? Please describe.** [Feature] support json_array_contains/json_array_uncontains [1, 2, 3, 4, 5] -> contains 2, 4 -> return true [1, 2, 3, 4

[GitHub] [incubator-doris] stalary opened a new issue #6464: [Feature] support show create table look storage/cooldowntime

2021-08-17 Thread GitBox
stalary opened a new issue #6464: URL: https://github.com/apache/incubator-doris/issues/6464 **Is your feature request related to a problem? Please describe.** In my cluster, some tables use HDD storage and some use SSD storage, but I can't easily view them **Describe the solution

[GitHub] [incubator-doris] stalary commented on issue #6464: [Feature] support show create table look storage/cooldowntime

2021-08-17 Thread GitBox
stalary commented on issue #6464: URL: https://github.com/apache/incubator-doris/issues/6464#issuecomment-900722415 assign to me -- 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 com

[GitHub] [incubator-doris] yangzhg closed issue #6276: [Proposal] Support large variable-length string type

2021-08-17 Thread GitBox
yangzhg closed issue #6276: URL: https://github.com/apache/incubator-doris/issues/6276 -- 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 #6391: Support long text type STRING with a maximum length of 2GB

2021-08-17 Thread GitBox
yangzhg merged pull request #6391: URL: https://github.com/apache/incubator-doris/pull/6391 -- 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 (2f90aaa -> 8738ce3)

2021-08-17 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 2f90aaa [Doc] flink/spark connector: add sources/javadoc plugins (#6435) add 8738ce3 Add long text

[incubator-doris] branch master updated: Fixed the problem that there may be redundant retries when the query result export fails (#6436)

2021-08-17 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 0c5c3f7 Fixed the problem that there

[GitHub] [incubator-doris] yangzhg merged pull request #6436: Fix the problem that there may be redundant retries when the query result export fails

2021-08-17 Thread GitBox
yangzhg merged pull request #6436: URL: https://github.com/apache/incubator-doris/pull/6436 -- 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 issue #6458: [Bug]Wrong use on SCOPED_RAW_TIMER

2021-08-17 Thread GitBox
yangzhg closed issue #6458: URL: https://github.com/apache/incubator-doris/issues/6458 -- 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

[incubator-doris] branch master updated (0c5c3f7 -> 999eaeb)

2021-08-17 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 0c5c3f7 Fixed the problem that there may be redundant retries when the query result export fails (#6436)

[GitHub] [incubator-doris] yangzhg merged pull request #6459: [Bug]fix `Wrong use on SCOPED_RAW_TIMER`

2021-08-17 Thread GitBox
yangzhg merged pull request #6459: URL: https://github.com/apache/incubator-doris/pull/6459 -- 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] zyw8136 commented on issue #4713: Routine load report TOO_MANY_TASKS

2021-08-17 Thread GitBox
zyw8136 commented on issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713#issuecomment-900772470 errCode = 2, detailMessage = failed to send task: errCode = 2, detailMessage = failed to submit task. error code: TOO_MANY_TASKS, msg: 744a464932ea4ce4-941cbeaa91959e95 升级到了

[GitHub] [incubator-doris] xy720 opened a new pull request #6465: [Bug] Fix bug that check point load image failed in some circumstance

2021-08-17 Thread GitBox
xy720 opened a new pull request #6465: URL: https://github.com/apache/incubator-doris/pull/6465 ## Proposed changes Fix bug that check point load image failed in some circumstance ## Types of changes What types of changes does your code introduce to Doris? _Put an `x`

[GitHub] [incubator-doris] stalary opened a new issue #4713: Routine load report TOO_MANY_TASKS

2021-08-17 Thread GitBox
stalary opened a new issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713 **Describe the bug** errCode = 2, detailMessage = failed to send task: errCode = 2, detailMessage = failed to submit task. error code: TOO_MANY_TASKS, msg: 89314e0297ac4ce9-b0f4b443001c41e3.

[GitHub] [incubator-doris] zyw8136 commented on issue #4713: Routine load report TOO_MANY_TASKS

2021-08-17 Thread GitBox
zyw8136 commented on issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713#issuecomment-900781245 升级到0.14.12.4还是有这个问题。 -- 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] morningman commented on issue #4713: Routine load report TOO_MANY_TASKS

2021-08-17 Thread GitBox
morningman commented on issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713#issuecomment-900798609 #6342 This may solve this problem -- 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 t

[GitHub] [incubator-doris] xy720 opened a new pull request #6466: [Bug] Fix Tuple is null predicate may cause be cores

2021-08-17 Thread GitBox
xy720 opened a new pull request #6466: URL: https://github.com/apache/incubator-doris/pull/6466 ## Proposed changes ``` SELECT event_day , SUM(if(medal_level = 'continuous_login', cum_medal_user_cnt, 0)) AS continuous_login_cum_user_cnt , SUM(if(medal_level = 'koub