[GitHub] [incubator-doris] vkingnew edited a comment on issue #2587: suggestion:prvide combiled package like RPM and DEB

2020-09-01 Thread GitBox
vkingnew edited a comment on issue #2587: URL: https://github.com/apache/incubator-doris/issues/2587#issuecomment-684491118 10 month later this questions have not anwsered,and the desired RPM package not provided. As i know,just by docker have a proof on concept.If you want to install o

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4495: [Bug] function str_to_date()'s behavior on BE and FE is inconsistent

2020-09-01 Thread GitBox
kangkaisen commented on a change in pull request #4495: URL: https://github.com/apache/incubator-doris/pull/4495#discussion_r480905168 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java ## @@ -632,4 +669,435 @@ public long getSecond() { publi

[GitHub] [incubator-doris] HappenLee opened a new issue #4496: [Bug] Join hint lose efficacy when the table is in colocate group.

2020-09-01 Thread GitBox
HappenLee opened a new issue #4496: URL: https://github.com/apache/incubator-doris/issues/4496 **Describe the bug** There is a table baseall, hash by `k1`. The baseall join itself, it should be `colocate join`. But sometime we need other join way, so we can use join hint, but

[GitHub] [incubator-doris] HappenLee opened a new pull request #4497: [Bug] Support disable colocate join where join clause has join hint

2020-09-01 Thread GitBox
HappenLee opened a new pull request #4497: URL: https://github.com/apache/incubator-doris/pull/4497 Fix #4496 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or

[GitHub] [incubator-doris] wguangliang commented on issue #1809: support udtf:user defined table generation function

2020-09-01 Thread GitBox
wguangliang commented on issue #1809: URL: https://github.com/apache/incubator-doris/issues/1809#issuecomment-684562982 @caiconghui thanks~ This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] EmmyMiao87 closed issue #4008: Delete statement need inPredicate support

2020-09-01 Thread GitBox
EmmyMiao87 closed issue #4008: URL: https://github.com/apache/incubator-doris/issues/4008 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] yangzhg commented on pull request #4492: [New Feathure] Make Unique key semi join syntax error more clear

2020-09-01 Thread GitBox
yangzhg commented on pull request #4492: URL: https://github.com/apache/incubator-doris/pull/4492#issuecomment-684581069 This is a bug , if a table has delete sign column, it will throw erros when using semi/anti join. I will fix this bug -

[GitHub] [incubator-doris] yangzhg edited a comment on pull request #4492: [New Feathure] Make Unique key semi join syntax error more clear

2020-09-01 Thread GitBox
yangzhg edited a comment on pull request #4492: URL: https://github.com/apache/incubator-doris/pull/4492#issuecomment-684581069 This is a bug , if a table has delete sign column, it will throw erros when using semi/anti join. I will fix this bug, so there is no need to modify the error

[GitHub] [incubator-doris] yangzhg opened a new pull request #4498: fix semi/anti join error when table has delete sign column

2020-09-01 Thread GitBox
yangzhg opened a new pull request #4498: URL: https://github.com/apache/incubator-doris/pull/4498 ## Proposed changes It is possible to report "Illegal column/field reference'table2.__DORIS_DELETE_SIGN__' of semi-/anti-join" when executing a semi/anti join statement on a table with

[GitHub] [incubator-doris] acelyc111 opened a new issue #4499: BE coredump in StorageEngine::_unused_rowset_monitor_thread_callback

2020-09-01 Thread GitBox
acelyc111 opened a new issue #4499: URL: https://github.com/apache/incubator-doris/issues/4499 **Describe the bug** A new coredump stack: ``` Core was generated by `/home/work/app/doris/c3prc-ga/be/package/be/lib/palo_be'. Program terminated with signal 11, Segmentation fault.

[GitHub] [incubator-doris] vagetablechicken commented on issue #4499: BE coredump in StorageEngine::_unused_rowset_monitor_thread_callback

2020-09-01 Thread GitBox
vagetablechicken commented on issue #4499: URL: https://github.com/apache/incubator-doris/issues/4499#issuecomment-684714050 ``` (gdb) f 0 #0 0x0133d455 in Delete (arena=0x0, value=) at /var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:623 623 in

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #4499: BE coredump in StorageEngine::_unused_rowset_monitor_thread_callback

2020-09-01 Thread GitBox
vagetablechicken edited a comment on issue #4499: URL: https://github.com/apache/incubator-doris/issues/4499#issuecomment-684714050 ``` (gdb) f 0 #0 0x0133d455 in Delete (arena=0x0, value=) at /var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:623 62

