jackwener commented on PR #8980:
URL: https://github.com/apache/incubator-doris/pull/8980#issuecomment-1098786831
I think the `infer` just occurs when predicate can pushdown.
BTW, I think this point should be included in unit test.
--
This is an automated message from the Apache Gi
github-actions[bot] commented on PR #9013:
URL: https://github.com/apache/incubator-doris/pull/9013#issuecomment-1098794699
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, please log on
github-actions[bot] commented on PR #9013:
URL: https://github.com/apache/incubator-doris/pull/9013#issuecomment-1098794728
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 GitHub and us
qidaye commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098797473
This will change the behavior of `null <=>, =, >=, <= null`.
When a column `c1` is `null`, `c1<=>c1` can return null result set.
--
This is an automated message from the Apache
jackwener commented on code in PR #8980:
URL: https://github.com/apache/incubator-doris/pull/8980#discussion_r850163962
##
fe/fe-core/src/test/java/org/apache/doris/rewrite/InferFiltersRuleTest.java:
##
@@ -299,4 +299,25 @@ public void testWhereBetweenPredicate() throws Exceptio
jackwener commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098801785
> This will change the behavior of `null <=>, =, >=, <= null`. When a column
`c1` is `null`, `c1<=>c1` can return null result set.
Thanks! It should be:
* =, >=
qidaye commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098804751
> =, >= , <= to is not null;
This still changes the behavior of `null =/>=/<= null`, these output should
be `null`, not `0`.
--
This is an automated message from the Apach
jackwener commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098809018
> > =, >= , <= to is not null;
>
> This still changes the behavior of `null =/>=/<= null`, these output
should be `null`, not `0`.
` =, >=, <= ` implicitly include
jackwener commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098810120
> It's working when the expr is a slotRef.
😂 I forget check `slotRef`. Thanks .
--
This is an automated message from the Apache Git Service.
To respond to the message, p
morrySnow commented on code in PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850172078
##
fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java:
##
@@ -0,0 +1,79 @@
+
+// Licensed to the Apache Software Foundation (ASF) un
pengxiangyu opened a new issue, #9024:
URL: https://github.com/apache/incubator-doris/issues/9024
### 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.
### Version
co
pengxiangyu opened a new pull request, #9025:
URL: https://github.com/apache/incubator-doris/pull/9025
# Proposed changes
Issue Number: #9024
## Problem Summary:
show full function
result has an error:
INIT_FN and UPDATE_FN is wrong
## Checklist(Required)
morrySnow commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098820319
> This still changes the behavior of `null =/>=/<= null`, these output
should be `null`, not `0`.
so we only need to rewrite condition expression. Expression in select lis
morrySnow commented on code in PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850188707
##
fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java:
##
@@ -0,0 +1,80 @@
+// Licensed to the Apache Software Foundation (ASF) unde
chenlinzhong opened a new issue, #9026:
URL: https://github.com/apache/incubator-doris/issues/9026
### 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.
### Version
c
morningman opened a new pull request, #9027:
URL: https://github.com/apache/incubator-doris/pull/9027
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
1. The compile bug is introduced from #8855
2. FE ut bug is introduced from #8848
## Checklist(R
jackwener commented on code in PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850217892
##
fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java:
##
@@ -0,0 +1,80 @@
+// Licensed to the Apache Software Foundation (ASF) unde
jackwener commented on code in PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850217892
##
fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java:
##
@@ -0,0 +1,80 @@
+// Licensed to the Apache Software Foundation (ASF) unde
github-actions[bot] commented on PR #9027:
URL: https://github.com/apache/incubator-doris/pull/9027#issuecomment-1098865140
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, please log on
github-actions[bot] commented on PR #9027:
URL: https://github.com/apache/incubator-doris/pull/9027#issuecomment-1098865190
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 GitHub and us
jackwener commented on PR #9018:
URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098868255
just like in above comment
https://github.com/apache/incubator-doris/pull/9018#discussion_r850217892.
For comparison operator, semantics is different in `select expr` and
Henry2SS commented on code in PR #8919:
URL: https://github.com/apache/incubator-doris/pull/8919#discussion_r850234649
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyticExpr.java:
##
@@ -831,6 +831,36 @@ public String toSqlImpl() {
return sb.toString();
HappenLee opened a new pull request, #9028:
URL: https://github.com/apache/incubator-doris/pull/9028
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behav
JNSimba opened a new pull request, #9029:
URL: https://github.com/apache/incubator-doris/pull/9029
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Added doc for the operation and maintenance monitoring section
## Checklist(Required)
1. Does i
github-actions[bot] commented on PR #9028:
URL: https://github.com/apache/incubator-doris/pull/9028#issuecomment-1098910292
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, please log on
github-actions[bot] commented on PR #9028:
URL: https://github.com/apache/incubator-doris/pull/9028#issuecomment-1098910344
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 GitHub and us
ChPi commented on code in PR #8921:
URL: https://github.com/apache/incubator-doris/pull/8921#discussion_r850254962
##
fe/fe-core/src/main/java/org/apache/doris/backup/BackupJob.java:
##
@@ -358,6 +358,18 @@ private void prepareAndSendSnapshotTask() {
taskProgress.clear(
jackwener commented on code in PR #8987:
URL: https://github.com/apache/incubator-doris/pull/8987#discussion_r850260760
##
fe/checkstyle.xml:
##
@@ -1,33 +1,420 @@
-
-http://www.puppycrawl.com/dtds/configuration_1_3.dtd";>
+
+
+
-
-
-
+
+
+
+
github-actions[bot] commented on PR #9025:
URL: https://github.com/apache/incubator-doris/pull/9025#issuecomment-1098928478
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, please log on
github-actions[bot] commented on PR #9025:
URL: https://github.com/apache/incubator-doris/pull/9025#issuecomment-1098928533
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 GitHub and us
qidaye commented on code in PR #8987:
URL: https://github.com/apache/incubator-doris/pull/8987#discussion_r850265918
##
fe/checkstyle.xml:
##
@@ -1,33 +1,420 @@
-
-http://www.puppycrawl.com/dtds/configuration_1_3.dtd";>
+
+
+
-
-
-
+
+
+
+
github-actions[bot] commented on PR #9021:
URL: https://github.com/apache/incubator-doris/pull/9021#issuecomment-1098932957
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 GitHub and us
yangzhg commented on PR #8923:
URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1098934453
> It's the right way to solve this issue ?
I think that a good idea
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
yangzhg commented on code in PR #8923:
URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r850268897
##
gensrc/thrift/AgentService.thrift:
##
@@ -105,6 +115,7 @@ struct TCreateTabletReq {
13: optional TStorageFormat storage_format
14: optional TTabletT
morningman merged PR #9027:
URL: https://github.com/apache/incubator-doris/pull/9027
--
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-unsubscr...
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 9ac6d23a44 [Feature]support stddev/variance agg functions to window
function (#8962)
add 579aee110a
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r850275530
##
fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java:
##
@@ -131,6 +131,7 @@ public class OlapScanNode extends ScanNode {
private int se
EmmyMiao87 commented on code in PR #8858:
URL: https://github.com/apache/incubator-doris/pull/8858#discussion_r850200516
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -17,19 +17,181 @@
package org.apache.doris.analysis;
+import org.apache.dor
Kikyou1997 closed issue #18: [Bug] Deserialization failed in the
RestService::getSchema method
URL: https://github.com/apache/incubator-doris-spark-connector/issues/18
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r850301553
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java:
##
@@ -0,0 +1,73 @@
+// Licensed to the Apache Software Foundation (ASF) under
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r850304379
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java:
##
@@ -0,0 +1,73 @@
+// Licensed to the Apache Software Foundation (ASF) under
yangzhg commented on code in PR #8923:
URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r850314406
##
be/src/olap/tablet_schema.h:
##
@@ -169,6 +172,7 @@ class TabletSchema {
size_t _num_short_key_columns = 0;
size_t _num_rows_per_row_block = 0;
smallhibiscus opened a new pull request, #9030:
URL: https://github.com/apache/incubator-doris/pull/9030
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Modify create and drop docs in DDL module.
## Checklist(Required)
1. Does it affect the o
github-actions[bot] commented on PR #9030:
URL: https://github.com/apache/incubator-doris/pull/9030#issuecomment-1099055589
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, please log on
github-actions[bot] commented on PR #9030:
URL: https://github.com/apache/incubator-doris/pull/9030#issuecomment-1099055615
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 GitHub and us
github-actions[bot] commented on PR #9029:
URL: https://github.com/apache/incubator-doris/pull/9029#issuecomment-1099057938
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 GitHub and us
github-actions[bot] commented on PR #9029:
URL: https://github.com/apache/incubator-doris/pull/9029#issuecomment-1099057915
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, please log on
luwei16 opened a new pull request, #9031:
URL: https://github.com/apache/incubator-doris/pull/9031
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavio
zhangstar333 commented on code in PR #8877:
URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r850358555
##
be/src/vec/aggregate_functions/aggregate_function_window.h:
##
@@ -363,6 +363,47 @@ struct WindowFunctionLastData : Data {
static const char* name()
zhangstar333 commented on code in PR #8877:
URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r850359554
##
be/src/vec/aggregate_functions/aggregate_function_window.h:
##
@@ -363,6 +363,47 @@ struct WindowFunctionLastData : Data {
static const char* name()
liutang123 opened a new issue, #9032:
URL: https://github.com/apache/incubator-doris/issues/9032
### 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.
### Version
0.1
wangbo commented on issue #9032:
URL:
https://github.com/apache/incubator-doris/issues/9032#issuecomment-1099185918
Brother Jia 🐂🍺, YYDS
--
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
morningman opened a new issue, #9033:
URL: https://github.com/apache/incubator-doris/issues/9033
### 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.
### Version
1.0
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 20dd0201f8e1b2b22eb76c95d176c17fe7d5c120
Author: Mingyu Chen
AuthorDate: Thu Apr 14 11:46:48 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 141341bdb76d7235932eaab2ea21228ffc7c04ed
Author: jiafeng.zhang
AuthorDate: Tue Apr 12 16:01:03 2022 +080
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 4ba2fdb96e [fix](error-code) replace invalid format specifier (#8940)
new cccf6b5f84 [improvement
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit cccf6b5f84581d5d783ce8f8ebf20c66467e49ec
Author: leo65535
AuthorDate: Thu Apr 14 10:03:37 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 2fc7fead9344620dd9510b8155992a62e3f3de8b
Author: zhengshengjun <74281684+zhengsheng...@users.noreply.gith
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit bb82a06833fb743d1d53e2b5585d6e8a0bbd68b5
Author: Mingyu Chen
AuthorDate: Thu Apr 14 11:44:41 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit dd7bd2eb813e06a85548f28a2cde37421605f7f0
Author: dataroaring <98214048+dataroar...@users.noreply.github.c
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit d91032ca446bc70aff6459d8fd6268616ae95197
Author: dataroaring <98214048+dataroar...@users.noreply.github.c
qzsee opened a new issue, #9034:
URL: https://github.com/apache/incubator-doris/issues/9034
### 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.
### Version
master
qzsee opened a new pull request, #9035:
URL: https://github.com/apache/incubator-doris/pull/9035
… the storage layer
# Proposed changes
Issue Number: close #9034
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it
EmmyMiao87 commented on code in PR #8859:
URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r850339377
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJobScheduler.java:
##
@@ -33,31 +49,224 @@
Switch job state from pending to scheduling.
*
hf200012 merged PR #26:
URL: https://github.com/apache/incubator-doris-flink-connector/pull/26
--
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
hf200012 closed issue #25: [Bug] Row type decimal convert bug
URL: https://github.com/apache/incubator-doris-flink-connector/issues/25
--
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 19e24c7 [Bug] F
hf200012 merged PR #27:
URL: https://github.com/apache/incubator-doris-flink-connector/pull/27
--
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch branch-for-flink-before-1.13
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
The following commit(s) were added to refs/heads/branch-for-flink-before-
HappenLee merged PR #9028:
URL: https://github.com/apache/incubator-doris/pull/9028
--
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-unsubscr...@
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 0fa917703e [Bug] Fix some node in ve
yiguolei merged PR #9001:
URL: https://github.com/apache/incubator-doris/pull/9001
--
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-unsubscr...@d
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch stream-load-vec
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/stream-load-vec by this push:
new 4d4bb906f1 [Fix bug
HappenLee closed issue #8729: [Enhancement] enhancement for regression-test
framework
URL: https://github.com/apache/incubator-doris/issues/8729
--
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 s
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 0fa917703e [Bug] Fix some node in vectorized not have `V` title (#9028)
add 90cf8ddf25 [Enhancement][
HappenLee merged PR #8930:
URL: https://github.com/apache/incubator-doris/pull/8930
--
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-unsubscr...@
yiguolei merged PR #9013:
URL: https://github.com/apache/incubator-doris/pull/9013
--
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-unsubscr...@d
yiguolei closed issue #9012: [Enhancement] [Storage Vectorize] optimize
BitmapRangeIterator.next_range()
URL: https://github.com/apache/incubator-doris/issues/9012
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 f7a5ff4f1d [Enhancement] [Storage Vec
EmmyMiao87 commented on code in PR #8859:
URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r851042639
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJobScheduler.java:
##
@@ -33,31 +49,224 @@
Switch job state from pending to scheduling.
*
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851047917
##
fe/fe-core/src/main/java/org/apache/doris/statistics/BaseStatsDerive.java:
##
@@ -0,0 +1,122 @@
+// Licensed to the Apache Software Foundation (ASF) under o
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851051527
##
fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java:
##
@@ -170,12 +174,41 @@ protected PlanNode(PlanNodeId id, PlanNode node, String
planNodeN
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851051675
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatsRecursiveDerive.java:
##
@@ -0,0 +1,57 @@
+// Licensed to the Apache Software Foundation (ASF) und
zhengshiJ commented on code in PR #8947:
URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851051760
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java:
##
@@ -0,0 +1,73 @@
+// Licensed to the Apache Software Foundation (ASF) under
hf200012 opened a new pull request, #9036:
URL: https://github.com/apache/incubator-doris/pull/9036
Add show proc,show trash
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Do
yangzhg opened a new pull request, #9037:
URL: https://github.com/apache/incubator-doris/pull/9037
# Proposed changes
this is a part of #8984
1. add `SHOW TABLET STORAGE FORMAT` stmt
use this stmt to show tablets storage format in be, if verbose is
set,
will s
ruyliu opened a new pull request, #9038:
URL: https://github.com/apache/incubator-doris/pull/9038
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
The default value of the configuration item
max_send_batch_parallelism_per_job in the documentation is differ
morrySnow commented on code in PR #8910:
URL: https://github.com/apache/incubator-doris/pull/8910#discussion_r851054253
##
fe/fe-core/src/main/java/org/apache/doris/analysis/SelectStmt.java:
##
@@ -613,6 +617,102 @@ private void whereClauseRewrite() {
}
}
+pr
github-actions[bot] commented on PR #8996:
URL: https://github.com/apache/incubator-doris/pull/8996#issuecomment-1099871230
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, please log on
github-actions[bot] commented on PR #8996:
URL: https://github.com/apache/incubator-doris/pull/8996#issuecomment-1099871243
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 GitHub and us
github-actions[bot] commented on PR #9002:
URL: https://github.com/apache/incubator-doris/pull/9002#issuecomment-1099871891
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, please log on
github-actions[bot] commented on PR #9002:
URL: https://github.com/apache/incubator-doris/pull/9002#issuecomment-1099871909
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 GitHub and us
jackwener commented on PR #8987:
URL: https://github.com/apache/incubator-doris/pull/8987#issuecomment-1099872111
@morningman-cmy @EmmyMiao87 PTAL.
Now it don't influence current behavior because I remove the change of
`checkstyle.xml` in this PR.
--
This is an automated message f
yiguolei merged PR #9021:
URL: https://github.com/apache/incubator-doris/pull/9021
--
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-unsubscr...@d
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from f7a5ff4f1d [Enhancement] [Storage Vectorize] optimize
BitmapRangeIterator.next_range() (#9013)
add 41
github-actions[bot] commented on PR #9031:
URL: https://github.com/apache/incubator-doris/pull/9031#issuecomment-1099872287
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, please log on
github-actions[bot] commented on PR #9031:
URL: https://github.com/apache/incubator-doris/pull/9031#issuecomment-1099872301
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 GitHub and us
yiguolei merged PR #9017:
URL: https://github.com/apache/incubator-doris/pull/9017
--
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-unsubscr...@d
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 419ec3b96c [Fix Bug] Fix ehco command not found (#9021)
add ca4f4d199e [Feature][regression-test]CSV i
dependabot[bot] opened a new pull request, #9039:
URL: https://github.com/apache/incubator-doris/pull/9039
Bumps hadoop-common from 2.8.0 to 3.2.3.
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hado
1 - 100 of 111 matches
Mail list logo