morningman closed issue #8512: [Bug] Don't rewrite nested union statement
URL: https://github.com/apache/incubator-doris/issues/8512
--
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
morningman merged PR #8513:
URL: https://github.com/apache/incubator-doris/pull/8513
--
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 a7cca930b9 [fix](planner) fix don't
morningman merged PR #9887:
URL: https://github.com/apache/incubator-doris/pull/9887
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from a7cca930b9 [fix](planner) fix don't rewrite nested union statement bug
(#8513)
add 990a2940ca [metr
eldenmoon commented on PR #10065:
URL:
https://github.com/apache/incubator-doris/pull/10065#issuecomment-1152285619
Sorry for my issue in this PR
I'm currently using Array, found that when I build BE with ASAN, using the
column type like `ARRAY`, after I insert with vectorized engine
adonis0147 commented on PR #10065:
URL:
https://github.com/apache/incubator-doris/pull/10065#issuecomment-1152291339
Hi @eldenmoon , thanks for your feedback. I will investigate the issue you
mentioned and try to solve it.
--
This is an automated message from the Apache Git Service.
To r
yangzhg commented on PR #9964:
URL: https://github.com/apache/incubator-doris/pull/9964#issuecomment-1152319451
hyperscan is not suport arm platform
--
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
yangzhg opened a new pull request, #10068:
URL: https://github.com/apache/incubator-doris/pull/10068
# Proposed changes
support simd instructions on arm cpus through sse2neon
## Problem Summary:
sse2neon can covert sse instructions to arm neon instructions
this pr not
yinzhijian opened a new pull request, #10069:
URL: https://github.com/apache/incubator-doris/pull/10069
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
add P0 test for #9995
1. cast scalar type(except varchar) to array is not allowed
2. cast array to
Gabriel39 commented on code in PR #10060:
URL: https://github.com/apache/incubator-doris/pull/10060#discussion_r894527198
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -237,4 +235,12 @@ Status BetaRowsetReader::next_block(vectorized::Block*
block) {
return Status::OK
github-actions[bot] commented on PR #10062:
URL:
https://github.com/apache/incubator-doris/pull/10062#issuecomment-1152372323
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
github-actions[bot] commented on PR #10062:
URL:
https://github.com/apache/incubator-doris/pull/10062#issuecomment-1152372351
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
cambyzju commented on PR #10069:
URL:
https://github.com/apache/incubator-doris/pull/10069#issuecomment-1152385119
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 opened a new pull request, #10070:
URL: https://github.com/apache/incubator-doris/pull/10070
# Proposed changes
Issue Number: close #7570
## Problem Summary:
Now column `Array` contains column `offsets` and `data`, and type of
column `offsets` is UInt32 now.
In c
adonis0147 commented on issue #9934:
URL:
https://github.com/apache/incubator-doris/issues/9934#issuecomment-1152409954
I will investigate this issue.
--
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 g
xinyiZzz opened a new issue, #10071:
URL: https://github.com/apache/incubator-doris/issues/10071
### 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
tru
xinyiZzz opened a new pull request, #10072:
URL: https://github.com/apache/incubator-doris/pull/10072
# Proposed changes
Issue Number: close #10006 #10071
## Problem Summary:
1. When the load task is canceled, the `IndexChannel` and `NodeChannel` mem
trackers cannot be
cambyzju closed pull request #10070: [enhancement] Change array offset type
from UInt32 to Int64
URL: https://github.com/apache/incubator-doris/pull/10070
--
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 g
adonis0147 commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894648585
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, boo
adonis0147 commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894652397
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, boo
adonis0147 commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894654169
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, boo
adonis0147 commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894656962
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, boo
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 519082831984fbf6706146211f2d9c0ce8f2475c
Author: morningman
AuthorDate: Fri Jun 10 23:48:07 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 4bc3a364f8f8c4396a642fd2471e3204b8fb3d80
Author: yixiutt <102007456+yixi...@users.noreply.github.com>
Aut
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 83d44f8df8 fix: fix a thread safe problem in LoadAction.java (#9955)
new b8323e9f70 [feature] dat
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit b8323e9f70bd233f8c161e45aa028e7dba74a314
Author: BePPPower <43782773+bepppo...@users.noreply.github.com>
github-actions[bot] commented on PR #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#issuecomment-1152514412
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 #9803:
URL: https://github.com/apache/incubator-doris/pull/9803#issuecomment-1152514470
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 opened a new pull request, #10073:
URL: https://github.com/apache/incubator-doris/pull/10073
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
1. Fix bug that show proc "/cluster_balance/history_tablets" return
malformat error
2. Modify the ex
morningman opened a new issue, #10074:
URL: https://github.com/apache/incubator-doris/issues/10074
### 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
d
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/fe/org.mortbay.jetty-jetty-6.1.23
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
at ad9350867a Bump jetty from 6.1.14 to 6.1.23 in /fe
This bra
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/maven/fe/org.mortbay.jetty-jetty-6.1.23
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit ad9350867a79defdec2b1bf53bd9065cf4e787d6
Author: dependabot[bot
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/fe/org.mortbay.jetty-jetty-6.1.23
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
discard ad9350867a Bump jetty from 6.1.14 to 6.1.23 in /fe
add
dependabot[bot] opened a new pull request, #10075:
URL: https://github.com/apache/incubator-doris/pull/10075
Bumps jetty from 6.1.14 to 6.1.23.
[ were added to refs/heads/master by this push:
new 495c34fa29 [Bug] [Vectorized] code du
yiguolei closed issue #10038: [Bug] [Vectorized] code dump on aggregate node
over union node
URL: https://github.com/apache/incubator-doris/issues/10038
--
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
yiguolei merged PR #10040:
URL: https://github.com/apache/incubator-doris/pull/10040
--
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...
yiguolei merged PR #9995:
URL: https://github.com/apache/incubator-doris/pull/9995
--
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
github-actions[bot] commented on PR #10053:
URL:
https://github.com/apache/incubator-doris/pull/10053#issuecomment-1152038776
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
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 4135e59f77 [fix](fe) select stmt will
yiguolei closed pull request #9303: [feature](planner) Support MetaScan for
global dict
URL: https://github.com/apache/incubator-doris/pull/9303
--
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
yiguolei commented on PR #9303:
URL: https://github.com/apache/incubator-doris/pull/9303#issuecomment-1152050238
duplicate with https://github.com/apache/incubator-doris/pull/9842
--
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 #10058:
URL:
https://github.com/apache/incubator-doris/pull/10058#issuecomment-1152063796
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
github-actions[bot] commented on PR #10058:
URL:
https://github.com/apache/incubator-doris/pull/10058#issuecomment-1152063822
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
qimumu9406 opened a new issue, #10059:
URL: https://github.com/apache/incubator-doris/issues/10059
### 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
HappenLee opened a new pull request, #10060:
URL: https://github.com/apache/incubator-doris/pull/10060
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beh
yangzhg commented on code in PR #10060:
URL: https://github.com/apache/incubator-doris/pull/10060#discussion_r894278746
##
be/src/olap/rowset/beta_rowset_reader.h:
##
@@ -53,6 +53,8 @@ class BetaRowsetReader : public RowsetReader {
RowsetTypePB type() const override { retur
github-actions[bot] commented on PR #10018:
URL:
https://github.com/apache/incubator-doris/pull/10018#issuecomment-1152109361
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
github-actions[bot] commented on PR #10018:
URL:
https://github.com/apache/incubator-doris/pull/10018#issuecomment-1152109321
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
github-actions[bot] commented on PR #10060:
URL:
https://github.com/apache/incubator-doris/pull/10060#issuecomment-1152117124
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
github-actions[bot] commented on PR #10060:
URL:
https://github.com/apache/incubator-doris/pull/10060#issuecomment-1152117075
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
yiguolei opened a new pull request, #10061:
URL: https://github.com/apache/incubator-doris/pull/10061
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beha
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 39fe56efe8f remove
39fe56
morrySnow commented on code in PR #9942:
URL: https://github.com/apache/incubator-doris/pull/9942#discussion_r894323373
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/RewriteHelper.java:
##
@@ -0,0 +1,57 @@
+// Licensed to the Apache Software Found
liutang123 opened a new pull request, #10062:
URL: https://github.com/apache/incubator-doris/pull/10062
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
When doing checkpoint, FE will sends DropTask to BE.
This PR prohibit this conduct.
## Checkli
github-actions[bot] commented on PR #10019:
URL:
https://github.com/apache/incubator-doris/pull/10019#issuecomment-1152164876
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
SWJTU-ZhangLei opened a new issue, #10063:
URL: https://github.com/apache/incubator-doris/issues/10063
### 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
wangshuo128 commented on code in PR #9942:
URL: https://github.com/apache/incubator-doris/pull/9942#discussion_r894345674
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/ExpressionRewriter.java:
##
@@ -0,0 +1,83 @@
+// Licensed to the Apache Softwar
eldenmoon commented on code in PR #9466:
URL: https://github.com/apache/incubator-doris/pull/9466#discussion_r894355137
##
be/src/vec/olap/olap_data_convertor.cpp:
##
@@ -700,4 +621,55 @@ Status
OlapBlockDataConvertor::OlapColumnDataConvertorDecimal::convert_to_olap()
retu
eldenmoon commented on code in PR #9466:
URL: https://github.com/apache/incubator-doris/pull/9466#discussion_r894357886
##
be/src/vec/olap/olap_data_convertor.cpp:
##
@@ -700,4 +621,55 @@ Status
OlapBlockDataConvertor::OlapColumnDataConvertorDecimal::convert_to_olap()
retu
adonis0147 opened a new issue, #10064:
URL: https://github.com/apache/incubator-doris/issues/10064
### 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
m
adonis0147 opened a new pull request, #10065:
URL: https://github.com/apache/incubator-doris/pull/10065
# Proposed changes
Issue Number: close #10064
## Problem Summary:
Please refer to #10064
## Checklist(Required)
1. Does it affect the original behavior: N
cambyzju commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894368499
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
cambyzju commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894370999
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
cambyzju commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894374280
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
cambyzju commented on code in PR #10065:
URL: https://github.com/apache/incubator-doris/pull/10065#discussion_r894376462
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -461,6 +461,46 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
eldenmoon commented on PR #10065:
URL:
https://github.com/apache/incubator-doris/pull/10065#issuecomment-1152217635
Sorry for my issue in 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
eldenmoon commented on PR #10065:
URL:
https://github.com/apache/incubator-doris/pull/10065#issuecomment-115425
Sorry for my issue in this PR, I'm currently using Array, found that when
BE build with ASAN, the column type is like ARRAY, there will be a
coredump which is heap-use-aft
platoneko opened a new issue, #10066:
URL: https://github.com/apache/incubator-doris/issues/10066
### 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
qzsee commented on code in PR #9942:
URL: https://github.com/apache/incubator-doris/pull/9942#discussion_r894390127
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/ExpressionRewriter.java:
##
@@ -0,0 +1,83 @@
+// Licensed to the Apache Software Foun
platoneko commented on issue #10066:
URL:
https://github.com/apache/incubator-doris/issues/10066#issuecomment-1152228358
Or can we avoid acquiring lock in metrics hook functions?
--
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 #10018:
URL:
https://github.com/apache/incubator-doris/pull/10018#issuecomment-1152251581
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
wangshuo128 opened a new pull request, #10067:
URL: https://github.com/apache/incubator-doris/pull/10067
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original b
luozenglin closed issue #9737: [Bug] InPredicate child expressions type
conversion related exceptions
URL: https://github.com/apache/incubator-doris/issues/9737
--
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 closed issue #10011: [Enhancement] Support build doris with libhdfs3
on ARM CPUs
URL: https://github.com/apache/incubator-doris/issues/10011
--
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
morningman merged PR #10018:
URL: https://github.com/apache/incubator-doris/pull/10018
--
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 e0cf2677a0 [dependency][enhancement
79 matches
Mail list logo