[GitHub] [incubator-doris] EmmyMiao87 closed issue #3809: [logstash-output-doris] Doris output plugin

2020-09-01 Thread GitBox
EmmyMiao87 closed issue #3809: URL: https://github.com/apache/incubator-doris/issues/3809 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] weizuo93 opened a new issue #4500: [Bug][Plugin] The FE plugin cannot be reinstalled after the first installation failed

2020-09-01 Thread GitBox
weizuo93 opened a new issue #4500: URL: https://github.com/apache/incubator-doris/issues/4500 When I install a FE plugin developed by myself using command `install plugin from ...;` through mysql-client, the process of installation failed due to my code problems. After I modified the plugi

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 commented on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Support `SELECT INTO OUTFILE` Doris currently supports exporting query results to a third-party file system such as HDFS, S3, BOS. The gramm

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] HappenLee opened a new issue #4501: Support where clause in show resource

2020-09-01 Thread GitBox
HappenLee opened a new issue #4501: URL: https://github.com/apache/incubator-doris/issues/4501 **Is your feature request related to a problem? Please describe.** Now,we can use ```show resources``` to show all resource in doris ``` | Name| ResourceType | Key

[GitHub] [incubator-doris] HappenLee opened a new pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
HappenLee opened a new pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502 Grammar SHOW RESOURCES [ WHERE [NAME [ = "your_resource_name" | LIKE "name_matcher"]] [RESOURCETYPE = ["SPARK"]] ] [ORDER BY ..

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] Astralidea opened a new issue #4503: Support SELECT Optimizer Hints SET_VAR

2020-09-01 Thread GitBox
Astralidea opened a new issue #4503: URL: https://github.com/apache/incubator-doris/issues/4503 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 背景:现在Doris在某些场景中需要对特殊的查询进

[GitHub] [incubator-doris] Astralidea opened a new pull request #4504: Support SELECT Optimizer Hints SET_VAR

2020-09-01 Thread GitBox
Astralidea opened a new pull request #4504: URL: https://github.com/apache/incubator-doris/pull/4504 ## Proposed changes Fix #4503 Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a f

[GitHub] [incubator-doris] ZhangYu0123 opened a new pull request #4505: dd log for trace broker

2020-09-01 Thread GitBox
ZhangYu0123 opened a new pull request #4505: URL: https://github.com/apache/incubator-doris/pull/4505 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature r

[GitHub] [incubator-doris] ZhangYu0123 opened a new issue #4506: [load][log] Add tracing broker log

2020-09-01 Thread GitBox
ZhangYu0123 opened a new issue #4506: URL: https://github.com/apache/incubator-doris/issues/4506 **Describe the bug** Add tracing broker log. When fe get filestatus for distributing load task to broker, the broker maybe get empty files and not give correct error code. Add this log

[GitHub] [incubator-doris] Pslydhh removed a comment on issue #4451: parse_url function can not parse "protocol" correctly

2020-09-01 Thread GitBox
Pslydhh removed a comment on issue #4451: URL: https://github.com/apache/incubator-doris/issues/4451#issuecomment-685103903 +1, This looks correct to me. This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] Pslydhh commented on issue #4451: parse_url function can not parse "protocol" correctly

2020-09-01 Thread GitBox
Pslydhh commented on issue #4451: URL: https://github.com/apache/incubator-doris/issues/4451#issuecomment-685103903 +1, This looks correct to me. This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] Pslydhh commented on pull request #4429: Fix parse url bug

2020-09-01 Thread GitBox
Pslydhh commented on pull request #4429: URL: https://github.com/apache/incubator-doris/pull/4429#issuecomment-685104485 +1, This looks correct to me. This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] EmmyMiao87 closed issue #4230: ColocateJoin should support table join itself no need to check colocate group

2020-09-01 Thread GitBox
EmmyMiao87 closed issue #4230: URL: https://github.com/apache/incubator-doris/issues/4230 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
wutiangan commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481557151 ## File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md ## @@ -32,7 +32,33 @@ under the License. 语法

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
HappenLee commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481565985 ## File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md ## @@ -32,7 +32,33 @@ under the License. 语法

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[GitHub] [incubator-doris] yw-felix1016 opened a new issue #4507: REPLACE() is not available for Doris

2020-09-01 Thread GitBox
yw-felix1016 opened a new issue #4507: URL: https://github.com/apache/incubator-doris/issues/4507 There is a bug as using internal function of MySQL named REPLACE(). One error message will display in screen, detailed message as follow: mysql> SELECT REPLACE('www.lvtao.net', 'www',

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #4370: Release Nodes 0.13.0

