[GitHub] [incubator-doris] wangshuo128 commented on pull request #7542: Fix NPE when calling `Analyzer.getContext()` in partition pruning related logic.

2021-12-29 Thread GitBox
wangshuo128 commented on pull request #7542: URL: https://github.com/apache/incubator-doris/pull/7542#issuecomment-1002911221 Ping @EmmyMiao87 , please take a look~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] wangshuo128 opened a new pull request #7542: Fix NPE when calling `Analyzer.getContext()` in partition pruning related logic.

2021-12-29 Thread GitBox
wangshuo128 opened a new pull request #7542: URL: https://github.com/apache/incubator-doris/pull/7542 ## Proposed changes Before this PR, NPE would occur when running SQL without `ConnectContext`, e.g., `EXPORT TABLE t TO "file:///home/data/export.txt"`. ## Types of changes

[GitHub] [incubator-doris] jackwener commented on a change in pull request #7531: Throw an exception to spark when the data push fails and there are too many retries

2021-12-29 Thread GitBox
jackwener commented on a change in pull request #7531: URL: https://github.com/apache/incubator-doris/pull/7531#discussion_r776591586 ## File path: extension/spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisStreamLoadSink.scala ## @@ -81,14 +83,24 @@ privat

[GitHub] [incubator-doris] zhouhoo closed issue #7381: log4j漏洞修复

2021-12-29 Thread GitBox
zhouhoo closed issue #7381: URL: https://github.com/apache/incubator-doris/issues/7381 -- 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] jackwener commented on a change in pull request #7506: [Feature] broker load disable cache config added

2021-12-29 Thread GitBox
jackwener commented on a change in pull request #7506: URL: https://github.com/apache/incubator-doris/pull/7506#discussion_r776583561 ## File path: docs/zh-CN/sql-reference/sql-statements/Data Manipulation/LOAD.md ## @@ -28,21 +28,21 @@ under the License. ## description

[GitHub] [incubator-doris] jackwener commented on a change in pull request #7531: Throw an exception to spark when the data push fails and there are too many retries

2021-12-29 Thread GitBox
jackwener commented on a change in pull request #7531: URL: https://github.com/apache/incubator-doris/pull/7531#discussion_r776581572 ## File path: extension/spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisStreamLoadSink.scala ## @@ -81,14 +83,24 @@ privat

[GitHub] [incubator-doris] wangshuo128 commented on a change in pull request #7531: Throw an exception to spark when the data push fails and there are too many retries

2021-12-29 Thread GitBox
wangshuo128 commented on a change in pull request #7531: URL: https://github.com/apache/incubator-doris/pull/7531#discussion_r776580497 ## File path: extension/spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisStreamLoadSink.scala ## @@ -81,14 +83,24 @@ priv

[GitHub] [incubator-doris] xuzifu666 commented on a change in pull request #7506: [Feature] broker load disable cache config added

2021-12-29 Thread GitBox
xuzifu666 commented on a change in pull request #7506: URL: https://github.com/apache/incubator-doris/pull/7506#discussion_r776578500 ## File path: fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java ## @@ -419,7 +420,7 @@ public Bro

[GitHub] [incubator-doris] morningman commented on a change in pull request #7506: [Feature] broker load disable cache config added

2021-12-29 Thread GitBox
morningman commented on a change in pull request #7506: URL: https://github.com/apache/incubator-doris/pull/7506#discussion_r776577557 ## File path: fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java ## @@ -419,7 +420,7 @@ public Br

[incubator-doris] branch master updated (8da2e8b -> 723ee84)

