github-actions[bot] commented on PR #10771:
URL: https://github.com/apache/doris/pull/10771#issuecomment-1182839313
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 use the
UR
This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new bd982ac815 [Bug] Fix array functions arguments mi
xy720 merged PR #10549:
URL: https://github.com/apache/doris/pull/10549
--
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...@doris.apache
Kikyou1997 commented on code in PR #10771:
URL: https://github.com/apache/doris/pull/10771#discussion_r919711682
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BooleanLiteral.java:
##
@@ -0,0 +1,42 @@
+// Licensed to the Apache Software Foundation (ASF) u
HappenLee opened a new pull request, #10799:
URL: https://github.com/apache/doris/pull/10799
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Ye
cambyzju commented on code in PR #10673:
URL: https://github.com/apache/doris/pull/10673#discussion_r919689917
##
be/src/vec/exprs/table_function/vexplode.cpp:
##
@@ -56,26 +48,22 @@ Status VExplodeTableFunction::process_row(size_t row_idx) {
DCHECK(row_idx < _array_column-
github-actions[bot] commented on PR #10797:
URL: https://github.com/apache/doris/pull/10797#issuecomment-1182796567
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 use the
UR
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d03b5c29a8 [bugfix] fix bug of ComparisonPredic
yiguolei merged PR #10798:
URL: https://github.com/apache/doris/pull/10798
--
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...@doris.apa
github-actions[bot] commented on PR #10798:
URL: https://github.com/apache/doris/pull/10798#issuecomment-1182742439
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 use the
UR
github-actions[bot] commented on PR #10798:
URL: https://github.com/apache/doris/pull/10798#issuecomment-1182742423
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 to GitHu
HappenLee commented on code in PR #10673:
URL: https://github.com/apache/doris/pull/10673#discussion_r919624433
##
be/src/vec/exprs/table_function/vexplode.cpp:
##
@@ -56,26 +48,22 @@ Status VExplodeTableFunction::process_row(size_t row_idx) {
DCHECK(row_idx < _array_column
hf200012 commented on issue #10612:
URL: https://github.com/apache/doris/issues/10612#issuecomment-1182736852
Please test tcp-h on 1.1 rc05, 1.0 has not thoroughly optimized this test
set。
You can add me WeChat: 35926237
--
This is an automated message from the Apache Git Service.
To r
adonis0147 commented on code in PR #10771:
URL: https://github.com/apache/doris/pull/10771#discussion_r919620577
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BooleanLiteral.java:
##
@@ -0,0 +1,42 @@
+// Licensed to the Apache Software Foundation (ASF) u
jacktengg opened a new pull request, #10798:
URL: https://github.com/apache/doris/pull/10798
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
ComparisonPredicate::_base_loop use wrong index for null_map:
`if (_opposite ^ (!null_map[i] &&
yiguolei commented on code in PR #10355:
URL: https://github.com/apache/doris/pull/10355#discussion_r919616378
##
be/src/olap/like_column_predicate.cpp:
##
@@ -0,0 +1,168 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements
cambyzju commented on code in PR #10598:
URL: https://github.com/apache/doris/pull/10598#discussion_r918688592
##
be/src/vec/functions/array/function_array_sort.h:
##
@@ -0,0 +1,288 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
cambyzju commented on code in PR #10598:
URL: https://github.com/apache/doris/pull/10598#discussion_r919615948
##
be/src/vec/functions/array/function_array_sort.h:
##
@@ -0,0 +1,288 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
924060929 commented on code in PR #10786:
URL: https://github.com/apache/doris/pull/10786#discussion_r919614263
##
fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java:
##
@@ -89,8 +89,8 @@ public void setParent(Group parent) {
this.parent = paren
924060929 commented on code in PR #10786:
URL: https://github.com/apache/doris/pull/10786#discussion_r919612449
##
fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundRelation.java:
##
@@ -72,6 +85,16 @@ public LogicalProperties computeLogicalProperties(Plan...
in
924060929 commented on code in PR #10786:
URL: https://github.com/apache/doris/pull/10786#discussion_r919611084
##
fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java:
##
@@ -158,7 +158,8 @@ private enum DateLiteralType {
DATEV2(3);
private f
spaces-X commented on PR #10778:
URL: https://github.com/apache/doris/pull/10778#issuecomment-1182713168
Could you please add some UT about this pr?
--
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 t
github-actions[bot] commented on PR #10482:
URL: https://github.com/apache/doris/pull/10482#issuecomment-1182706907
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 use the
UR
github-actions[bot] commented on PR #10482:
URL: https://github.com/apache/doris/pull/10482#issuecomment-1182706879
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 to GitHu
github-actions[bot] commented on PR #10721:
URL: https://github.com/apache/doris/pull/10721#issuecomment-1182702324
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 use the
UR
github-actions[bot] commented on PR #10721:
URL: https://github.com/apache/doris/pull/10721#issuecomment-1182702307
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 to GitHu
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 4719d4705f [regression] update test framework a
yiguolei merged PR #10686:
URL: https://github.com/apache/doris/pull/10686
--
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...@doris.apa
github-actions[bot] commented on PR #10686:
URL: https://github.com/apache/doris/pull/10686#issuecomment-1182688220
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 use the
UR
github-actions[bot] commented on PR #10686:
URL: https://github.com/apache/doris/pull/10686#issuecomment-1182688205
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 to GitHu
starocean999 opened a new pull request, #10797:
URL: https://github.com/apache/doris/pull/10797
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
tpch UNIQUE key mode, q13.sql CORE
for outer join temp solution, the olap scanner will set the columns which
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 8cfc6231b9b6be996cd53cff3a53726ee0cad558
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jul 13 08:28:00 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from a4b6c94450 [refactor]broker rpc timeout configuration parameterization
(#10692)
new 0cc242c67c [Fix](distr
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 0cc242c67c931f288f48c64fd0a69ff4eecacf5e
Author: lihangyu <15605149...@163.com>
AuthorDate: Mon Jul 11 23:12:56 202
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/doris.git
at a4b6c94450 [refactor]broker rpc timeout configuration parameterization
(#10692)
No new revisions were added by
morningman commented on PR #10785:
URL: https://github.com/apache/doris/pull/10785#issuecomment-1182650265
@BiteThet please add case
--
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 speci
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7906866826 Fix show table status docs. (#10782)
yiguolei merged PR #10782:
URL: https://github.com/apache/doris/pull/10782
--
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...@doris.apa
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f9f711cd16 FIX: fix datetimev2 decimal error. (
yiguolei merged PR #10736:
URL: https://github.com/apache/doris/pull/10736
--
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...@doris.apa
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a9a08d3d0b [doc]Add common errors to broker loa
yiguolei merged PR #10773:
URL: https://github.com/apache/doris/pull/10773
--
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...@doris.apa
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 4190f7354c [Bug][Memtable] fix core dump on int
yiguolei merged PR #10775:
URL: https://github.com/apache/doris/pull/10775
--
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...@doris.apa
yiguolei closed issue #10766: [Bug] Core dump with
test_create_table_with_bloom_filter
URL: https://github.com/apache/doris/issues/10766
--
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
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d6210edcda [bugfix]set IsNullPredicate to ALWAY
yiguolei closed issue #10784: [Bug][Function] DCHECK fail on
is_null_pred/is_not_null_pred
URL: https://github.com/apache/doris/issues/10784
--
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 speci
yiguolei merged PR #10785:
URL: https://github.com/apache/doris/pull/10785
--
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...@doris.apa
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d278f400d4 [enhancement](show data skew) Suppor
yiguolei merged PR #10790:
URL: https://github.com/apache/doris/pull/10790
--
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...@doris.apa
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6063c0c9c8 [enhancement](singal) output git com
yiguolei merged PR #10788:
URL: https://github.com/apache/doris/pull/10788
--
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...@doris.apa
carlvinhust2012 commented on code in PR #10598:
URL: https://github.com/apache/doris/pull/10598#discussion_r919126978
##
be/src/vec/functions/array/function_array_sort.h:
##
@@ -0,0 +1,288 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 89e2678f4e [improvement]Increase min_ht_mem of
yiguolei merged PR #10787:
URL: https://github.com/apache/doris/pull/10787
--
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...@doris.apa
cambyzju commented on PR #10749:
URL: https://github.com/apache/doris/pull/10749#issuecomment-1181799885
LGTM
--
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
morrySnow commented on code in PR #10786:
URL: https://github.com/apache/doris/pull/10786#discussion_r918895101
##
fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundRelation.java:
##
@@ -72,6 +85,16 @@ public LogicalProperties computeLogicalProperties(Plan...
in
starocean999 opened a new pull request, #10795:
URL: https://github.com/apache/doris/pull/10795
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
tpch UNIQUE key mode, q13.sql CORE
for outer join temp solution, the olap scanner will set the columns which
github-actions[bot] commented on PR #10793:
URL: https://github.com/apache/doris/pull/10793#issuecomment-1181739966
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 use the
UR
github-actions[bot] commented on PR #10793:
URL: https://github.com/apache/doris/pull/10793#issuecomment-1181739918
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 to GitHu
Gabriel39 closed pull request #10545: [feature-wip] Optimize Decimal type
URL: https://github.com/apache/doris/pull/10545
--
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 uns
Gabriel39 opened a new pull request, #10794:
URL: https://github.com/apache/doris/pull/10794
# Proposed changes
Issue Number: close #10545
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (
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/doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new bd413f2 [fix]The log does
hf200012 closed issue #47: [Bug] The log does not show the problem
URL: https://github.com/apache/doris-flink-connector/issues/47
--
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.
hf200012 merged PR #48:
URL: https://github.com/apache/doris-flink-connector/pull/48
--
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...
hf200012 opened a new pull request, #48:
URL: https://github.com/apache/doris-flink-connector/pull/48
# Proposed changes
Issue Number: close #47
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beha
hf200012 opened a new issue, #47:
URL: https://github.com/apache/doris-flink-connector/issues/47
### 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.1
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r918915222
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -202,17 +236,22 @@ public void analyze(Analyzer analyzer) throws
UserException {
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r918914300
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -202,17 +236,22 @@ public void analyze(Analyzer analyzer) throws
UserException {
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r918911492
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -122,12 +126,40 @@ public List getTables() throws AnalysisException {
return tabl
github-actions[bot] commented on PR #10775:
URL: https://github.com/apache/doris/pull/10775#issuecomment-1181698024
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 use the
UR
github-actions[bot] commented on PR #10775:
URL: https://github.com/apache/doris/pull/10775#issuecomment-1181697969
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 to GitHu
HappenLee commented on PR #10775:
URL: https://github.com/apache/doris/pull/10775#issuecomment-1181696283
LGTM
--
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 unsubscrib
xinyiZzz commented on PR #10775:
URL: https://github.com/apache/doris/pull/10775#issuecomment-1181695091
> yes
> […](#)
you can change it directly~
--
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
SaintBacchus commented on PR #10793:
URL: https://github.com/apache/doris/pull/10793#issuecomment-1181684595
LGTM
--
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 unsubsc
AshinGau opened a new pull request, #10793:
URL: https://github.com/apache/doris/pull/10793
## Problem Summary:
ExternalIcebergScanProvider creates empty hadoop configuration.
ExternalHiveScanProvider gets wrong s3 properties.
```
MySQL [iceberg_test]> select * from test2 limit 1;
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 89bec9b56a [enhancement](be) be asan add asa
dataroaring merged PR #10768:
URL: https://github.com/apache/doris/pull/10768
--
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...@doris.
BiteThet opened a new pull request, #10792:
URL: https://github.com/apache/doris/pull/10792
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
zhangstar333 commented on code in PR #10296:
URL: https://github.com/apache/doris/pull/10296#discussion_r918871188
##
be/src/vec/aggregate_functions/aggregate_function_java_udaf.h:
##
@@ -96,6 +98,7 @@ struct AggregateJavaUdafData {
ctor_params.__set_input_buffer_p
github-actions[bot] commented on PR #10785:
URL: https://github.com/apache/doris/pull/10785#issuecomment-1181655059
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 use the
UR
github-actions[bot] commented on PR #10785:
URL: https://github.com/apache/doris/pull/10785#issuecomment-1181655011
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 to GitHu
dataroaring merged PR #10136:
URL: https://github.com/apache/doris/pull/10136
--
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...@doris.
dataroaring closed issue #10135: [Feature] Lightweight schema change of
add/drop column
URL: https://github.com/apache/doris/issues/10135
--
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
HappenLee commented on code in PR #10296:
URL: https://github.com/apache/doris/pull/10296#discussion_r918867005
##
be/src/vec/aggregate_functions/aggregate_function_java_udaf.h:
##
@@ -96,6 +98,7 @@ struct AggregateJavaUdafData {
ctor_params.__set_input_buffer_ptrs
BiteThet commented on PR #10609:
URL: https://github.com/apache/doris/pull/10609#issuecomment-1181642522
@morningman @EmmyMiao87 Hi, I fix all test, and add some regression-test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
HappenLee commented on code in PR #10296:
URL: https://github.com/apache/doris/pull/10296#discussion_r918855523
##
be/src/vec/aggregate_functions/aggregate_function_java_udaf.h:
##
@@ -292,54 +316,87 @@ class AggregateJavaUdaf final
}
void create(AggregateDataPtr __r
jackwener closed issue #4839: [Bug] Create view failed
URL: https://github.com/apache/doris/issues/4839
--
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:
caoliang-web opened a new pull request, #10791:
URL: https://github.com/apache/doris/pull/10791
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No/I Don't know)
2. Has unit tests been added: (Ye
chenlinzhong commented on PR #10685:
URL: https://github.com/apache/doris/pull/10685#issuecomment-1181604676
> please add example to docs
done
--
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-actions[bot] commented on PR #10789:
URL: https://github.com/apache/doris/pull/10789#issuecomment-1181587628
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 use the
UR
github-actions[bot] commented on PR #10789:
URL: https://github.com/apache/doris/pull/10789#issuecomment-1181587577
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 to GitHu
hello-stephen commented on PR #10686:
URL: https://github.com/apache/doris/pull/10686#issuecomment-1181585959
>
regression test exclude suite test_create_table_with_bloom_filter temporarily
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
yiguolei commented on code in PR #10788:
URL: https://github.com/apache/doris/pull/10788#discussion_r918798102
##
be/src/common/signal_handler.h:
##
@@ -254,6 +256,9 @@ void DumpTimeInfo() {
formatter.AppendString(" try \"date -d @");
formatter.AppendUint64(static_cast
github-actions[bot] commented on PR #10787:
URL: https://github.com/apache/doris/pull/10787#issuecomment-1181576988
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 use the
UR
github-actions[bot] commented on PR #10787:
URL: https://github.com/apache/doris/pull/10787#issuecomment-1181576928
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 to GitHu
caiconghui opened a new pull request, #10790:
URL: https://github.com/apache/doris/pull/10790
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Y
BePPPower opened a new pull request, #10789:
URL: https://github.com/apache/doris/pull/10789
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
output fetal log to stderr so that we can see the log in `be.out` file when
be is started as a daemon.
## C
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 41f9ee2f9e mem_tracker_factor_v2 (#10743)
41f9e
yiguolei merged PR #10743:
URL: https://github.com/apache/doris/pull/10743
--
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...@doris.apa
1 - 100 of 132 matches
Mail list logo