2020-09-01 Thread GitBox
EmmyMiao87 edited a comment on issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724 # New Feature ## Query spill to disk Doris supports query spill to disk in sorting and window functions. When the `enable_spilling` is true and memory

[incubator-doris] branch master updated (f3a9f3f -> 498b06f)

2020-09-01 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 f3a9f3f Do not add exchange when table's distributioin satisfy the distribution requirements (#4482)

[GitHub] [incubator-doris] morningman merged pull request #4428: [Metrics] Support tablet level metrics

2020-09-01 Thread GitBox
morningman merged pull request #4428: URL: https://github.com/apache/incubator-doris/pull/4428 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
wutiangan commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481573603 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java ## @@ -17,9 +17,11 @@ package org.apache.doris.catalog; +i

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
wutiangan commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481573603 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java ## @@ -17,9 +17,11 @@ package org.apache.doris.catalog; +i

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
wutiangan commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481575173 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java ## @@ -109,8 +112,41 @@ public int getResourceNum() {

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4502: [SQL] Support where, limit, order clause in show resourcestmt.

2020-09-01 Thread GitBox
wutiangan commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481576453 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java ## @@ -109,8 +112,41 @@ public int getResourceNum() {

[GitHub] [incubator-doris] morningman merged pull request #4439: Validate the param of rand function in compile step

2020-09-01 Thread GitBox
morningman merged pull request #4439: URL: https://github.com/apache/incubator-doris/pull/4439 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated (498b06f -> 1a22f3b)

