github-actions[bot] commented on PR #15830:
URL: https://github.com/apache/doris/pull/15830#issuecomment-1420348984
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 #15830:
URL: https://github.com/apache/doris/pull/15830#issuecomment-1420349043
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
zddr commented on code in PR #16091:
URL: https://github.com/apache/doris/pull/16091#discussion_r1098304753
##
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java:
##
@@ -72,37 +61,29 @@ public boolean hasPriv(String host, String user,
PrivPredicate wanted)
zddr commented on code in PR #16091:
URL: https://github.com/apache/doris/pull/16091#discussion_r1098306625
##
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java:
##
@@ -72,37 +61,29 @@ public boolean hasPriv(String host, String user,
PrivPredicate wanted)
zddr commented on code in PR #16091:
URL: https://github.com/apache/doris/pull/16091#discussion_r1098308500
##
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java:
##
@@ -72,37 +61,29 @@ public boolean hasPriv(String host, String user,
PrivPredicate wanted)
github-actions[bot] commented on PR #15830:
URL: https://github.com/apache/doris/pull/15830#issuecomment-1420361757
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
yixiutt opened a new pull request, #16469:
URL: https://github.com/apache/doris/pull/16469
In vertical base compaction, same rows will be filtered in
verticam_merge_iterator, we should skip these filtered rows when set agg flag
of delete sign. For example, schema is a,b,delete_sign, and dat
github-actions[bot] commented on PR #16469:
URL: https://github.com/apache/doris/pull/16469#issuecomment-1420367742
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Tanya-W commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098318886
##
be/src/olap/schema_change.cpp:
##
@@ -576,6 +583,248 @@ Status
VSchemaChangeWithSorting::_external_sorting(vector& src_
return Status::OK();
}
+SchemaChange
DarvenDuan opened a new issue, #100:
URL: https://github.com/apache/doris-flink-connector/issues/100
### 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
yixiutt opened a new pull request, #16470:
URL: https://github.com/apache/doris/pull/16470
If alter task in queue, compaction is not enabled and may cause too much
version. Keep last 10 version in new tablet so that base tablet's max version
will not be merged and than we can copy data from
github-actions[bot] commented on PR #16470:
URL: https://github.com/apache/doris/pull/16470#issuecomment-1420407169
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
caoliang-web opened a new pull request, #16471:
URL: https://github.com/apache/doris/pull/16471
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
github-actions[bot] commented on PR #16471:
URL: https://github.com/apache/doris/pull/16471#issuecomment-1420419774
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
liutang123 opened a new pull request, #16472:
URL: https://github.com/apache/doris/pull/16472
# Proposed changes
Issue Number: #16356
## Problem summary
see issue
## Checklist(Required)
1. Does it affect the original behavior:
- [x] Yes
- [ ] No
github-actions[bot] commented on PR #15249:
URL: https://github.com/apache/doris/pull/15249#issuecomment-1420437552
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on code in PR #16472:
URL: https://github.com/apache/doris/pull/16472#discussion_r1098381056
##
be/src/olap/tablet.h:
##
@@ -360,6 +360,11 @@ class Tablet : public BaseTablet {
RowsetSharedPtr get_rowset(const RowsetId& rowset_id);
+inl
morningman commented on code in PR #16470:
URL: https://github.com/apache/doris/pull/16470#discussion_r1098381452
##
be/src/olap/tablet.cpp:
##
@@ -826,10 +826,9 @@ bool Tablet::can_do_compaction(size_t path_hash,
CompactionType compaction_type)
}
if (tablet_state()
yiguolei opened a new pull request, #16473:
URL: https://github.com/apache/doris/pull/16473
# Proposed changes
1. make rows_read correct so that the scheduler could using this correctly.
3. use single scanner if has limit clause. Move it from fragment context to
scannode.
Gabriel39 opened a new pull request, #16474:
URL: https://github.com/apache/doris/pull/16474
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch struct-map-type
in repository https://gitbox.apache.org/repos/asf/doris.git
from 98577d6ce1 [bug](regression-test) fix array regression test
add c33740066c [fix](struct-type) remove-empt
github-actions[bot] commented on PR #16472:
URL: https://github.com/apache/doris/pull/16472#issuecomment-1420447227
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16470:
URL: https://github.com/apache/doris/pull/16470#issuecomment-1420448732
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on code in PR #16473:
URL: https://github.com/apache/doris/pull/16473#discussion_r1098390322
##
be/src/vec/exec/scan/vscan_node.h:
##
@@ -94,6 +101,8 @@ class VScanNode : public ExecNode {
Status try_close();
+bool should_run_serial() {
Tanya-W commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098397282
##
be/src/olap/schema_change.cpp:
##
@@ -958,6 +1232,270 @@ Status
SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2&
return res;
}
+Sta
github-actions[bot] commented on PR #16472:
URL: https://github.com/apache/doris/pull/16472#issuecomment-1420459453
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #16469:
URL: https://github.com/apache/doris/pull/16469#issuecomment-1420461582
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.51 seconds
load time: 490 seconds
storage size: 17171089449 Bytes
https://doris-co
github-actions[bot] commented on code in PR #16444:
URL: https://github.com/apache/doris/pull/16444#discussion_r1098406115
##
be/src/olap/types.h:
##
@@ -322,6 +324,240 @@ class ArrayTypeInfo : public TypeInfo {
TypeInfoPtr _item_type_info;
const size_t _item_size;
};
zhangguichuan opened a new issue, #16475:
URL: https://github.com/apache/doris/issues/16475
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
I am using dor
mrhhsg opened a new pull request, #16476:
URL: https://github.com/apache/doris/pull/16476
# Proposed changes
Incorrect result of regression-test case
`ssb_unique_sql_zstd_p0/sql/q3.1.sql`: with session variables:
1. enable_share_hash_table_for_broadcast_join = false
2. parallel_
github-actions[bot] commented on PR #16476:
URL: https://github.com/apache/doris/pull/16476#issuecomment-1420499427
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
jackwener opened a new pull request, #16477:
URL: https://github.com/apache/doris/pull/16477
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
morrySnow opened a new pull request, #16478:
URL: https://github.com/apache/doris/pull/16478
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
HappenLee commented on code in PR #16474:
URL: https://github.com/apache/doris/pull/16474#discussion_r1098449919
##
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##
@@ -1130,22 +1130,20 @@ private void computeFragmentExecParams() throws
Exception {
eldenmoon commented on code in PR #16335:
URL: https://github.com/apache/doris/pull/16335#discussion_r1098399271
##
fe/fe-core/src/main/cup/sql_parser.cup:
##
@@ -1815,7 +1828,20 @@ create_stmt ::=
opt_ext_properties:extProperties
{:
RESULT = new Creat
Tanya-W commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098490345
##
be/src/olap/schema_change.cpp:
##
@@ -958,6 +1232,270 @@ Status
SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2&
return res;
}
+Sta
smallhibiscus opened a new pull request, #68:
URL: https://github.com/apache/doris-spark-connector/pull/68
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original
cambyzju commented on code in PR #16335:
URL: https://github.com/apache/doris/pull/16335#discussion_r1098500173
##
fe/fe-core/src/main/java/org/apache/doris/analysis/ColumnDef.java:
##
@@ -271,8 +273,10 @@ public void analyze(boolean isOlap) throws
AnalysisException {
Tanya-W commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098508480
##
be/src/olap/schema_change.cpp:
##
@@ -576,6 +583,248 @@ Status
VSchemaChangeWithSorting::_external_sorting(vector& src_
return Status::OK();
}
+SchemaChange
github-actions[bot] commented on PR #16455:
URL: https://github.com/apache/doris/pull/16455#issuecomment-1420594764
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098514695
##
be/src/olap/schema_change.cpp:
##
@@ -576,6 +582,236 @@ Status
VSchemaChangeWithSorting::_external_sorting(vector& src_
return Status::OK();
}
+
Tanya-W commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098516172
##
be/src/olap/schema_change.cpp:
##
@@ -958,6 +1232,270 @@ Status
SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2&
return res;
}
+Sta
github-actions[bot] commented on PR #16258:
URL: https://github.com/apache/doris/pull/16258#issuecomment-1420598431
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098518535
##
be/src/olap/schema_change.cpp:
##
@@ -576,6 +582,236 @@ Status
VSchemaChangeWithSorting::_external_sorting(vector& src_
return Status::OK();
}
+
eldenmoon commented on code in PR #16335:
URL: https://github.com/apache/doris/pull/16335#discussion_r1093097861
##
gensrc/thrift/Types.thrift:
##
@@ -92,13 +92,16 @@ enum TPrimitiveType {
DECIMAL128I,
JSONB,
UNSUPPORTED
+ DECIMAL128,
+ VARIANT,
}
enum TTypeNodeTy
github-actions[bot] commented on PR #15249:
URL: https://github.com/apache/doris/pull/15249#issuecomment-1420606598
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
starocean999 opened a new pull request, #16479:
URL: https://github.com/apache/doris/pull/16479
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
zenoyang opened a new pull request, #16480:
URL: https://github.com/apache/doris/pull/16480
# Proposed changes
Issue Number: close #xxx
When the number of selected partition queried is greater than 1 and there is
a group by statement, the PartitionCache will not be hit.
Even the
github-actions[bot] commented on PR #16123:
URL: https://github.com/apache/doris/pull/16123#issuecomment-1420625985
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16123:
URL: https://github.com/apache/doris/pull/16123#issuecomment-1420631491
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Gabriel39 merged PR #16460:
URL: https://github.com/apache/doris/pull/16460
--
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.ap
This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 1d0fdff98a [Bug](sort) disable 2phase read fo
yuxuan-luo opened a new issue, #16481:
URL: https://github.com/apache/doris/issues/16481
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
1.1.5,1.2.1
##
hello-stephen commented on PR #16470:
URL: https://github.com/apache/doris/pull/16470#issuecomment-1420647515
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.37 seconds
load time: 480 seconds
storage size: 17170680920 Bytes
https://doris-co
github-actions[bot] commented on PR #16459:
URL: https://github.com/apache/doris/pull/16459#issuecomment-1420651593
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 #16459:
URL: https://github.com/apache/doris/pull/16459#issuecomment-1420651649
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
morningman merged PR #16470:
URL: https://github.com/apache/doris/pull/16470
--
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.a
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f90d844a53 [improvement](compaction) enable c
morrySnow commented on code in PR #16459:
URL: https://github.com/apache/doris/pull/16459#discussion_r1098567216
##
fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java:
##
@@ -557,6 +557,12 @@ private boolean
dataDistributionMatchEqPredicate(List eqJoinPre
Tanya-W commented on code in PR #16371:
URL: https://github.com/apache/doris/pull/16371#discussion_r1098574523
##
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeJobV2.java:
##
@@ -499,6 +590,13 @@ protected void runRunningJob() throws AlterCancelException
{
github-actions[bot] commented on code in PR #16258:
URL: https://github.com/apache/doris/pull/16258#discussion_r1098575376
##
be/src/agent/task_worker_pool.cpp:
##
@@ -268,7 +272,8 @@ void TaskWorkerPool::notify_thread() {
}
bool TaskWorkerPool::_register_task_info(const TTa
yixiutt opened a new pull request, #16482:
URL: https://github.com/apache/doris/pull/16482
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
github-actions[bot] commented on PR #16120:
URL: https://github.com/apache/doris/pull/16120#issuecomment-1420679956
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 #16120:
URL: https://github.com/apache/doris/pull/16120#issuecomment-1420680014
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
SaintBacchus opened a new pull request, #16483:
URL: https://github.com/apache/doris/pull/16483
# Proposed changes
Issue Number: close #xxx
## Problem summary
Add mysql load document
## Checklist(Required)
1. Does it affect the original behavior:
- [
github-actions[bot] commented on PR #16482:
URL: https://github.com/apache/doris/pull/16482#issuecomment-1420684008
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 #16482:
URL: https://github.com/apache/doris/pull/16482#issuecomment-1420683949
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 #16469:
URL: https://github.com/apache/doris/pull/16469#issuecomment-1420689548
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
morningman opened a new pull request, #16484:
URL: https://github.com/apache/doris/pull/16484
# Proposed changes
Issue Number: close #xxx
## Problem summary
When enable `use_fuzzy_session_variable` in fe.conf, some of session
variables will be set randomly
to test cor
AshinGau opened a new pull request, #16485:
URL: https://github.com/apache/doris/pull/16485
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
morrySnow merged PR #16120:
URL: https://github.com/apache/doris/pull/16120
--
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.ap
This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f90d844a53 [improvement](compaction) enable compaction in
TABLET_NOTREADY (#16470)
add a4c28e6efa [Fix](Nereid
hello-stephen commented on PR #16471:
URL: https://github.com/apache/doris/pull/16471#issuecomment-1420695082
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.45 seconds
load time: 471 seconds
storage size: 17171139269 Bytes
https://doris-co
github-actions[bot] commented on PR #16485:
URL: https://github.com/apache/doris/pull/16485#issuecomment-1420697401
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16258:
URL: https://github.com/apache/doris/pull/16258#issuecomment-1420698451
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16472:
URL: https://github.com/apache/doris/pull/16472#issuecomment-1420710534
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #16472:
URL: https://github.com/apache/doris/pull/16472#issuecomment-1420716080
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.38 seconds
load time: 477 seconds
storage size: 17171082229 Bytes
https://doris-co
Jibing-Li opened a new pull request, #16486:
URL: https://github.com/apache/doris/pull/16486
# Proposed changes
Issue Number: close #xxx
## Problem summary
Add index id to column statistic id. Refresh statistic cache after analyze.
## Checklist(Required)
1.
github-actions[bot] commented on PR #16335:
URL: https://github.com/apache/doris/pull/16335#issuecomment-1420738241
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
hello-stephen commented on PR #16473:
URL: https://github.com/apache/doris/pull/16473#issuecomment-1420745256
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.05 seconds
load time: 481 seconds
storage size: 17170850918 Bytes
https://doris-co
github-actions[bot] commented on PR #16258:
URL: https://github.com/apache/doris/pull/16258#issuecomment-1420747359
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Gabriel39 commented on PR #16468:
URL: https://github.com/apache/doris/pull/16468#issuecomment-1420750818
Thanks. It's a mistake. I will resolve this losing precision problem later
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
github-actions[bot] commented on PR #16468:
URL: https://github.com/apache/doris/pull/16468#issuecomment-1420752256
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 #16468:
URL: https://github.com/apache/doris/pull/16468#issuecomment-1420752316
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 #16258:
URL: https://github.com/apache/doris/pull/16258#issuecomment-1420765881
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Gabriel39 merged PR #16476:
URL: https://github.com/apache/doris/pull/16476
--
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.ap
This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 91325e5ca3 [fix](pipeline) incorrect result w
Gabriel39 commented on PR #16476:
URL: https://github.com/apache/doris/pull/16476#issuecomment-1420774040
This PR doesn't resolve the root problem. I will fix it in next PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
hello-stephen commented on PR #16477:
URL: https://github.com/apache/doris/pull/16477#issuecomment-1420775744
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.58 seconds
load time: 485 seconds
storage size: 17171439536 Bytes
https://doris-co
github-actions[bot] commented on PR #16258:
URL: https://github.com/apache/doris/pull/16258#issuecomment-1420776903
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
platoneko opened a new pull request, #16488:
URL: https://github.com/apache/doris/pull/16488
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
github-actions[bot] commented on PR #16410:
URL: https://github.com/apache/doris/pull/16410#issuecomment-1420779907
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16488:
URL: https://github.com/apache/doris/pull/16488#issuecomment-1420782925
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
eldenmoon opened a new pull request, #16489:
URL: https://github.com/apache/doris/pull/16489
…efore add to LookupCache
Otherwise in high concurrent query, _block_pool maybe used before
Reusable::init done in other threads
# Proposed changes
Issue Number: close #xxx
hello-stephen opened a new pull request, #16490:
URL: https://github.com/apache/doris/pull/16490
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
github-actions[bot] commented on PR #16489:
URL: https://github.com/apache/doris/pull/16489#issuecomment-1420797974
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen closed pull request #16289: [fuzzy](test) fuzzy some session
variables stably according to pull_r…
URL: https://github.com/apache/doris/pull/16289
--
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
morningman merged PR #16482:
URL: https://github.com/apache/doris/pull/16482
--
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.a
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new df909238eb [improvement](comp
github-actions[bot] commented on PR #16485:
URL: https://github.com/apache/doris/pull/16485#issuecomment-1420829438
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
1 - 100 of 295 matches
Mail list logo