github-actions[bot] commented on PR #19822:
URL: https://github.com/apache/doris/pull/19822#issuecomment-1552899213
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
yiguolei commented on PR #19817:
URL: https://github.com/apache/doris/pull/19817#issuecomment-1552900631
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
BiteThet commented on PR #19791:
URL: https://github.com/apache/doris/pull/19791#issuecomment-1552902226
run buildall
--
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
zclllyybb closed pull request #19633: [chore](LOG) fix ambiguous start time log
URL: https://github.com/apache/doris/pull/19633
--
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.
yiguolei merged PR #19251:
URL: https://github.com/apache/doris/pull/19251
--
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 ef0657c072 [Bug](pipeline) RegressionTest failed release resouce cause
DCHECK failed (#19783)
add 481e9aebdb [R
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
github-actions[bot] commented on PR #18541:
URL: https://github.com/apache/doris/pull/18541#issuecomment-1552910757
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 #19729:
URL: https://github.com/apache/doris/pull/19729#issuecomment-1552914742
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 #19237:
URL: https://github.com/apache/doris/pull/19237#issuecomment-1552916226
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
Mryange commented on PR #19789:
URL: https://github.com/apache/doris/pull/19789#issuecomment-1552916474
run buildall
--
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 unsu
github-actions[bot] commented on PR #19789:
URL: https://github.com/apache/doris/pull/19789#issuecomment-1552919618
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 #18541:
URL: https://github.com/apache/doris/pull/18541#issuecomment-1552926820
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
dataroaring commented on code in PR #19099:
URL: https://github.com/apache/doris/pull/19099#discussion_r1197710765
##
be/src/olap/memtable.cpp:
##
@@ -440,7 +463,13 @@ Status MemTable::flush() {
Status MemTable::_do_flush(int64_t& duration_ns) {
SCOPED_CONSUME_MEM_TRACKER(
weizhengte commented on PR #19799:
URL: https://github.com/apache/doris/pull/19799#issuecomment-1552932949
closed because the same pr #19729
--
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 sp
weizhengte closed pull request #19799: [regression-test](p0) temporarily
comment out unstable stats p0
URL: https://github.com/apache/doris/pull/19799
--
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
LemonLiTree commented on issue #19782:
URL: https://github.com/apache/doris/issues/19782#issuecomment-1552933786
Maybe the tablet is damaged, show tablet 6828716;
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
weizhengte commented on PR #19716:
URL: https://github.com/apache/doris/pull/19716#issuecomment-1552934916
> Since related tests is unstable and has been commented , I think this
refactor severely lack tests and shouldn'd be merged
Ok, I 'll add related p0 tests before merge
--
Thi
BiteThet commented on PR #19738:
URL: https://github.com/apache/doris/pull/19738#issuecomment-1552938250
run buildall
--
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
morningman merged PR #230:
URL: https://github.com/apache/doris-website/pull/230
--
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...@dor
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3947085b178 Update checksums, detache
liangjiawei1110 commented on issue #19812:
URL: https://github.com/apache/doris/issues/19812#issuecomment-1552940584
I'd like to try it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specif
BiteThet opened a new pull request, #19824:
URL: https://github.com/apache/doris/pull/19824
# Proposed changes
add agg_state define and ddl support.
```sql
create table a_table(
k1 int null,
k2 agg_state max_by(int not null,int)
)
aggregate key (
sohardforaname opened a new pull request, #19825:
URL: https://github.com/apache/doris/pull/19825
# Proposed changes
Issue Number: close #xxx
## Problem summary
after fold constant by be, the original expression will be replaced directly
by the constant. we all cast if t
BiteThet commented on PR #19824:
URL: https://github.com/apache/doris/pull/19824#issuecomment-1552944113
run buildall
--
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
luozenglin opened a new pull request, #19826:
URL: https://github.com/apache/doris/pull/19826
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ]
sohardforaname opened a new pull request, #19827:
URL: https://github.com/apache/doris/pull/19827
# Proposed changes
Issue Number: close #xxx
## Problem summary
after fold constant by be, the original expression will be replaced directly
by the constant. we all cast if t
sohardforaname commented on PR #19827:
URL: https://github.com/apache/doris/pull/19827#issuecomment-1552946697
run buildall
--
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.
sohardforaname commented on PR #19825:
URL: https://github.com/apache/doris/pull/19825#issuecomment-1552946833
run buildall
--
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.
github-actions[bot] commented on PR #19826:
URL: https://github.com/apache/doris/pull/19826#issuecomment-1552948380
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
luozenglin commented on PR #19826:
URL: https://github.com/apache/doris/pull/19826#issuecomment-1552948588
run buildall
--
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
csun5285 commented on PR #19237:
URL: https://github.com/apache/doris/pull/19237#issuecomment-1552948902
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
wangbo commented on PR #19579:
URL: https://github.com/apache/doris/pull/19579#issuecomment-1552954600
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
BiteThet commented on PR #19824:
URL: https://github.com/apache/doris/pull/19824#issuecomment-1552955819
run buildall
--
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
englefly commented on PR #19640:
URL: https://github.com/apache/doris/pull/19640#issuecomment-1552984261
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
xinyiZzz opened a new pull request, #19828:
URL: https://github.com/apache/doris/pull/19828
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has u
xinyiZzz commented on PR #19828:
URL: https://github.com/apache/doris/pull/19828#issuecomment-1552994174
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
HHoflittlefish777 opened a new pull request, #19829:
URL: https://github.com/apache/doris/pull/19829
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
*
amorynan opened a new pull request, #19830:
URL: https://github.com/apache/doris/pull/19830
# Proposed changes
improve array/map/struct creating with decimalv3 and array/struct function
with decimalv3
Issue Number: close #xxx
## Problem summary
Describe yo
amorynan commented on PR #19830:
URL: https://github.com/apache/doris/pull/19830#issuecomment-1552995952
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
github-actions[bot] commented on PR #19826:
URL: https://github.com/apache/doris/pull/19826#issuecomment-1552997113
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 #19826:
URL: https://github.com/apache/doris/pull/19826#issuecomment-1552997147
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
HHoflittlefish777 commented on PR #19829:
URL: https://github.com/apache/doris/pull/19829#issuecomment-1552997716
run buildall
--
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
github-actions[bot] commented on PR #19829:
URL: https://github.com/apache/doris/pull/19829#issuecomment-1552998452
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 #19814:
URL: https://github.com/apache/doris/pull/19814#issuecomment-1553000701
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 #19814:
URL: https://github.com/apache/doris/pull/19814#issuecomment-1553000749
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
morrySnow opened a new pull request, #19831:
URL: https://github.com/apache/doris/pull/19831
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
zclllyybb commented on PR #19630:
URL: https://github.com/apache/doris/pull/19630#issuecomment-1553016620
run buildall
--
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 un
mrhhsg commented on PR #19758:
URL: https://github.com/apache/doris/pull/19758#issuecomment-1553017175
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
github-actions[bot] commented on PR #19758:
URL: https://github.com/apache/doris/pull/19758#issuecomment-1553022375
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
morrySnow commented on PR #19831:
URL: https://github.com/apache/doris/pull/19831#issuecomment-1553022778
run buildall
--
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 un
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch hadoop-3.3.4
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/hadoop-3.3.4 by this push:
new f46e3f6a [scripts] add
github-actions[bot] commented on PR #19685:
URL: https://github.com/apache/doris/pull/19685#issuecomment-1553037460
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, #72:
URL: https://github.com/apache/doris-thirdparty/pull/72
(no comment)
--
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
morningman merged PR #72:
URL: https://github.com/apache/doris-thirdparty/pull/72
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@do
bobhan1 commented on issue #19546:
URL: https://github.com/apache/doris/issues/19546#issuecomment-1553040375
I'd like to take the task
--
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.
morningman pushed a change to annotated tag hadoop-libs-3.3.4.1
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
*** WARNING: tag hadoop-libs-3.3.4.1 was modified! ***
from 4f3d4777 (commit)
to d
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to annotated tag hadoop-3.3.4.1-for-doris
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
*** WARNING: tag hadoop-3.3.4.1-for-doris was modified! ***
from f46e3f6a (commit)
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to annotated tag hadoop-libs-3.3.4.1
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
*** WARNING: tag hadoop-libs-3.3.4.1 was deleted! ***
tag was d93868b6
The revisions th
bobhan1 opened a new pull request, #19833:
URL: https://github.com/apache/doris/pull/19833
# Proposed changes
Issue Number: close #19546
## Problem summary
Fix the behaviour of `CONVERT()` function. When the target type is varchar
or char(N), we transfer `cast(xx as cha
morningman opened a new pull request, #19832:
URL: https://github.com/apache/doris/pull/19832
# Proposed changes
Issue Number: close #xxx
## Problem summary
Update hadoop libhdfs x86 to 3.3.4.1 for doris.
Resolve kinit problem
## Checklist(Required)
* [ ]
bobhan1 commented on PR #19833:
URL: https://github.com/apache/doris/pull/19833#issuecomment-1553057437
run buildall
--
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 unsu
CalvinKirs opened a new pull request, #19834:
URL: https://github.com/apache/doris/pull/19834
- The data source parameters are sunk into the specific data source class
- Simplify some code logic to reduce code complexity
- Provide a data source factory class to extract public logic
morningman commented on code in PR #19759:
URL: https://github.com/apache/doris/pull/19759#discussion_r1197848331
##
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##
@@ -367,6 +368,14 @@ public class SessionVariable implements Serializable,
Writable {
zzzs opened a new pull request, #19835:
URL: https://github.com/apache/doris/pull/19835
# Proposed changes
Issue Number: close #xxx
## Problem summary
delete duplicate code in sql_scanner.flex
## Checklist(Required)
* [ ] Does it affect the original beha
kaka11chen opened a new issue, #19836:
URL: https://github.com/apache/doris/issues/19836
### 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
master
### Wha
kaka11chen opened a new pull request, #19837:
URL: https://github.com/apache/doris/pull/19837
# Proposed changes
Issue Number: close #19836
## Problem summary
Fix partition field conjuncts not work.
Add `predicate_partition_columns` in `_slot_id_to_filter_conjuncts`(s
luozenglin closed issue #19784: [Bug] Query TVF failed
URL: https://github.com/apache/doris/issues/19784
--
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:
luozenglin merged PR #19808:
URL: https://github.com/apache/doris/pull/19808
--
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
zzzs commented on PR #19835:
URL: https://github.com/apache/doris/pull/19835#issuecomment-1553093178
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
This is an automated email from the ASF dual-hosted git repository.
luozenglin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 481e9aebdb [Refactor](spark load) remove parquet scanner (#19251)
add 40ab4ce305 fix select resource groups bu
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
github-actions[bot] commented on PR #19837:
URL: https://github.com/apache/doris/pull/19837#issuecomment-1553100559
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 #19562:
URL: https://github.com/apache/doris/pull/19562#issuecomment-1553104649
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
zhannngchen commented on code in PR #19736:
URL: https://github.com/apache/doris/pull/19736#discussion_r1197870861
##
be/src/olap/tablet.cpp:
##
@@ -2719,6 +2719,8 @@ Status Tablet::calc_delete_bitmap(RowsetSharedPtr rowset,
++row_id;
morningman commented on PR #19796:
URL: https://github.com/apache/doris/pull/19796#issuecomment-1553112053
Need to add regression test after ob docker is ready
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
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 f2b2a568de [fix](jdbc catalog)fixed oceanbase
morningman merged PR #19796:
URL: https://github.com/apache/doris/pull/19796
--
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
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
kaka11chen commented on PR #19837:
URL: https://github.com/apache/doris/pull/19837#issuecomment-1553128030
run buildall
--
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
github-actions[bot] commented on PR #19837:
URL: https://github.com/apache/doris/pull/19837#issuecomment-1553129152
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 #19837:
URL: https://github.com/apache/doris/pull/19837#issuecomment-1553129209
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 #19813:
URL: https://github.com/apache/doris/pull/19813#issuecomment-1553149672
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 #19813:
URL: https://github.com/apache/doris/pull/19813#issuecomment-1553149726
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
BiteThet commented on PR #19824:
URL: https://github.com/apache/doris/pull/19824#issuecomment-1553168655
run feut
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
Tanya-W opened a new pull request, #19838:
URL: https://github.com/apache/doris/pull/19838
# Proposed changes
Issue Number: close #xxx
## Problem summary
fix problem:
If there is a unfinished schema change job (job-2), and before this time,
another schema change job (job
morningman opened a new pull request, #19839:
URL: https://github.com/apache/doris/pull/19839
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
github-actions[bot] commented on PR #19829:
URL: https://github.com/apache/doris/pull/19829#issuecomment-1553170869
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 commented on PR #19839:
URL: https://github.com/apache/doris/pull/19839#issuecomment-1553171478
run buildall
--
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 #19832:
URL: https://github.com/apache/doris/pull/19832#issuecomment-1553174130
run buildall
--
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
freemandealer commented on PR #19829:
URL: https://github.com/apache/doris/pull/19829#issuecomment-1553177080
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 unsubs
morningman merged PR #19809:
URL: https://github.com/apache/doris/pull/19809
--
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 dfc4432e83 [improvement](jdbc catalog) Add ad
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
github-actions[bot] commented on PR #18784:
URL: https://github.com/apache/doris/pull/18784#issuecomment-1553209416
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
kaka11chen opened a new pull request, #19840:
URL: https://github.com/apache/doris/pull/19840
# Proposed changes
Issue Number: close #xxx
## Problem summary
- Implements transactional hive full acid tables.
- Fix some lazy materialization bugs in orc-reader.
##
github-actions[bot] commented on PR #19840:
URL: https://github.com/apache/doris/pull/19840#issuecomment-1553225386
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
kaka11chen commented on PR #19840:
URL: https://github.com/apache/doris/pull/19840#issuecomment-1553231000
run buildall
--
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
CalvinKirs commented on PR #19834:
URL: https://github.com/apache/doris/pull/19834#issuecomment-1553267866
run buildall
--
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
yiguolei closed issue #19805: [Bug] NPE when creating a materialized view with
multiple tables which never refreshes
URL: https://github.com/apache/doris/issues/19805
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
201 - 300 of 552 matches
Mail list logo