2021-12-29 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 8da2e8b [fix](cache) Int overflow causes the wrong latest table to be obtained (#7533) add 723ee84

[GitHub] [incubator-doris] EmmyMiao87 closed issue #7096: [Feature] Transitive Closure

2021-12-29 Thread GitBox
EmmyMiao87 closed issue #7096: URL: https://github.com/apache/incubator-doris/issues/7096 -- 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] EmmyMiao87 merged pull request #7357: [feature] (planner) InferPredicate (#7096)

2021-12-29 Thread GitBox
EmmyMiao87 merged pull request #7357: URL: https://github.com/apache/incubator-doris/pull/7357 -- 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 opened a new pull request #7541: [deps][chore] make openssl works with old glibc version

2021-12-29 Thread GitBox
morningman opened a new pull request #7541: URL: https://github.com/apache/incubator-doris/pull/7541 ## Proposed changes 1. build OpenSSL with --with-rand-seed=devrandom 2. Modified: brpc 1.0.0-rc02 -> 1.0.0 ## Types of changes What types of changes does your code int

[GitHub] [incubator-doris] morningman commented on a change in pull request #7477: [refactor] Standardize the pom files, prepare for deployment to maven

2021-12-29 Thread GitBox
morningman commented on a change in pull request #7477: URL: https://github.com/apache/incubator-doris/pull/7477#discussion_r776571924 ## File path: fe/pom.xml ## @@ -20,29 +20,60 @@ under the License. --> http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/20

[GitHub] [incubator-doris] morningman closed pull request #7530: [deps][feature](mysql) Add mariadb-connector-c for mysql external table

2021-12-29 Thread GitBox
morningman closed pull request #7530: URL: https://github.com/apache/incubator-doris/pull/7530 -- 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 commented on pull request #7530: [deps][feature](mysql) Add mariadb-connector-c for mysql external table

2021-12-29 Thread GitBox
morningman commented on pull request #7530: URL: https://github.com/apache/incubator-doris/pull/7530#issuecomment-1002875850 Close, it will be conflict with ODBC driver. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7530: [deps][feature](mysql) Add mariadb-connector-c for mysql external table

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7530: URL: https://github.com/apache/incubator-doris/pull/7530#issuecomment-1002875717 -- 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] yiluoya opened a new issue #7540: 行过滤和列脱敏[Feature]

2021-12-29 Thread GitBox
yiluoya opened a new issue #7540: URL: https://github.com/apache/incubator-doris/issues/7540 ### 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] EmmyMiao87 commented on a change in pull request #7494: [BUGFIX] forbidden create materialized view with distinct

2021-12-29 Thread GitBox
EmmyMiao87 commented on a change in pull request #7494: URL: https://github.com/apache/incubator-doris/pull/7494#discussion_r776556011 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -193,6 +199,15 @@ public void analyzeSe

[GitHub] [incubator-doris] caiconghui merged pull request #7533: [fix](cache) Int overflow causes the wrong latest table to be obtained

2021-12-29 Thread GitBox
caiconghui merged pull request #7533: URL: https://github.com/apache/incubator-doris/pull/7533 -- 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: [fix](cache) Int overflow causes the wrong latest table to be obtained (#7533)

2021-12-29 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 8da2e8b [fix](cache) Int overflow

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7533: [fix](cache) Int overflow causes the wrong latest table to be obtained

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7533: URL: https://github.com/apache/incubator-doris/pull/7533#issuecomment-1002853623 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: [fix] fix TableRef.java checkstyle failed (#7538)

2021-12-29 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 d88711a [fix] fix TableRef.java check

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7538: [fix] fix TableRef.java checkstyle failed

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7538: URL: https://github.com/apache/incubator-doris/pull/7538#issuecomment-1002849271 -- 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] yangzhg merged pull request #7538: [fix] fix TableRef.java checkstyle failed

2021-12-29 Thread GitBox
yangzhg merged pull request #7538: URL: https://github.com/apache/incubator-doris/pull/7538 -- 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 pull request #7538: [fix] fix TableRef.java checkstyle failed

2021-12-29 Thread GitBox
yangzhg opened a new pull request #7538: URL: https://github.com/apache/incubator-doris/pull/7538 ## Proposed changes fix TableRef.java checkstyle failed ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_

[incubator-doris] branch master updated: [fix] change percentile_approx return from nan to null (#7512)

2021-12-29 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 7357089 [fix] change percentile_appro

[GitHub] [incubator-doris] yangzhg closed issue #7510: [Bug] 'nan' value returned by function 'percentile_approx' can not be parsed as double type by JDBC

2021-12-29 Thread GitBox
yangzhg closed issue #7510: URL: https://github.com/apache/incubator-doris/issues/7510 -- 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 #7512: [Bug] Fix 'nan' returned by function 'percentile_approx' can not be parsed as double type by JDBC

2021-12-29 Thread GitBox
yangzhg merged pull request #7512: URL: https://github.com/apache/incubator-doris/pull/7512 -- 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: [fix](lower_case_table_names) Fix the bug of case-sensitive aliases in the query when lower_case_table_names=1 is set (#7495)

2021-12-29 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 4d01219 [fix](lower_case_table_names)

[GitHub] [incubator-doris] yangzhg merged pull request #7495: [fix](lower_case_table_names) Fix the bug of case-sensitive aliases in the query when lower_case_table_names=1 is set

2021-12-29 Thread GitBox
yangzhg merged pull request #7495: URL: https://github.com/apache/incubator-doris/pull/7495 -- 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 #7492: [Bug] Error when lower_case_table_names=1 with case-sensitive aliases in query.

2021-12-29 Thread GitBox
yangzhg closed issue #7492: URL: https://github.com/apache/incubator-doris/issues/7492 -- 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: [docs] Add user manual for hdfs load and transaction. (#7497)

2021-12-29 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 dc9cd34 [docs] Add user manual for hd

[GitHub] [incubator-doris] yangzhg merged pull request #7497: Add user manual for hdfs load and transaction.

2021-12-29 Thread GitBox
yangzhg merged pull request #7497: URL: https://github.com/apache/incubator-doris/pull/7497 -- 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 merged pull request #7507: [bug](fold-constant)fix having clause constant folding

2021-12-29 Thread GitBox
yangzhg merged pull request #7507: URL: https://github.com/apache/incubator-doris/pull/7507 -- 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 #7478: [Bug] having 子句不支持 now(), current_date() 等常量函数

2021-12-29 Thread GitBox
yangzhg closed issue #7478: URL: https://github.com/apache/incubator-doris/issues/7478 -- 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: fix having clause constant folding (#7507)

2021-12-29 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 0894848 fix having clause constant fo

[incubator-doris] branch master updated (bc4ceec -> 85c30fc)

2021-12-29 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 bc4ceec [improvement] optimize java cmd find (#7428) add 85c30fc [deps] Upgrade Log4j to 2.7.1 to so

[GitHub] [incubator-doris] yangzhg merged pull request #7536: Upgrade Log4j to 2.7.1 to solve the CVE-2021-44832 security vulnerability

2021-12-29 Thread GitBox
yangzhg merged pull request #7536: URL: https://github.com/apache/incubator-doris/pull/7536 -- 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] github-actions[bot] commented on pull request #7536: Upgrade Log4j to 2.7.1 to solve the CVE-2021-44832 security vulnerability

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7536: URL: https://github.com/apache/incubator-doris/pull/7536#issuecomment-1002844683 -- 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] yangzhg commented on pull request #7423: [improvement] add a config repair_slow_replica

2021-12-29 Thread GitBox
yangzhg commented on pull request #7423: URL: https://github.com/apache/incubator-doris/pull/7423#issuecomment-1002844140 > Please add ut for this case, you can refer to `TabletRepairAndBalanceTest` done -- This is an automated message from the Apache Git Service. To respond to the

[incubator-doris] branch master updated (2872dbf -> bc4ceec)

2021-12-29 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 2872dbf [refactor] Standardize the writing of pom files, prepare for deployment to maven (#7477) add

[GitHub] [incubator-doris] yangzhg merged pull request #7428: [improvement] optimize java cmd find

2021-12-29 Thread GitBox
yangzhg merged pull request #7428: URL: https://github.com/apache/incubator-doris/pull/7428 -- 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 merged pull request #7477: [refactor] Standardize the pom files, prepare for deployment to maven

2021-12-29 Thread GitBox
yangzhg merged pull request #7477: URL: https://github.com/apache/incubator-doris/pull/7477 -- 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 (e933607 -> 2872dbf)

2021-12-29 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 e933607 Revert "[improvement](planner) make BinaryPredicate do not cast date to datetime/varchar (#7045)"

[GitHub] [incubator-doris] JackFzy commented on pull request #7534: fix lineDelimiter Multi-separator wiriter failed

2021-12-29 Thread GitBox
JackFzy commented on pull request #7534: URL: https://github.com/apache/incubator-doris/pull/7534#issuecomment-1002841952 Thanks -- 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 comm

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7533: [fix](cache) Int overflow causes the wrong latest table to be obtained

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7533: URL: https://github.com/apache/incubator-doris/pull/7533#issuecomment-1002631260 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] zbtzbtzbt commented on pull request #7533: [fix](cache) Int overflow causes the wrong latest table to be obtained

2021-12-29 Thread GitBox
zbtzbtzbt commented on pull request #7533: URL: https://github.com/apache/incubator-doris/pull/7533#issuecomment-1002631032 good fix -- 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] hf200012 opened a new pull request #7536: Upgrade Log4j to 2.7.1 to solve the CVE-2021-44832 security vulnerability

2021-12-29 Thread GitBox
hf200012 opened a new pull request #7536: URL: https://github.com/apache/incubator-doris/pull/7536 Upgrade Log4j to 2.7.1 to solve the CVE-2021-44832 security vulnerability ## Proposed changes Close related #issue (replace it with issue number if it exists). Desc

[GitHub] [incubator-doris] xuzifu666 commented on issue #7516: [Bug] forbidden create materialized view with distinct

2021-12-29 Thread GitBox
xuzifu666 commented on issue #7516: URL: https://github.com/apache/incubator-doris/issues/7516#issuecomment-1002591455 > This pr #7494 prohibits the distinct semantics that may appear in aggregate functions. For example, `select count(distinct c1) from table1` > > But there is anoth

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #7516: [Bug] forbidden create materialized view with distinct

2021-12-29 Thread GitBox
EmmyMiao87 commented on issue #7516: URL: https://github.com/apache/incubator-doris/issues/7516#issuecomment-1002589016 This pr #7494 prohibits the distinct semantics that may appear in aggregate functions. For example, ```select count(distinct c1) from table1``` But there is an

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #7494: [BUGFIX] forbidden create materialized view with distinct

2021-12-29 Thread GitBox
EmmyMiao87 commented on a change in pull request #7494: URL: https://github.com/apache/incubator-doris/pull/7494#discussion_r776318295 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -193,6 +199,11 @@ public void analyzeSe

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #7494: [BUGFIX] forbidden create materialized view with distinct

2021-12-29 Thread GitBox
EmmyMiao87 commented on a change in pull request #7494: URL: https://github.com/apache/incubator-doris/pull/7494#discussion_r776318295 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -193,6 +199,11 @@ public void analyzeSe

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7357: [feature] (planner) InferPredicate (#7096)

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7357: URL: https://github.com/apache/incubator-doris/pull/7357#issuecomment-1002585477 -- 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] zenoyang opened a new pull request #7535: [Website] Make the homepage base proc dir orderly

2021-12-29 Thread GitBox
zenoyang opened a new pull request #7535: URL: https://github.com/apache/incubator-doris/pull/7535 ## Proposed changes Make the homepage BaseProcDir orderly, because disorder is maddening. ## Types of changes What types of changes does your code introduce to Doris? _P

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7526: [fix](session-variable) fix bug that checkpoint may overwrite the global variables

2021-12-29 Thread GitBox
xy720 commented on a change in pull request #7526: URL: https://github.com/apache/incubator-doris/pull/7526#discussion_r776290428 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/VariableMgr.java ## @@ -304,17 +286,30 @@ public static void setLowerCaseTableNames(int m

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7534: fix lineDelimiter Multi-separator wiriter failed

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7534: URL: https://github.com/apache/incubator-doris/pull/7534#issuecomment-1002524777 -- 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] JackFzy opened a new pull request #7534: fix lineDelimiter Multi-separator wiriter failed

2021-12-29 Thread GitBox
JackFzy opened a new pull request #7534: URL: https://github.com/apache/incubator-doris/pull/7534 ## Proposed changes Close related #7513 (replace it with issue number if it exists). Describe the overview of changes, and introduce why we need it. ## Types of changes

[GitHub] [incubator-doris] zenoyang opened a new pull request #7533: [fix](cache) Int overflow causes the wrong latest table to be obtained

2021-12-29 Thread GitBox
zenoyang opened a new pull request #7533: URL: https://github.com/apache/incubator-doris/pull/7533 ## Proposed changes Query cache data is abnormal because of Int overflow causes the wrong latest table to be obtained. ## Types of changes What types of changes does your

[GitHub] [incubator-doris] chovy-3012 opened a new pull request #7532: [Improvement] use [storage_cooldown_seconds] property when storage medium is SSD

2021-12-29 Thread GitBox
chovy-3012 opened a new pull request #7532: URL: https://github.com/apache/incubator-doris/pull/7532 ## Proposed changes Refer to this issule https://github.com/apache/incubator-doris/issues/7528 When setting property `default_storage_medium=ssd` and `storage_cooldown_second=xxx`

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7531: Throw an exception to spark when the data push fails and there are too many retries

2021-12-29 Thread GitBox
github-actions[bot] commented on pull request #7531: URL: https://github.com/apache/incubator-doris/pull/7531#issuecomment-1002482131 -- 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] Aiden-Dong opened a new pull request #7531: Throw an exception to spark when the data push fails and there are too many retries

2021-12-29 Thread GitBox
Aiden-Dong opened a new pull request #7531: URL: https://github.com/apache/incubator-doris/pull/7531 ## Proposed changes Close related #issue (replace it with issue number if it exists). Describe the overview of changes, and introduce why we need it. ## Types of changes