HappenLee commented on issue #7774:
URL:
https://github.com/apache/incubator-doris/issues/7774#issuecomment-1014247052
nice job!
--
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 com
yangzhg opened a new pull request #7776:
URL: https://github.com/apache/incubator-doris/pull/7776
# Proposed changes
1. add retry at be heartbeat, avoid show be is down when be in high load
2. remove some unused code
## Problem Summary:
Describe the overview of change
morningman closed issue #7662:
URL: https://github.com/apache/incubator-doris/issues/7662
--
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-
HappenLee merged pull request #7775:
URL: https://github.com/apache/incubator-doris/pull/7775
--
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: comm
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from d2f2210 [Vectorized][feature](planner)(executor) Support grouping
sets rollup cube (#7601)
add
HappenLee closed issue #7774:
URL: https://github.com/apache/incubator-doris/issues/7774
--
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-u
HappenLee opened a new issue #:
URL: https://github.com/apache/incubator-doris/issues/
### 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
vect
HappenLee opened a new pull request #7778:
URL: https://github.com/apache/incubator-doris/pull/7778
# Proposed changes
Issue Number: close #
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beh
HappenLee merged pull request #7751:
URL: https://github.com/apache/incubator-doris/pull/7751
--
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: comm
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 57bdde6 [Vectorized][Improvement] Speed up column filtering via SIMD
(#7775)
add 778fa8d [Vec
zenoyang opened a new issue #7779:
URL: https://github.com/apache/incubator-doris/issues/7779
### 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
vecto
zenoyang opened a new pull request #7780:
URL: https://github.com/apache/incubator-doris/pull/7780
# Proposed changes
Issue Number: #7779
Fix compile error and warning
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does
morningman opened a new issue #7781:
URL: https://github.com/apache/incubator-doris/issues/7781
### 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
morningman edited a comment on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1001839293
The following is the Roadmap for the Doris community in 2022.
The plan includes all aspects of code features, documentation, community
building, etc. that are t
yiguolei commented on pull request #7780:
URL: https://github.com/apache/incubator-doris/pull/7780#issuecomment-1014330999
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 comme
spaces-X opened a new issue #7782:
URL: https://github.com/apache/incubator-doris/issues/7782
### 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
I
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785863571
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -7257,4 +7259,46 @@ public static boolean isStoredTableNamesLo
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785864111
##
File path: be/src/agent/task_worker_pool.cpp
##
@@ -1650,4 +1654,73 @@ void TaskWorkerPool::_random_sleep(int second) {
sleep(rnd.Uniform
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785864622
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -7257,4 +7259,46 @@ public static boolean isStoredTableNamesLo
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785865075
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -7257,4 +7259,46 @@ public static boolean isStoredTableNamesLo
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785865358
##
File path: gensrc/thrift/AgentService.thrift
##
@@ -160,6 +160,13 @@ struct TCloneReq {
10: optional i32 timeout_s;
}
+struct TCompact
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785865665
##
File path: docs/en/sql-reference/sql-statements/Administration/ADMIN COMPACT.md
##
@@ -0,0 +1,52 @@
+---
Review comment:
> New doc nee
weizuo93 commented on a change in pull request #7521:
URL: https://github.com/apache/incubator-doris/pull/7521#discussion_r785866544
##
File path: be/src/olap/olap_server.cpp
##
@@ -551,4 +537,51 @@ void
StorageEngine::_pop_tablet_from_submitted_compaction(TabletSharedPtr tabl
caiconghui commented on pull request #7773:
URL: https://github.com/apache/incubator-doris/pull/7773#issuecomment-1014419489
> After this pr is merged, will the thrift data of different versions cannot
be parsed during the upgrade or in the mixed version cluster?
The only thing I'm n
caiconghui edited a comment on pull request #7773:
URL: https://github.com/apache/incubator-doris/pull/7773#issuecomment-1014419489
> After this pr is merged, will the thrift data of different versions cannot
be parsed during the upgrade or in the mixed version cluster?
The only thin
github-actions[bot] commented on pull request #7780:
URL: https://github.com/apache/incubator-doris/pull/7780#issuecomment-1014435956
--
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
yangzhg commented on pull request #7773:
URL: https://github.com/apache/incubator-doris/pull/7773#issuecomment-1014436369
Have you test this in a cluster that have new and old nodes ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
caiconghui commented on pull request #7773:
URL: https://github.com/apache/incubator-doris/pull/7773#issuecomment-1014440058
> Have you test this in a cluster that have new and old nodes ?
> Have you test this in a cluster that have new and old nodes ?
follower with new
caiconghui edited a comment on pull request #7773:
URL: https://github.com/apache/incubator-doris/pull/7773#issuecomment-1014440058
> Have you test this in a cluster that have new and old nodes ?
> Have you test this in a cluster that have new and old nodes ?
follower w
caiconghui edited a comment on pull request #7773:
URL: https://github.com/apache/incubator-doris/pull/7773#issuecomment-1014440058
> Have you test this in a cluster that have new and old nodes ?
follower with new version,master with older version,I test forward function,
but not tes
HappenLee merged pull request #7778:
URL: https://github.com/apache/incubator-doris/pull/7778
--
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: comm
HappenLee closed issue #:
URL: https://github.com/apache/incubator-doris/issues/
--
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-u
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 778fa8d [Vectorized](improving) (exec) optimize VDataStreamSender's
send() performance #7747 (#7751
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from c86d691 [Vectorized][Bug] Fix bug of repeated node resize and compile
failed (#7778)
add 66b3b
HappenLee merged pull request #7780:
URL: https://github.com/apache/incubator-doris/pull/7780
--
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: comm
HappenLee closed pull request #7763:
URL: https://github.com/apache/incubator-doris/pull/7763
--
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: comm
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
omit 66b3b1d [Vectorized](compile) Fix compile error and warning (#7780)
omit c86d691 [Vectorized][B
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit a33b2ac2d1027e7c3c00c2a0d36276dd1b54df33
Author: HappenLee
AuthorDate: Fri Dec 31 00:37:54 2021 -0600
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 45286430724bfecaf73407f15c427aae6bd417e3
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jan 5 16:13:38 20
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 24e1d64a6b26be2f97477d39d87caed8ee0f5f8e
Author: HappenLee
AuthorDate: Wed Jan 5 23:56:22 2022 -0600
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit acb63c749cff8b323cf9efca8cf47ddb171aecd0
Author: Pxl <952130...@qq.com>
AuthorDate: Mon Jan 10 10:52:44 2
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 345c119510602110275a698e64f76f7e2f058065
Author: Pxl <952130...@qq.com>
AuthorDate: Fri Jan 7 14:57:20 20
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit ffdc9fc9be28ae94671916f06e4fd5f219707e93
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jan 12 17:08:09 2
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 8b8210433eeeb0fbfc20b39520188d2e23892767
Author: thinker
AuthorDate: Mon Jan 10 20:28:21 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit a9d9c02a2fefc16c0eccc572626fac8b58a64d70
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jan 12 15:55:58 2
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit cc451e7126235327872f1d043ce41d09460fbd79
Author: Pxl <952130...@qq.com>
AuthorDate: Fri Jan 7 15:04:55 20
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit a261538948f61f9b38c4e4d906bd9254bbae07b4
Author: thinker
AuthorDate: Thu Jan 6 00:12:17 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 0a68fc3138057d536cae16e0c4052469cdd2c76e
Author: Zeno Yang
AuthorDate: Mon Jan 17 16:54:40 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 20619e795832ca6947a32787f7f8937f5c6d0411
Author: lihaopeng
AuthorDate: Thu Jan 13 17:27:07 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 8a1a6126b4c387eaa678f4a65e773d795e021f0a
Author: Zeno Yang
AuthorDate: Mon Jan 17 20:27:13 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 41b165cbf10b39ec41f63958e2332aa1d5b8fc5d
Author: Pxl <952130...@qq.com>
AuthorDate: Thu Jan 6 18:57:05 20
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 5779e9b580d8c4b80e9f3f677974d1b05ee4215a
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jan 5 20:11:07 20
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 5f52c04d62be933c6b1f377db862989a19574778
Author: HappenLee
AuthorDate: Tue Jan 4 06:45:32 2022 -0600
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 9431a93dd623f76618c31921ea1f650ce6444a6a
Author: zhangstar333 <87313068+zhangstar...@users.noreply.github
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 1fc1c7005dccabdadeb0a5d2cd0cf0aa4871a3a8
Author: HappenLee
AuthorDate: Mon Jan 10 20:27:45 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit e4619d98a18952a24e2e3583d3ab82da2d0a1ba8
Author: thinker
AuthorDate: Fri Jan 7 15:37:35 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit ebdc0bac985b488fda6f1a29d1c09ceedfe5315a
Author: zhangstar333 <87313068+zhangstar...@users.noreply.github
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit da43e38a71ac7b5394e15d1d52ea055f50684f83
Author: HappenLee
AuthorDate: Thu Jan 6 21:52:51 2022 -0600
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit ae9d0cff0ad6aa59919eaa138307d619fffa9aeb
Author: Zeno Yang
AuthorDate: Sat Jan 8 01:00:43 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 990723c15b346f0838314e53c8138e574176a5b9
Author: zhangstar333 <87313068+zhangstar...@users.noreply.github
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 9f16ac2363f2777d55e7538eda2daee46df643b0
Author: Pxl <952130...@qq.com>
AuthorDate: Tue Jan 11 10:48:02 2
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit e23e332f75f6d1b3891c9adcd7ba85f9a89f765e
Author: wangbo <506340...@qq.com>
AuthorDate: Fri Jan 14 11:44:2
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 8760e644f4086809f214f0d105f0ae4492024ca6
Author: anneji-dev <85534151+anneji-...@users.noreply.github.com
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 30de672b2e45a83a95706a1f1f100054b436f33c
Author: HappenLee
AuthorDate: Thu Jan 13 13:34:29 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit f45d2a2144179bcc64b807a68f4a6befdc796383
Author: zuochunwei
AuthorDate: Mon Jan 17 17:10:24 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit b20b5b7e4310a91c6cb42a8cc1ba4c6850bd3af2
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jan 12 09:57:10 2
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit b634ea62bbdef860a5bafffb078e6f128bfaaaff
Author: HappenLee
AuthorDate: Mon Jan 17 20:11:26 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit f3ce1cba69aa27f8ae0af63451bab41d5048c367
Author: HappenLee
AuthorDate: Wed Jan 12 13:20:48 2022 +0800
zhengshengjun opened a new issue #7783:
URL: https://github.com/apache/incubator-doris/issues/7783
### 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
zhengshengjun opened a new pull request #7784:
URL: https://github.com/apache/incubator-doris/pull/7784
…ame host
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affe
HappenLee opened a new pull request #7785:
URL: https://github.com/apache/incubator-doris/pull/7785
# Proposed changes
Issue Number: close #6238
Co-authored-by: HappenLee
Co-authored-by: stdpain <34912776+stdp...@users.noreply.github.com>
Co-authored-by:
morningman commented on issue #7580:
URL:
https://github.com/apache/incubator-doris/issues/7580#issuecomment-1014511789
Related #6238
--
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 specifi
hf200012 opened a new pull request #7786:
URL: https://github.com/apache/incubator-doris/pull/7786
Add Amazon S3 support
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does
hf200012 closed pull request #7786:
URL: https://github.com/apache/incubator-doris/pull/7786
--
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: commi
hf200012 commented on pull request #7786:
URL: https://github.com/apache/incubator-doris/pull/7786#issuecomment-1014552582
Resubmit
--
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 c
hf200012 opened a new pull request #7787:
URL: https://github.com/apache/incubator-doris/pull/7787
Documentation corrections
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. D
morningman opened a new pull request #7788:
URL: https://github.com/apache/incubator-doris/pull/7788
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Fix the following bugs.
1. `column1` created a bitmap index.
2. `column1` has a lot index items
github-actions[bot] commented on pull request #7785:
URL: https://github.com/apache/incubator-doris/pull/7785#issuecomment-1014699158
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
morningman closed issue #6238:
URL: https://github.com/apache/incubator-doris/issues/6238
--
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-
morningman merged pull request #7785:
URL: https://github.com/apache/incubator-doris/pull/7785
--
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: com
zuochunwei closed pull request #7145:
URL: https://github.com/apache/incubator-doris/pull/7145
--
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: com
zuochunwei closed pull request #7695:
URL: https://github.com/apache/incubator-doris/pull/7695
--
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: com
yangzhg commented on a change in pull request #7788:
URL: https://github.com/apache/incubator-doris/pull/7788#discussion_r786370400
##
File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h
##
@@ -69,6 +69,9 @@ class OrdinalIndexReader {
// load and parse the index
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 946fa29 [improvement](broker) add
morningman closed issue #7498:
URL: https://github.com/apache/incubator-doris/issues/7498
--
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-
morningman merged pull request #7499:
URL: https://github.com/apache/incubator-doris/pull/7499
--
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: com
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 3494c89 [improvement](colocation)
morningman merged pull request #7656:
URL: https://github.com/apache/incubator-doris/pull/7656
--
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: com
morningman commented on pull request #7098:
URL: https://github.com/apache/incubator-doris/pull/7098#issuecomment-1015026898
link to #7575
--
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
morningman commented on pull request #7529:
URL: https://github.com/apache/incubator-doris/pull/7529#issuecomment-1015026994
link to #7575
--
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
yiguolei commented on pull request #7529:
URL: https://github.com/apache/incubator-doris/pull/7529#issuecomment-1015028794
I have two questions:
1. Shoud set the partition to freeze state to avoid insert data to cold
partitions?
2. How to deal with schema change for the data in S3?
github-actions[bot] commented on pull request #7787:
URL: https://github.com/apache/incubator-doris/pull/7787#issuecomment-1015033545
--
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
EmmyMiao87 commented on pull request #7787:
URL: https://github.com/apache/incubator-doris/pull/7787#issuecomment-1015034341
BTW, now our pr title is written in a fixed format and can be automatically
labeled.
For example, []() (#pr). The label will be
automatically
--
This is an a
hf200012 commented on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1015047945
#7680 Data export function supports exporting to db, kafka, etc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
hf200012 closed issue #7676:
URL: https://github.com/apache/incubator-doris/issues/7676
--
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-un
hf200012 commented on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1015048834
#7678 max_by, min_by aggregate function support
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
morningman merged pull request #7772:
URL: https://github.com/apache/incubator-doris/pull/7772
--
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: com
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 3494c89 [improvement](colocation) Add a new config to delay the
relocation of colocation group (#7656)
huligong1234 commented on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1015068122
looking forward to support decimal data type for create table as select
statement. (detailMessage = Unsupported type 'DECIMAL(9,0)' in create table as
select statemen
huligong1234 edited a comment on issue #7502:
URL:
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1015068122
support decimal data type for create table as select statement.
(detailMessage = Unsupported type 'DECIMAL(9,0)' in create table as select
statement)
--
Thi
1 - 100 of 111 matches
Mail list logo