[GitHub] [incubator-doris] HappenLee removed a comment on issue #5362: weekofyear and auto create partition name is different

2021-02-05 Thread GitBox
HappenLee removed a comment on issue #5362: URL: https://github.com/apache/incubator-doris/issues/5362#issuecomment-774381761 @peng-xin please give me create table code, thanks~ This is an automated message from the Apache G

[GitHub] [incubator-doris] HappenLee commented on issue #5362: weekofyear and auto create partition name is different

2021-02-05 Thread GitBox
HappenLee commented on issue #5362: URL: https://github.com/apache/incubator-doris/issues/5362#issuecomment-774381761 @peng-xin please give me create table code, thanks~ This is an automated message from the Apache Git Servi

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5344: [Compaction] Cache compaction score for tablet to avoid calculating each tablet score in every production

2021-02-05 Thread GitBox
acelyc111 commented on a change in pull request #5344: URL: https://github.com/apache/incubator-doris/pull/5344#discussion_r571037899 ## File path: be/src/olap/compaction.cpp ## @@ -127,8 +127,11 @@ OLAPStatus Compaction::do_compaction_impl(int64_t permits) { int64_t now

[GitHub] [incubator-doris] hf200012 commented on a change in pull request #5366: Spark doris connector http v2 authentication fails, and HTTP v2 interface returns json nesting problem

2021-02-05 Thread GitBox
hf200012 commented on a change in pull request #5366: URL: https://github.com/apache/incubator-doris/pull/5366#discussion_r570995764 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/rest/RestService.java ## @@ -32,17 +32,15 @@ import static

[GitHub] [incubator-doris] hf200012 commented on a change in pull request #5366: Spark doris connector http v2 authentication fails, and HTTP v2 interface returns json nesting problem

2021-02-05 Thread GitBox
hf200012 commented on a change in pull request #5366: URL: https://github.com/apache/incubator-doris/pull/5366#discussion_r570995569 ## File path: extension/spark-doris-connector/src/test/scala/org/apache/doris/spark/sql/SparkDorisConnector.scala ## @@ -0,0 +1,30 @@ +package o

[GitHub] [incubator-doris] morningman commented on a change in pull request #5366: Spark doris connector http v2 authentication fails, and HTTP v2 interface returns json nesting problem

2021-02-05 Thread GitBox
morningman commented on a change in pull request #5366: URL: https://github.com/apache/incubator-doris/pull/5366#discussion_r570993116 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/rest/RestService.java ## @@ -32,17 +32,15 @@ import static

[GitHub] [incubator-doris] hf200012 opened a new pull request #5366: 1. Deal with the problem of inconsistent data format returned by http v1 and v2 2. Deal with user authentication failure

2021-02-05 Thread GitBox
hf200012 opened a new pull request #5366: URL: https://github.com/apache/incubator-doris/pull/5366 1. Deal with the problem of inconsistent data format returned by http v1 and v2 2. Deal with user authentication failure T

[GitHub] [incubator-doris] peng-xin commented on issue #5362: weekofyear and auto create partition name is different

2021-02-05 Thread GitBox
peng-xin commented on issue #5362: URL: https://github.com/apache/incubator-doris/issues/5362#issuecomment-773993456 but dynamic_partition auto create partition is not 5th(weekofyear is 5th) week at 2021-02-01,it is 2021_06. ---

[incubator-doris] branch master updated: Adding a column with SUM aggregation to table should restrict the default value (#5315)

2021-02-05 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 2a2cec9 Adding a column with SUM a

[GitHub] [incubator-doris] chaoyli closed issue #5316: Inconsistent between three replicas

2021-02-05 Thread GitBox
chaoyli closed issue #5316: URL: https://github.com/apache/incubator-doris/issues/5316 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

[GitHub] [incubator-doris] chaoyli merged pull request #5315: Adding a column with SUM aggregation to table should restrict the default value

2021-02-05 Thread GitBox
chaoyli merged pull request #5315: URL: https://github.com/apache/incubator-doris/pull/5315 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] morningman commented on pull request #5315: Adding a column with SUM aggregation to table should restrict the default value

2021-02-05 Thread GitBox
morningman commented on pull request #5315: URL: https://github.com/apache/incubator-doris/pull/5315#issuecomment-773753835 We will change the case in NewDorisTest to meet this issue. This is an automated message from the Apa

[GitHub] [incubator-doris] HappenLee commented on issue #5362: weekofyear and auto create partition name is different

2021-02-05 Thread GitBox
HappenLee commented on issue #5362: URL: https://github.com/apache/incubator-doris/issues/5362#issuecomment-773858883 Because 2021-01-03,it is 53th week of 2020. This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] morningman commented on a change in pull request #5329: [Bug] Fix bug that not erase meta such as tablet when force drop db, table, partition

2021-02-05 Thread GitBox
morningman commented on a change in pull request #5329: URL: https://github.com/apache/incubator-doris/pull/5329#discussion_r570692263 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -6811,5 +6820,67 @@ private void setReplicaStatusInternal(lo

[GitHub] [incubator-doris] HappenLee commented on issue #5362: weekofyear and auto create partition name is different

2021-02-05 Thread GitBox
HappenLee commented on issue #5362: URL: https://github.com/apache/incubator-doris/issues/5362#issuecomment-773858883 Because 2021-01-03,it is 53th week of 2020. This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] peng-xin commented on issue #5353: how to load orc file to table using default broker

2021-02-05 Thread GitBox
peng-xin commented on issue #5353: URL: https://github.com/apache/incubator-doris/issues/5353#issuecomment-773122419 > You need to specify `FORMAT AS 'orc'` in your load stmt. > execute `help broker load` to see examples. it is worked.thank you so much. -

[GitHub] [incubator-doris] e0c9 closed pull request #5345: [UT] Fix bug in testCompensateIndex

2021-02-05 Thread GitBox
e0c9 closed pull request #5345: URL: https://github.com/apache/incubator-doris/pull/5345 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 g

[GitHub] [incubator-doris] ICEMAN-CN commented on issue #5171: [Bug] Function `PERCENTILE_APPROX` return error result.

2021-02-05 Thread GitBox
ICEMAN-CN commented on issue #5171: URL: https://github.com/apache/incubator-doris/issues/5171#issuecomment-773206252 I encountered the same problem, how did you solve this problem later? This is an automated message from th

[GitHub] [incubator-doris] HappenLee commented on issue #5171: [Bug] Function `PERCENTILE_APPROX` return error result.

2021-02-05 Thread GitBox
HappenLee commented on issue #5171: URL: https://github.com/apache/incubator-doris/issues/5171#issuecomment-773755610 > I encountered the same problem, how did you solve this problem later? @ICEMAN-CN This problem already fixed,please look at:https://github.com/apache/incubator-dori

[GitHub] [incubator-doris] liuooo opened a new pull request #5365: [Doc]: correct wrong num in create table help doc

2021-02-05 Thread GitBox
liuooo opened a new pull request #5365: URL: https://github.com/apache/incubator-doris/pull/5365 ## 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 reques

[GitHub] [incubator-doris] HappenLee opened a new pull request #5364: [Performance Optimization and Refactor] Delete push to segment v2

2021-02-05 Thread GitBox
HappenLee opened a new pull request #5364: URL: https://github.com/apache/incubator-doris/pull/5364 1. Add BlockColumnPredicate support OR and AND column predicate in RowBlockV2 2. Support evaluate vectorization delete predicate in storage engine not in Reader in SegmentV2 ## Prop