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 cd99c24844 [Improvement] remove unuse
yiguolei merged PR #9774:
URL: https://github.com/apache/incubator-doris/pull/9774
--
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 #9766: [Bug] vectorized compaction
URL: https://github.com/apache/incubator-doris/issues/9766
--
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 unsubscri
yiguolei merged PR #9773:
URL: https://github.com/apache/incubator-doris/pull/9773
--
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 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 24631915ed [bugfix] fix correctness f
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 8898b11bb0 [docs]add sql mode markdow
yiguolei merged PR #9742:
URL: https://github.com/apache/incubator-doris/pull/9742
--
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 merged PR #9736:
URL: https://github.com/apache/incubator-doris/pull/9736
--
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 8898b11bb0 [docs]add sql mode markdown (#9742)
add f4dd3bf013 [bugfix] fix memleak in olapscannode(#97
yiguolei merged PR #9771:
URL: https://github.com/apache/incubator-doris/pull/9771
--
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 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 9236c2efc9 [improvement] Show detail
github-actions[bot] commented on PR #9771:
URL: https://github.com/apache/incubator-doris/pull/9771#issuecomment-1138234797
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 #9771:
URL: https://github.com/apache/incubator-doris/pull/9771#issuecomment-1138234832
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
chenlinzhong opened a new issue, #9791:
URL: https://github.com/apache/incubator-doris/issues/9791
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
Gabriel39 commented on code in PR #9582:
URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882367320
##
be/src/olap/field.h:
##
@@ -298,6 +298,11 @@ class Field {
Field* get_sub_field(int i) const { return _sub_fields[i].get(); }
size_t get_sub_field
yiguolei opened a new pull request, #9792:
URL: https://github.com/apache/incubator-doris/pull/9792
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavi
pengxiangyu opened a new issue, #9793:
URL: https://github.com/apache/incubator-doris/issues/9793
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
Vikasss7663 commented on issue #9775:
URL:
https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138265113
So should I have to remove this from "fe/fe-core/src/main/java" only?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
morningman commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r881375493
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java:
##
@@ -4142,6 +4142,15 @@ private void createHudiTable(Database db,
CreateTableStmt stmt)
BiteThet commented on issue #9789:
URL:
https://github.com/apache/incubator-doris/issues/9789#issuecomment-1138267117
```sql
MySQL [test]> set enable_vectorized_engine=false;
Query OK, 0 rows affected (0.001 sec)
MySQL [test]> select variance(cast(k1 as decimal)) from test_
jackwener commented on issue #9775:
URL:
https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138273262
> So should I have to remove this from "fe/fe-core/src/main/java" only?
Yes, It's enough.
--
This is an automated message from the Apache Git Service.
To respond t
stalary commented on code in PR #9786:
URL: https://github.com/apache/incubator-doris/pull/9786#discussion_r882408928
##
fe/fe-core/src/main/java/org/apache/doris/policy/Policy.java:
##
@@ -17,106 +17,97 @@
package org.apache.doris.policy;
-import org.apache.doris.analysis.
stalary commented on PR #9786:
URL: https://github.com/apache/incubator-doris/pull/9786#issuecomment-1138271405
Need to rebase.
--
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 commen
Jibing-Li commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882424723
##
fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java:
##
@@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws
Analysi
whutpencil commented on PR #9464:
URL: https://github.com/apache/incubator-doris/pull/9464#issuecomment-1138305879
@morningman please have a look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
HappenLee closed issue #9733: [Bug] [Vectorized] add padding when load char
type data
URL: https://github.com/apache/incubator-doris/issues/9733
--
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
HappenLee merged PR #9734:
URL: https://github.com/apache/incubator-doris/pull/9734
--
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 13c1d20426 [Bug] [Vectorized] add pa
morningman commented on code in PR #9764:
URL: https://github.com/apache/incubator-doris/pull/9764#discussion_r882264225
##
fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java:
##
@@ -134,11 +134,21 @@ public Operator converse() {
}
}
github-actions[bot] commented on PR #9764:
URL: https://github.com/apache/incubator-doris/pull/9764#issuecomment-1138315637
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 #9764:
URL: https://github.com/apache/incubator-doris/pull/9764#issuecomment-1138315670
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
morningman commented on PR #9764:
URL: https://github.com/apache/incubator-doris/pull/9764#issuecomment-1138316177
I will merge this PR quickly to avoid further conflicts with other PRs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
morningman merged PR #9764:
URL: https://github.com/apache/incubator-doris/pull/9764
--
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 #9405: [Enhancement] [FE Code Style] step3: turn on
more whitespace, pad and wrap check
URL: https://github.com/apache/incubator-doris/issues/9405
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
Gabriel39 commented on code in PR #9582:
URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882395470
##
be/src/vec/olap/olap_data_convertor.h:
##
@@ -164,6 +165,45 @@ class OlapBlockDataConvertor {
PaddedPODArray _values;
Review Comment:
We should
Gabriel39 commented on PR #9582:
URL: https://github.com/apache/incubator-doris/pull/9582#issuecomment-1138350323
PredicateColumn for DecimalV3 is still not supported, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
github-actions[bot] commented on PR #8923:
URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1138354649
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 #8923:
URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1138354682
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
hf200012 opened a new pull request, #9794:
URL: https://github.com/apache/incubator-doris/pull/9794
Delete the tcp-h document, and add it after subsequent improvement
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
EmmyMiao87 opened a new pull request, #9795:
URL: https://github.com/apache/incubator-doris/pull/9795
Remove merge join sql and merge join node
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Req
hello-stephen opened a new pull request, #9796:
URL: https://github.com/apache/incubator-doris/pull/9796
## Summary:
As the title, add some scripts for SSB flat test, which may make things easy.
## Checklist(Required)
1. Does it affect the original behavior: (No)
2. Ha
github-actions[bot] commented on PR #9747:
URL: https://github.com/apache/incubator-doris/pull/9747#issuecomment-1138364634
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 #9747:
URL: https://github.com/apache/incubator-doris/pull/9747#issuecomment-1138364670
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
caoliang-web opened a new pull request, #59:
URL: https://github.com/apache/incubator-doris-manager/pull/59
## Problem Summary:
fix ubuntu check jdk dependencies, jdk is not available: /root/.bash_profile
## Checklist(Required)
1. Does it affect the original behavior: (Ye
hf200012 merged PR #9753:
URL: https://github.com/apache/incubator-doris/pull/9753
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from e701c057dc [style](fe) wrap and whitespace rules (#9764)
add dbc5af44ef [doc]Add Doris join optimi
hf200012 opened a new pull request, #9797:
URL: https://github.com/apache/incubator-doris/pull/9797
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavi
lit2430 opened a new pull request, #9798:
URL: https://github.com/apache/incubator-doris/pull/9798
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavio
waruto210 commented on issue #6370:
URL:
https://github.com/apache/incubator-doris/issues/6370#issuecomment-1138390727
I am interested in the CBO project in the OSPP,can anyone tell me where can
I find the code that persist stats when manually inject stats, I only found
update `TableStats`
luwei16 opened a new issue, #9800:
URL: https://github.com/apache/incubator-doris/issues/9800
### 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.1
github-actions[bot] commented on PR #9798:
URL: https://github.com/apache/incubator-doris/pull/9798#issuecomment-1138432167
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 #9798:
URL: https://github.com/apache/incubator-doris/pull/9798#issuecomment-1138432191
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 #9794:
URL: https://github.com/apache/incubator-doris/pull/9794#issuecomment-1138433887
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 #9794:
URL: https://github.com/apache/incubator-doris/pull/9794#issuecomment-1138433910
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
dujl commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882576583
##
fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java:
##
@@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws
AnalysisExce
github-actions[bot] commented on PR #9797:
URL: https://github.com/apache/incubator-doris/pull/9797#issuecomment-1138439870
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 #9797:
URL: https://github.com/apache/incubator-doris/pull/9797#issuecomment-1138439917
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 #9790:
URL: https://github.com/apache/incubator-doris/pull/9790#issuecomment-1138441746
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 #9790:
URL: https://github.com/apache/incubator-doris/pull/9790#issuecomment-1138441772
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 #9702:
URL: https://github.com/apache/incubator-doris/pull/9702#issuecomment-1138443522
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
dujl commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882594727
##
fe/fe-core/src/main/java/org/apache/doris/planner/HudiScanNode.java:
##
@@ -0,0 +1,372 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or m
feihengye opened a new pull request, #60:
URL: https://github.com/apache/incubator-doris-manager/pull/60
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original b
luwei16 opened a new pull request, #9802:
URL: https://github.com/apache/incubator-doris/pull/9802
# Proposed changes
Issue Number: close #9800
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behav
dujl commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882594727
##
fe/fe-core/src/main/java/org/apache/doris/planner/HudiScanNode.java:
##
@@ -0,0 +1,372 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or m
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 cbbda7857b [feature-wip](parquet-orc
HappenLee merged PR #9541:
URL: https://github.com/apache/incubator-doris/pull/9541
--
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...@
xinyiZzz opened a new pull request, #9803:
URL: https://github.com/apache/incubator-doris/pull/9803
# Proposed changes
Issue Number: close #7163
## Problem Summary:
When the length of `Tuple/Block data` is greater than 1.8G, serialize the
protoBuf request and embed the `
Gabriel39 commented on code in PR #9792:
URL: https://github.com/apache/incubator-doris/pull/9792#discussion_r882702083
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -705,6 +704,9 @@ void SegmentIterator::_vec_init_lazy_materialization() {
// _schema.column_
chenlinzhong opened a new pull request, #9804:
URL: https://github.com/apache/incubator-doris/pull/9804
# Proposed changes
Issue Number: close #9791
## Problem Summary:
Merge small versions of rowset as soon as possible to increase the import
frequency of small version
morningman commented on PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#issuecomment-1138649944
Could you provide some test result for this feature?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
morningman closed issue #9662: [Bug] Query data date format output is incorrect
URL: https://github.com/apache/incubator-doris/issues/9662
--
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
morningman merged PR #9728:
URL: https://github.com/apache/incubator-doris/pull/9728
--
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 6698f63dec [fix](function) If funct
github-actions[bot] commented on PR #9779:
URL: https://github.com/apache/incubator-doris/pull/9779#issuecomment-1138658005
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 #9779:
URL: https://github.com/apache/incubator-doris/pull/9779#issuecomment-1138658032
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
Gabriel39 commented on code in PR #9582:
URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882768009
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -145,9 +145,22 @@ void
AggregationNode::_init_hash_method(std::vector& probe_exprs)
_agg_data.ini
github-actions[bot] commented on PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#issuecomment-1138674994
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 #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#issuecomment-1138675030
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
Jibing-Li commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882739754
##
fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java:
##
@@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws
Analysi
Gabriel39 commented on PR #9582:
URL: https://github.com/apache/incubator-doris/pull/9582#issuecomment-1138728173
also add new decimal types to `_infos_mapping` in `AggregateFuncResolver`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
github-actions[bot] commented on PR #9785:
URL: https://github.com/apache/incubator-doris/pull/9785#issuecomment-1138932024
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
Gabriel39 commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883217210
##
be/src/olap/tablet.cpp:
##
@@ -839,10 +839,53 @@ void Tablet::calculate_cumulative_point() {
if (ret_cumulative_point == K_INVALID_CUMULATIVE_POINT) {
chenlinzhong commented on PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#issuecomment-1139213892
> Could you provide some test result for this feature?
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
chenlinzhong commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883219680
##
be/src/olap/tablet.cpp:
##
@@ -839,10 +839,53 @@ void Tablet::calculate_cumulative_point() {
if (ret_cumulative_point == K_INVALID_CUMULATIVE_POINT)
yangzhg commented on code in PR #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883221816
##
gensrc/proto/internal_service.proto:
##
@@ -456,14 +457,19 @@ message PResetRPCChannelResponse {
repeated string channels = 2;
};
+message PEchoReques
yangzhg commented on code in PR #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883222702
##
be/src/util/proto_util.h:
##
@@ -17,10 +17,17 @@
#pragma once
-#include "util/stack_util.h"
-
namespace doris {
+// When the tuple/block data is great
yangzhg commented on code in PR #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883222702
##
be/src/util/proto_util.h:
##
@@ -17,10 +17,17 @@
#pragma once
-#include "util/stack_util.h"
-
namespace doris {
+// When the tuple/block data is great
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9996601c10 [chore] update n
BiteThet commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883228569
##
be/src/vec/common/cow.h:
##
@@ -350,8 +350,8 @@ class COW {
const T& operator*() const { return *value; }
T& operator*() { return value
BiteThet commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883229984
##
be/src/olap/compaction.cpp:
##
@@ -55,6 +55,25 @@ Status Compaction::execute_compact() {
return st;
}
+Status Compaction::samll_rowsets_compact()
chenlinzhong commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883230445
##
be/src/vec/common/cow.h:
##
@@ -350,8 +350,8 @@ class COW {
const T& operator*() const { return *value; }
T& operator*() { return value
chenlinzhong commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883230578
##
be/src/olap/compaction.cpp:
##
@@ -55,6 +55,25 @@ Status Compaction::execute_compact() {
return st;
}
+Status Compaction::samll_rowsets_compact()
BiteThet commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883230780
##
be/src/olap/tablet.cpp:
##
@@ -839,10 +839,53 @@ void Tablet::calculate_cumulative_point() {
if (ret_cumulative_point == K_INVALID_CUMULATIVE_POINT)
caiconghui commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883231419
##
be/src/olap/compaction.cpp:
##
@@ -55,6 +55,25 @@ Status Compaction::execute_compact() {
return st;
}
+Status Compaction::samll_rowsets_compact() {
github-actions[bot] commented on PR #9778:
URL: https://github.com/apache/incubator-doris/pull/9778#issuecomment-1139234140
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 #9778:
URL: https://github.com/apache/incubator-doris/pull/9778#issuecomment-1139234123
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
xinyiZzz commented on code in PR #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883235473
##
gensrc/proto/internal_service.proto:
##
@@ -456,14 +457,19 @@ message PResetRPCChannelResponse {
repeated string channels = 2;
};
+message PEchoReque
xinyiZzz commented on code in PR #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883235362
##
be/src/util/proto_util.h:
##
@@ -17,10 +17,17 @@
#pragma once
-#include "util/stack_util.h"
-
namespace doris {
+// When the tuple/block data is grea
yiguolei commented on code in PR #9754:
URL: https://github.com/apache/incubator-doris/pull/9754#discussion_r883244505
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java:
##
@@ -75,6 +76,8 @@ public class Column implements Writable {
private boolean isAllowNul
yiguolei commented on code in PR #9754:
URL: https://github.com/apache/incubator-doris/pull/9754#discussion_r883244865
##
fe/fe-core/src/main/java/org/apache/doris/planner/LoadScanNode.java:
##
@@ -159,7 +160,11 @@ protected void finalizeParams(Map
slotDescByName,
1 - 100 of 133 matches
Mail list logo