xiepengcheng01 commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867678373
##
be/src/vec/exec/vbroker_scan_node.h:
##
@@ -31,7 +31,8 @@ namespace vectorized {
class VBrokerScanNode final : public BrokerScanNode {
public:
V
BiteThet commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867678019
##
be/src/vec/exec/vjson_scanner.cpp:
##
@@ -0,0 +1,517 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license ag
github-actions[bot] commented on PR #9402:
URL: https://github.com/apache/incubator-doris/pull/9402#issuecomment-1120698314
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 #9402:
URL: https://github.com/apache/incubator-doris/pull/9402#issuecomment-1120698338
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
morrySnow commented on PR #9460:
URL: https://github.com/apache/incubator-doris/pull/9460#issuecomment-1120698015
all fe check style error is not related to the rules this patch care about
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
BiteThet commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867671833
##
be/src/vec/exec/vjson_scanner.cpp:
##
@@ -0,0 +1,517 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license ag
xlwh commented on PR #9456:
URL: https://github.com/apache/incubator-doris/pull/9456#issuecomment-1120696408
> Is there any way to automatically detect header guard style?
Sorry, I don't have a good way to automatically check. Do you have any good
suggest? thanks!
--
This is an au
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 a752f93 fix bro
hf200012 merged PR #32:
URL: https://github.com/apache/incubator-doris-flink-connector/pull/32
--
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
BiteThet commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867669760
##
be/src/exec/base_scanner.h:
##
@@ -55,7 +57,7 @@ class BaseScanner {
const std::vector& pre_filter_texprs, ScannerCounter*
counter);
BiteThet commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867669516
##
be/src/exec/json_scanner.cpp:
##
@@ -329,6 +334,19 @@ Status JsonReader::init(const std::string& jsonpath, const
std::string& json_roo
return Statu
wangshuo128 commented on code in PR #9459:
URL: https://github.com/apache/incubator-doris/pull/9459#discussion_r867666484
##
be/src/olap/memtable.h:
##
@@ -195,9 +199,11 @@ class MemTable {
//for vectorized
vectorized::MutableBlock _input_mutable_block;
vectorized
tianhui5 opened a new issue, #9461:
URL: https://github.com/apache/incubator-doris/issues/9461
### 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.13
stalary commented on PR #9454:
URL: https://github.com/apache/incubator-doris/pull/9454#issuecomment-1120673718
done. @wangshuo128
--
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 co
BiteThet commented on PR #9456:
URL: https://github.com/apache/incubator-doris/pull/9456#issuecomment-1120661122
Is there any way to automatically detect header guard style?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
morrySnow opened a new pull request, #9460:
URL: https://github.com/apache/incubator-doris/pull/9460
# Proposed changes
Issue Number: close #9403
set below rules' severity to error and format code according check info.
a. Merge conflicts unresolved
b. Avoid using correspo
deardeng closed pull request #9358: fix #9351 can't load parquet file with
column name case sensitive with Doris column
URL: https://github.com/apache/incubator-doris/pull/9358
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
EmmyMiao87 commented on issue #9346:
URL:
https://github.com/apache/incubator-doris/issues/9346#issuecomment-1120637301
> 也不支持计算列
之所以支持的计算列不够丰富是考虑到:后续会更新物化视图计计算引擎,所以没必要在旧的引擎上去丰富计算列的功能。
在 @BiteThet 将物化视图切换到向量化引擎后,就可以支持丰富的计算列了。
--
This is an automated message from the
github-actions[bot] commented on PR #9427:
URL: https://github.com/apache/incubator-doris/pull/9427#issuecomment-1120633975
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
spaces-X opened a new pull request, #9459:
URL: https://github.com/apache/incubator-doris/pull/9459
# Proposed changes
When the input data in the current memtable is full, flush will be
performed, and there is no logic to judge whether it is full after aggregation.
I try to su
BiteThet commented on issue #9346:
URL:
https://github.com/apache/incubator-doris/issues/9346#issuecomment-1120611965
在之后的版本里,向量化引擎的物化视图可能会提供更多计算功能
--
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
zhengshiJ closed pull request #9216: Remaining nodes implement
URL: https://github.com/apache/incubator-doris/pull/9216
--
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 unsub
zhengshiJ opened a new pull request, #9458:
URL: https://github.com/apache/incubator-doris/pull/9458
…t statistics derivation
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Second step of statistics derivation: implementation of nodes other than
s
deardeng commented on code in PR #9358:
URL: https://github.com/apache/incubator-doris/pull/9358#discussion_r867606594
##
fe/fe-core/src/main/java/org/apache/doris/load/Load.java:
##
@@ -1045,12 +1045,23 @@ private static void initColumns(Table tbl,
List columnExprs,
deardeng commented on code in PR #9358:
URL: https://github.com/apache/incubator-doris/pull/9358#discussion_r867606706
##
fe/fe-core/src/main/java/org/apache/doris/load/Load.java:
##
@@ -1045,12 +1045,23 @@ private static void initColumns(Table tbl,
List columnExprs,
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 eec1dfde3a [feature] (vec) instead
HappenLee merged PR #9314:
URL: https://github.com/apache/incubator-doris/pull/9314
--
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...@
HappenLee commented on code in PR #9432:
URL: https://github.com/apache/incubator-doris/pull/9432#discussion_r867598416
##
be/src/vec/common/hash_table/hash_table_proxy_for_multi_tables.h:
##
@@ -0,0 +1,189 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
chenlinzhong closed issue #9237: [Bug] DeltaWriter::mem_consumption() coredump
URL: https://github.com/apache/incubator-doris/issues/9237
--
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 specifi
wangshuo128 commented on code in PR #9454:
URL: https://github.com/apache/incubator-doris/pull/9454#discussion_r867599417
##
docs/zh-CN/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md:
##
@@ -0,0 +1,74 @@
+---
+{
+"title": "CREATE-TABLE-A
wangshuo128 commented on code in PR #9454:
URL: https://github.com/apache/incubator-doris/pull/9454#discussion_r867599271
##
docs/en/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE-AS-SELECT.md:
##
@@ -0,0 +1,74 @@
+---
+{
+"title": "CREATE-TABLE-AS-S
github-actions[bot] commented on PR #9391:
URL: https://github.com/apache/incubator-doris/pull/9391#issuecomment-1120586055
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
stalary commented on PR #9391:
URL: https://github.com/apache/incubator-doris/pull/9391#issuecomment-1120584207
> LGTM @stalary please resolve confilicts.
done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
qidaye commented on PR #9391:
URL: https://github.com/apache/incubator-doris/pull/9391#issuecomment-1120576605
LGTM
@stalary please resolve confilicts.
--
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
xy720 commented on issue #9302:
URL:
https://github.com/apache/incubator-doris/issues/9302#issuecomment-1120568471
I am still working on it.
--
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
liuzhuang2017 commented on PR #9455:
URL: https://github.com/apache/incubator-doris/pull/9455#issuecomment-1120565606
@hf200012 ,Sorry to bother you,can you help me review this pr when you have
a free time. Thank you very much.
--
This is an automated message from the Apache Git Service.
This is an automated email from the ASF dual-hosted git repository.
morningman 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 d1b85d51a0 [code style](fe) Include
morningman merged PR #9366:
URL: https://github.com/apache/incubator-doris/pull/9366
--
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...
github-actions[bot] commented on PR #9366:
URL: https://github.com/apache/incubator-doris/pull/9366#issuecomment-1120544873
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
liaoxin01 commented on issue #9208:
URL:
https://github.com/apache/incubator-doris/issues/9208#issuecomment-1120543707
**Performance test:**
The storage layer data is still decimalv2, which is calculated using
decimalv3.
Create a table and import 100 million pieces of data.
set
This is an automated email from the ASF dual-hosted git repository.
morningman 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 ae01862ae4 [fix](ut) fix DeltaWrite
morningman merged PR #9457:
URL: https://github.com/apache/incubator-doris/pull/9457
--
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 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 7e86c1beab [fix] UT MathFunctionTes
morningman merged PR #9447:
URL: https://github.com/apache/incubator-doris/pull/9447
--
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...
github-actions[bot] commented on PR #9447:
URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120543192
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 #9447:
URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120543174
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
yangzhg closed issue #9420: [Bug] doris write s3 temp file my failed
URL: https://github.com/apache/incubator-doris/issues/9420
--
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.
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 6834fb23ca [fix](s3) fix s3 Temp file
yangzhg merged PR #9421:
URL: https://github.com/apache/incubator-doris/pull/9421
--
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...@do
smallhibiscus closed pull request #9434: [Refactor][doc] update
spark-doris-connector doc
URL: https://github.com/apache/incubator-doris/pull/9434
--
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
emerkfu commented on issue #9302:
URL:
https://github.com/apache/incubator-doris/issues/9302#issuecomment-1120535670
I think flink-doris-connector also needs this feature @JNSimba @hf200012
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
hf200012 merged PR #9448:
URL: https://github.com/apache/incubator-doris/pull/9448
--
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.
jiafengzheng 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 5df5d39161 [doc] update data-mode
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.git
The following commit(s) were added to refs/heads/master by this push:
new 35f0725387 [doc] Update DECIMAL.m
hf200012 merged PR #9451:
URL: https://github.com/apache/incubator-doris/pull/9451
--
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.
jiafengzheng 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 327f61b796 Update data-partition.
hf200012 merged PR #9450:
URL: https://github.com/apache/incubator-doris/pull/9450
--
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
hf200012 merged PR #9442:
URL: https://github.com/apache/incubator-doris/pull/9442
--
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
hf200012 closed issue #9411: [Bug] CTAS create table by list partition error
URL: https://github.com/apache/incubator-doris/issues/9411
--
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 co
stalary commented on issue #9444:
URL:
https://github.com/apache/incubator-doris/issues/9444#issuecomment-1120506607
I didn't reproduce it in master, do you have any steps to reproduce it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
BiteThet commented on PR #9447:
URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120453801
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
cambyzju commented on PR #9447:
URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120452756
> Add a regression test for the case. thank you ~~
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
cambyzju commented on PR #9447:
URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120445031
> function_math_test.cpp
yes.
/home/disk3/zxy/baidu/bdg/doris/core/be/test/vec/function/function_math_test.cpp:382
failed because of failed to find function round
xinyiZzz opened a new pull request, #9457:
URL: https://github.com/apache/incubator-doris/pull/9457
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
```
/home/disk3/zxy/baidu/bdg/doris/core/be/test/olap/delta_writer_test.cpp:370:50:
error: too few argu
xinyiZzz commented on PR #9447:
URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120438089
```
==47967==ERROR: AddressSanitizer: SEGV on unknown address 0x (pc
0x55d6edb1fc2f bp 0x7ffeb746cd50 sp 0x7ffeb74698d0 T0)
==47967==The signal is caused by a RE
yinzhijian commented on code in PR #9433:
URL: https://github.com/apache/incubator-doris/pull/9433#discussion_r867502807
##
fe/fe-core/src/main/java/org/apache/doris/load/Load.java:
##
@@ -1044,26 +1047,52 @@ private static void initColumns(Table tbl,
List columnExprs,
yinzhijian commented on code in PR #9433:
URL: https://github.com/apache/incubator-doris/pull/9433#discussion_r867502807
##
fe/fe-core/src/main/java/org/apache/doris/load/Load.java:
##
@@ -1044,26 +1047,52 @@ private static void initColumns(Table tbl,
List columnExprs,
xlwh opened a new pull request, #9456:
URL: https://github.com/apache/incubator-doris/pull/9456
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
liuzhuang2017 opened a new pull request, #9455:
URL: https://github.com/apache/incubator-doris/pull/9455
# Proposed changes
Fix some typoes in "update.md" content.
## Problem Summary:
Fix some typoes in "update.md" content.
## Checklist(Required)
1. Does it
ShawshankLin commented on issue #9346:
URL:
https://github.com/apache/incubator-doris/issues/9346#issuecomment-1120422486
> I'll enhance it later
we also need materialized views of computable columns
--
This is an automated message from the Apache Git Service.
To respond to the mes
ShawshankLin commented on issue #9346:
URL:
https://github.com/apache/incubator-doris/issues/9346#issuecomment-1120422429
> I'll enhance it later
we also need materialized views of computable columns
--
This is an automated message from the Apache Git Service.
To respond to the message
github-actions[bot] commented on PR #9450:
URL: https://github.com/apache/incubator-doris/pull/9450#issuecomment-1120419935
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 #9451:
URL: https://github.com/apache/incubator-doris/pull/9451#issuecomment-1120419852
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
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 580ce38a3f [fix](schema_hash) Fix b
caiconghui merged PR #9449:
URL: https://github.com/apache/incubator-doris/pull/9449
--
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...
caiconghui closed issue #9441: [Bug] All Export job exec error now
URL: https://github.com/apache/incubator-doris/issues/9441
--
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.
T
xinyiZzz commented on PR #9350:
URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1120410466
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 uns
dataroaring commented on PR #9350:
URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1120405697
> > > > > > _block_mem_tracker
> > > > >
> > > > >
> > > > > So why remove `counterpart`, `counterpart` is just for
`_block_mem_tracker`.
> > > >
> > > >
Gabriel39 commented on code in PR #9440:
URL: https://github.com/apache/incubator-doris/pull/9440#discussion_r867473767
##
fe/java-udf/src/main/java/org/apache/doris/udf/UdfExecutor.java:
##
@@ -365,41 +445,81 @@ private void allocateInputObjects(long row) throws
UdfRuntimeExce
github-actions[bot] commented on PR #9454:
URL: https://github.com/apache/incubator-doris/pull/9454#issuecomment-1120394133
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 #9454:
URL: https://github.com/apache/incubator-doris/pull/9454#issuecomment-1120394135
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
stalary opened a new pull request, #9454:
URL: https://github.com/apache/incubator-doris/pull/9454
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavio
stalary commented on PR #9391:
URL: https://github.com/apache/incubator-doris/pull/9391#issuecomment-1120388058
done. @morrySnow
--
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
carlvinhust2012 commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867463402
##
be/src/vec/exec/vjson_scanner.cpp:
##
@@ -0,0 +1,545 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
carlvinhust2012 commented on code in PR #9311:
URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r867463193
##
be/src/vec/exec/vjson_scanner.cpp:
##
@@ -0,0 +1,545 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
This is an automated email from the ASF dual-hosted git repository.
morningman 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 c633402ce3 [feature] (sql-digest) s
morningman merged PR #8919:
URL: https://github.com/apache/incubator-doris/pull/8919
--
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...
morningman closed issue #8918: [Feature] sql digest is badly needed in many
scenarios
URL: https://github.com/apache/incubator-doris/issues/8918
--
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
EmmyMiao87 merged PR #9446:
URL: https://github.com/apache/incubator-doris/pull/9446
--
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.
lingmiao 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 52a2db18c0 [Enhancement](Optimizer) O
github-actions[bot] commented on PR #9446:
URL: https://github.com/apache/incubator-doris/pull/9446#issuecomment-1120377657
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 #9446:
URL: https://github.com/apache/incubator-doris/pull/9446#issuecomment-1120377656
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
EmmyMiao87 commented on code in PR #9446:
URL: https://github.com/apache/incubator-doris/pull/9446#discussion_r867338822
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/AbstractTreeNode.java:
##
@@ -0,0 +1,86 @@
+// Licensed to the Apache Software Foundation (ASF) und
morrySnow commented on code in PR #9391:
URL: https://github.com/apache/incubator-doris/pull/9391#discussion_r867451804
##
fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java:
##
@@ -2178,4 +2182,25 @@ private void handleAdminDiagnoseTablet() {
resultSet = ne
morrySnow commented on PR #8919:
URL: https://github.com/apache/incubator-doris/pull/8919#issuecomment-1120369759
please fix fe code style error, 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
github-actions[bot] commented on PR #9446:
URL: https://github.com/apache/incubator-doris/pull/9446#issuecomment-1120367917
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 #9450:
URL: https://github.com/apache/incubator-doris/pull/9450#issuecomment-1120367747
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 #9451:
URL: https://github.com/apache/incubator-doris/pull/9451#issuecomment-1120367642
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
98 matches
Mail list logo