This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 50ae9e6b19 [enhancement](planner) support sele
morrySnow merged PR #10170:
URL: https://github.com/apache/doris/pull/10170
--
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.
pengxiangyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 50ae9e6b19 [enhancement](planner) support select table sample (#10170)
add 005c2cd43b [feature](remote) suppo
pengxiangyu merged PR #12897:
URL: https://github.com/apache/doris/pull/12897
--
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.
morrySnow merged PR #13303:
URL: https://github.com/apache/doris/pull/13303
--
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 005c2cd43b [feature](remote) support local cache GC by disk usage
(#12897)
add b82e54a525 [feature](statistics
yiguolei merged PR #13273:
URL: https://github.com/apache/doris/pull/13273
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b82e54a525 [feature](statistics) support to drop table or partition
statistics (#13303)
add 6746434770 [improve
Gabriel39 opened a new pull request, #13374:
URL: https://github.com/apache/doris/pull/13374
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
Wilson-BT commented on issue #13369:
URL: https://github.com/apache/doris/issues/13369#issuecomment-1278595573
>
[apache/doris-website#144](https://github.com/apache/doris-website/pull/144)
已删除,会在1.2版本支持
what time will the version of 1.2 be pushed?
--
This is an automated message
englefly opened a new pull request, #13375:
URL: https://github.com/apache/doris/pull/13375
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
xinyiZzz commented on code in PR #13285:
URL: https://github.com/apache/doris/pull/13285#discussion_r995443142
##
be/src/runtime/exec_env_init.cpp:
##
@@ -323,8 +317,6 @@ Status ExecEnv::_init_mem_tracker() {
<< config::chunk_reserved_bytes_limit;
return Sta
xinyiZzz commented on code in PR #13285:
URL: https://github.com/apache/doris/pull/13285#discussion_r995444935
##
be/src/runtime/mem_pool.h:
##
@@ -231,9 +231,9 @@ class MemPool {
// I refers to https://github.com/mcgov/asan_alignment_example.
ChunkInfo& info
xinyiZzz merged PR #13336:
URL: https://github.com/apache/doris/pull/13336
--
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.
zouxinyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6746434770 [improvement](schema change) avoid using column ptr swap
(#13273)
add 5bc8858571 [fix](jsonreader) t
github-actions[bot] commented on PR #13353:
URL: https://github.com/apache/doris/pull/13353#issuecomment-1278630201
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 #13353:
URL: https://github.com/apache/doris/pull/13353#issuecomment-1278630254
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
HappenLee commented on code in PR #13346:
URL: https://github.com/apache/doris/pull/13346#discussion_r995466887
##
be/src/vec/exprs/vexpr.cpp:
##
@@ -319,6 +319,7 @@ ColumnPtrWrapper* VExpr::get_const_col(VExprContext*
context) {
int result = -1;
Block block;
+b
xinyiZzz commented on code in PR #13285:
URL: https://github.com/apache/doris/pull/13285#discussion_r995470080
##
be/src/runtime/memory/chunk_allocator.cpp:
##
@@ -204,7 +205,7 @@ Status ChunkAllocator::allocate(size_t size, Chunk* chunk) {
void ChunkAllocator::free(const Chunk
starocean999 opened a new pull request, #13376:
URL: https://github.com/apache/doris/pull/13376
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
LemonLiTree commented on issue #13369:
URL: https://github.com/apache/doris/issues/13369#issuecomment-1278676441
> >
[apache/doris-website#144](https://github.com/apache/doris-website/pull/144)
已删除,会在1.2版本支持
> > what time will the version of 1.2 be pushed?
Within one month
--
T
HappenLee commented on code in PR #13166:
URL: https://github.com/apache/doris/pull/13166#discussion_r994296566
##
be/src/exec/olap_common.h:
##
@@ -550,6 +554,79 @@ void
ColumnValueRange::convert_to_fixed_value() {
}
}
+template <>
+bool ColumnValueRange::convert_to_av
Gabriel39 commented on code in PR #13362:
URL: https://github.com/apache/doris/pull/13362#discussion_r995506834
##
be/src/vec/runtime/vdatetime_value.h:
##
@@ -1040,6 +1039,8 @@ class DateV2Value {
}
}
+bool is_valid_year() const { return year() < MAX_YEAR &&
hello-stephen commented on PR #13046:
URL: https://github.com/apache/doris/pull/13046#issuecomment-1278688112
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221014164452_clickbench_pr_29409.html
--
This is an automated message from the Apache Git Service.
To re
zxealous opened a new pull request, #13377:
URL: https://github.com/apache/doris/pull/13377
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
jackwener merged PR #13353:
URL: https://github.com/apache/doris/pull/13353
--
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.
jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5bc8858571 [fix](jsonreader) teach jsonreader to release memory
(#13336)
add 993f38fe3c [feature](Nereids): use
hello-stephen opened a new pull request, #13378:
URL: https://github.com/apache/doris/pull/13378
# Proposed changes
bugfix version of zstd.
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
hello-stephen commented on PR #13067:
URL: https://github.com/apache/doris/pull/13067#issuecomment-1278755077
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221014174110_clickbench_pr_29429.html
--
This is an automated message from the Apache Git Service.
To re
xiaokang opened a new pull request, #13379:
URL: https://github.com/apache/doris/pull/13379
# Proposed changes
Issue Number: Step4 of [DSIP-016: Support JSON
type](https://cwiki.apache.org/confluence/display/DORIS/DSIP-016%3A+Support+JSON+type?src=contextnavpagetreemode)
## Pro
dataroaring commented on code in PR #13346:
URL: https://github.com/apache/doris/pull/13346#discussion_r995575204
##
regression-test/suites/correctness_p0/test_pushdown_constant.groovy:
##
@@ -0,0 +1,41 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+ // or mo
hello-stephen commented on PR #13374:
URL: https://github.com/apache/doris/pull/13374#issuecomment-1278790650
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221014180727_clickbench_pr_29485.html
--
This is an automated message from the Apache Git Service.
To re
github-actions[bot] commented on PR #13348:
URL: https://github.com/apache/doris/pull/13348#issuecomment-1278810978
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 #13348:
URL: https://github.com/apache/doris/pull/13348#issuecomment-1278811016
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
HappenLee commented on code in PR #13314:
URL: https://github.com/apache/doris/pull/13314#discussion_r995585935
##
be/src/vec/functions/like.cpp:
##
@@ -63,35 +63,171 @@ Status LikeSearchState::clone(LikeSearchState& cloned) {
return Status::OK();
}
-Status FunctionLikeB
zhangstar333 opened a new issue, #13380:
URL: https://github.com/apache/doris/issues/13380
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
master
zhangstar333 opened a new pull request, #13381:
URL: https://github.com/apache/doris/pull/13381
# Proposed changes
Issue Number: close #13380
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
-
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/doris.git
from 993f38fe3c [feature](Nereids): use Multi join to rearrange join to
eliminate cross join by using predicate. (#13353)
yiguolei merged PR #13348:
URL: https://github.com/apache/doris/pull/13348
--
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
HappenLee commented on code in PR #13314:
URL: https://github.com/apache/doris/pull/13314#discussion_r995598114
##
be/src/vec/functions/like.cpp:
##
@@ -63,35 +63,171 @@ Status LikeSearchState::clone(LikeSearchState& cloned) {
return Status::OK();
}
-Status FunctionLikeB
github-actions[bot] commented on PR #13377:
URL: https://github.com/apache/doris/pull/13377#issuecomment-1278879923
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 #13377:
URL: https://github.com/apache/doris/pull/13377#issuecomment-1278879872
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
morrySnow opened a new pull request, #13382:
URL: https://github.com/apache/doris/pull/13382
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
zy-kkk commented on PR #13142:
URL: https://github.com/apache/doris/pull/13142#issuecomment-1278883436
You can update your branch to trigger the pipeline
--
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
hello-stephen commented on PR #12866:
URL: https://github.com/apache/doris/pull/12866#issuecomment-1278885291
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221014193348_clickbench_pr_29387.html
--
This is an automated message from the Apache Git Service.
To re
HappenLee commented on code in PR #13314:
URL: https://github.com/apache/doris/pull/13314#discussion_r995661021
##
be/src/vec/functions/like.cpp:
##
@@ -120,29 +256,83 @@ Status
FunctionLikeBase::constant_substring_fn_vec_dict(LikeSearchState* state,
return Status::OK();
dataroaring commented on code in PR #13381:
URL: https://github.com/apache/doris/pull/13381#discussion_r995665586
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -459,6 +459,7 @@ Status AggregationNode::open(RuntimeState* state) {
// this could cause unable to get JVM
HappenLee commented on code in PR #13323:
URL: https://github.com/apache/doris/pull/13323#discussion_r995672945
##
be/src/util/url_parser.cpp:
##
@@ -344,4 +346,59 @@ UrlParser::UrlPart UrlParser::get_url_part(const
StringValue& part) {
}
}
+std::string UrlParser::extra
HappenLee commented on code in PR #13246:
URL: https://github.com/apache/doris/pull/13246#discussion_r995682550
##
gensrc/thrift/PaloInternalService.thrift:
##
@@ -177,6 +177,9 @@ struct TQueryOptions {
49: optional bool skip_delete_predicate = false
50: optional bool en
github-actions[bot] commented on PR #13240:
URL: https://github.com/apache/doris/pull/13240#issuecomment-1278938439
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 #13240:
URL: https://github.com/apache/doris/pull/13240#issuecomment-1278938395
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 opened a new pull request, #13383:
URL: https://github.com/apache/doris/pull/13383
… for query
# Proposed changes
Issue Number: close #xxx
## Problem summary
Some problems have been found with the setting of
parallel_fragment_exec_inistance_num > 1.
github-actions[bot] commented on PR #13346:
URL: https://github.com/apache/doris/pull/13346#issuecomment-1278976864
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 #13346:
URL: https://github.com/apache/doris/pull/13346#issuecomment-1278976814
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
Ray-Eldath commented on code in PR #13143:
URL: https://github.com/apache/doris/pull/13143#discussion_r995760274
##
docker/thirdparties/start-thirdparties-docker.sh:
##
@@ -20,8 +20,38 @@
# This script will restart all thirdparty containers
xiongzegang opened a new pull request, #13384:
URL: https://github.com/apache/doris/pull/13384
# Proposed changes
[enhancement](binlog load) Add cluster configuration for CanalSyncJob and
udpate binlog load document
## Problem summary
1. Add Configuration Item "canal.zk.servers"
dataalive commented on PR #13376:
URL: https://github.com/apache/doris/pull/13376#issuecomment-1279050712
close #13350
--
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 u
morningman commented on PR #13067:
URL: https://github.com/apache/doris/pull/13067#issuecomment-1279051138
I will review 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 to the specific comme
hello-stephen commented on PR #13376:
URL: https://github.com/apache/doris/pull/13376#issuecomment-1279108076
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221014224602_clickbench_pr_29626.html
--
This is an automated message from the Apache Git Service.
To re
github-actions[bot] commented on PR #13381:
URL: https://github.com/apache/doris/pull/13381#issuecomment-1279109081
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
englefly commented on code in PR #13382:
URL: https://github.com/apache/doris/pull/13382#discussion_r995878371
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/LogicalPlanAdapter.java:
##
@@ -62,21 +65,25 @@ public OutFileClause getOutFileClause() {
return null
hello-stephen commented on PR #13357:
URL: https://github.com/apache/doris/pull/13357#issuecomment-1279152842
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221014232557_clickbench_pr_29469.html
--
This is an automated message from the Apache Git Service.
To re
dataalive opened a new pull request, #13385:
URL: https://github.com/apache/doris/pull/13385
# Proposed changes
Issue Number: close #xxx
## Problem summary
some urls are wrong, need to be fixed.
## Checklist(Required)
1. Does it affect the original behavior:
hello-stephen commented on PR #13046:
URL: https://github.com/apache/doris/pull/13046#issuecomment-1279190083
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015000153_clickbench_pr_29615.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #12996:
URL: https://github.com/apache/doris/pull/12996#issuecomment-1279213441
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015002223_clickbench_pr_29494.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13377:
URL: https://github.com/apache/doris/pull/13377#issuecomment-1279253712
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015010249_clickbench_pr_29479.html
--
This is an automated message from the Apache Git Service.
To re
Gabriel39 merged PR #13346:
URL: https://github.com/apache/doris/pull/13346
--
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 8218cfed40 [Bug](function) Fix constant predi
hello-stephen commented on PR #13378:
URL: https://github.com/apache/doris/pull/13378#issuecomment-1279279854
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015012941_clickbench_pr_29489.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13379:
URL: https://github.com/apache/doris/pull/13379#issuecomment-1279335920
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015023511_clickbench_pr_29504.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13381:
URL: https://github.com/apache/doris/pull/13381#issuecomment-1279384736
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015033545_clickbench_pr_29540.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13382:
URL: https://github.com/apache/doris/pull/13382#issuecomment-1279402233
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015035609_clickbench_pr_29551.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13086:
URL: https://github.com/apache/doris/pull/13086#issuecomment-1279439835
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015043659_clickbench_pr_29580.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13383:
URL: https://github.com/apache/doris/pull/13383#issuecomment-1279492452
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015053550_clickbench_pr_29604.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13195:
URL: https://github.com/apache/doris/pull/13195#issuecomment-1279510462
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015055811_clickbench_pr_29614.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13384:
URL: https://github.com/apache/doris/pull/13384#issuecomment-1279528183
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015061832_clickbench_pr_29620.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13361:
URL: https://github.com/apache/doris/pull/13361#issuecomment-1279553130
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015064013_clickbench_pr_29630.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13365:
URL: https://github.com/apache/doris/pull/13365#issuecomment-1279561755
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015070031_clickbench_pr_29639.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #12877:
URL: https://github.com/apache/doris/pull/12877#issuecomment-1279584897
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015072043_clickbench_pr_29646.html
--
This is an automated message from the Apache Git Service.
To re
hello-stephen commented on PR #13374:
URL: https://github.com/apache/doris/pull/13374#issuecomment-1279605821
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015081143_clickbench_pr_29665.html
--
This is an automated message from the Apache Git Service.
To re
smallhibiscus opened a new pull request, #13386:
URL: https://github.com/apache/doris/pull/13386
…f en docs.
# Proposed changes
Issue Number: close #xxx
## Problem summary
Fixed thrift_client_timeout_ms's incorrect description of en docs.
## Checklist(Requir
dataalive commented on code in PR #13386:
URL: https://github.com/apache/doris/pull/13386#discussion_r996232557
##
docs/en/docs/admin-manual/config/fe-config.md:
##
@@ -2231,4 +2231,4 @@ The latest data version currently supported, cannot be
modified, and should be c
### `mi
hello-stephen commented on PR #13357:
URL: https://github.com/apache/doris/pull/13357#issuecomment-1279622587
https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20221015091636_clickbench_pr_29687.html
--
This is an automated message from the Apache Git Service.
To re
dataalive commented on issue #13343:
URL: https://github.com/apache/doris/issues/13343#issuecomment-1279623561
这个是一开始就无法启动吧?参考下
https://doris.apache.org/zh-CN/docs/dev/install/source-install/compilation-with-ldb-toolchain#%E7%BC%96%E8%AF%91-doris
看下avx2指令集
--
This is an automated
JNSimba commented on issue #13341:
URL: https://github.com/apache/doris/issues/13341#issuecomment-1279624299
这个是因为txn事务默认保留12小时,flink报错后,如果重启间隔时间太长,checkpoint里面的txn就会过期,会报 txn not
found的错误。
可以通过调整fe.conf里面的 streaming_label_keep_max_second 配置来延长时间
--
This is an automated message from th
yiguolei commented on code in PR #13285:
URL: https://github.com/apache/doris/pull/13285#discussion_r996240764
##
be/src/runtime/exec_env_init.cpp:
##
@@ -323,8 +317,6 @@ Status ExecEnv::_init_mem_tracker() {
<< config::chunk_reserved_bytes_limit;
return Sta
yiguolei merged PR #13381:
URL: https://github.com/apache/doris/pull/13381
--
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 #13380: [Bug] BE will be core dump phmap Pointer assert
alignment
URL: https://github.com/apache/doris/issues/13380
--
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 4bc33a54a1 [Fix](agg) fix bitmap agg core dump
yiguolei merged PR #13247:
URL: https://github.com/apache/doris/pull/13247
--
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 f2fa9606c9 [fix](agg)count function should retu
yiguolei merged PR #13378:
URL: https://github.com/apache/doris/pull/13378
--
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 #13378:
URL: https://github.com/apache/doris/pull/13378#issuecomment-1279640922
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 #13378:
URL: https://github.com/apache/doris/pull/13378#issuecomment-1279640926
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 52397df9f0 [thirdparty](update) zstd 1.5.0 to 1
etcZYP opened a new pull request, #13387:
URL: https://github.com/apache/doris/pull/13387
# Proposed changes
Issue Number: close https://github.com/apache/doris/issues/11916
## Problem summary
replace assertTrue(X.equals(X)) with assertEquals.
## Checklist(Required
yiguolei merged PR #13376:
URL: https://github.com/apache/doris/pull/13376
--
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 bf2e20c4c4 [fix](agg) reset the content of grou
yiguolei closed issue #13350: [Bug] group by后面接curdate(),无法查询
URL: https://github.com/apache/doris/issues/13350
--
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,
yiguolei commented on issue #13350:
URL: https://github.com/apache/doris/issues/13350#issuecomment-1279643516
Already fixed, will be fixed in 1.1.4.
--
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
1 - 100 of 108 matches
Mail list logo