2020-09-01 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 498b06f [Metrics] Support tablet level metrics (#4428) add 1a22f3b [SQL][Function] Validate the p

[GitHub] [incubator-doris] morningman merged pull request #4489: [Spark load][Document] Add docs about spark and yarn client for spark load

2020-09-01 Thread GitBox
morningman merged pull request #4489: URL: https://github.com/apache/incubator-doris/pull/4489 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated (1a22f3b -> f207036)

2020-09-01 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 1a22f3b [SQL][Function] Validate the param of rand function in compile step (#4439) add f207036

[GitHub] [incubator-doris] morningman closed issue #4490: [Spark load][Bug] Spark load's column terminator is not consistent with Broker load

2020-09-01 Thread GitBox
morningman closed issue #4490: URL: https://github.com/apache/incubator-doris/issues/4490 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

[incubator-doris] branch master updated (f207036 -> f5ee854)

2020-09-01 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 f207036 [Spark load][Document] Add docs about spark and yarn client for spark load (#4489) add f5

[GitHub] [incubator-doris] morningman merged pull request #4491: [Spark load][Bug] Fix column terminator for spark load

2020-09-01 Thread GitBox
morningman merged pull request #4491: URL: https://github.com/apache/incubator-doris/pull/4491 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4498: fix semi/anti join error when table has delete sign column

2020-09-01 Thread GitBox
wutiangan commented on a change in pull request #4498: URL: https://github.com/apache/incubator-doris/pull/4498#discussion_r481582046 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -525,33 +523,14 @@ public void analyze(Analyzer analyzer)

[GitHub] [incubator-doris] morningman merged pull request #4497: [Bug] Support disable colocate join where join clause has join hint

2020-09-01 Thread GitBox
morningman merged pull request #4497: URL: https://github.com/apache/incubator-doris/pull/4497 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated (f5ee854 -> e6367e9)

2020-09-01 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 f5ee854 [Spark load][Bug] Fix column terminator for spark load (#4491) add e6367e9 [Bug] Support

[GitHub] [incubator-doris] morningman closed issue #4496: [Bug] Join hint lose efficacy when the table is in colocate group.

2020-09-01 Thread GitBox
morningman closed issue #4496: URL: https://github.com/apache/incubator-doris/issues/4496 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #4507: REPLACE() is not available for Doris

2020-09-01 Thread GitBox
EmmyMiao87 commented on issue #4507: URL: https://github.com/apache/incubator-doris/issues/4507#issuecomment-685256695 There is no replace function in Doris. But there is a `regexp_replace` function in Doris which provides similar function. ---

[GitHub] [incubator-doris] stalary opened a new issue #4508: [BUG] Redundant columns are generated when the table is created

2020-09-01 Thread GitBox
stalary opened a new issue #4508: URL: https://github.com/apache/incubator-doris/issues/4508 **Describe the bug** Redundant columns are generated when the table is created **To Reproduce** use master version **Screenshots** https://user-images.githubusercontent.com/245

[GitHub] [incubator-doris] stalary commented on issue #4508: [BUG] Redundant columns are generated when the table is created

2020-09-01 Thread GitBox
stalary commented on issue #4508: URL: https://github.com/apache/incubator-doris/issues/4508#issuecomment-685257194 @yangzhg This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] yangzhg opened a new issue #4509: Add a session variable to show or hide hidden columns

2020-09-01 Thread GitBox
yangzhg opened a new issue #4509: URL: https://github.com/apache/incubator-doris/issues/4509 some time we need to show hidden columns for debug, so we need to add a session variable to show or hide hidden columns This is an

[GitHub] [incubator-doris] yangzhg opened a new pull request #4510: Add a session variable to show or hide hidden columns

2020-09-01 Thread GitBox
yangzhg opened a new pull request #4510: URL: https://github.com/apache/incubator-doris/pull/4510 ## Proposed changes Sometimes we need to show hidden columns for debug. So we need to add a session variable to show or hide hidden columns ## Types of changes What types

[GitHub] [incubator-doris] morningman opened a new pull request #4511: [Bug] Fix bug that BE will crash when querying information_schema.columns

2020-09-01 Thread GitBox
morningman opened a new pull request #4511: URL: https://github.com/apache/incubator-doris/pull/4511 ## Proposed changes This bug is introduced from #4364 ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) --

[GitHub] [incubator-doris] chaoyli commented on pull request #4510: Add a session variable to show or hide hidden columns

2020-09-01 Thread GitBox
chaoyli commented on pull request #4510: URL: https://github.com/apache/incubator-doris/pull/4510#issuecomment-685307842 1. Sometimes is when and where to hidden the columns ? 2. Can be hidden the columns transparent to users. Because that it's only meaningful to doris, not to user. --

[GitHub] [incubator-doris] morningman commented on a change in pull request #4495: [Bug] function str_to_date()'s behavior on BE and FE is inconsistent

2020-09-01 Thread GitBox
morningman commented on a change in pull request #4495: URL: https://github.com/apache/incubator-doris/pull/4495#discussion_r481747384 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java ## @@ -632,4 +669,435 @@ public long getSecond() { publi

[GitHub] [incubator-doris] ZhangYu0123 opened a new issue #4512: [BUG] Fix recover persistent stale rowsets bug from multi-single version rowsets in stale rowsets

2020-09-01 Thread GitBox
ZhangYu0123 opened a new issue #4512: URL: https://github.com/apache/incubator-doris/issues/4512 **Describe the bug** (1) fix recover persistent stale rowsets bug from multi-single version rowset sin stale rowsets (2) delete_expired_inc_rowsets check consistent version convert to

[GitHub] [incubator-doris] ZhangYu0123 opened a new pull request #4513: [BUG] Fix recover persistent stale rowsets bug from multi-single version rowsets in stale rowsets

2020-09-01 Thread GitBox
ZhangYu0123 opened a new pull request #4513: URL: https://github.com/apache/incubator-doris/pull/4513 ## Proposed changes (1) fix recover persistent stale rowsets bug from multi-single version rowset in stale rowsets (2) delete_expired_inc_rowsets check consistent version convert

[GitHub] [incubator-doris] morningman closed pull request #4492: [New Feathure] Make Unique key semi join syntax error more clear

2020-09-01 Thread GitBox
morningman closed pull request #4492: URL: https://github.com/apache/incubator-doris/pull/4492 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman commented on pull request #4492: [New Feathure] Make Unique key semi join syntax error more clear

2020-09-01 Thread GitBox
morningman commented on pull request #4492: URL: https://github.com/apache/incubator-doris/pull/4492#issuecomment-685318385 Thank you for you PR. But I will close it because it should be fixed in #4498 This is an automate

[GitHub] [incubator-doris] songenjie commented on a change in pull request #4479: [Apache][Doris]add query cache docs

2020-09-01 Thread GitBox
songenjie commented on a change in pull request #4479: URL: https://github.com/apache/incubator-doris/pull/4479#discussion_r481783404 ## File path: docs/en/administrator-guide/query_cache.md ## @@ -0,0 +1,190 @@ +--- +{ +"title": "QUERY CACHE", +"language": "en" +} +---

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #4440: [refactor] Optimize threads usage mode in BE

2020-09-01 Thread GitBox
chaoyli commented on a change in pull request #4440: URL: https://github.com/apache/incubator-doris/pull/4440#discussion_r481784554 ## File path: be/src/olap/olap_server.cpp ## @@ -263,27 +238,24 @@ void* StorageEngine::_garbage_sweeper_thread_callback(void* arg) {