weizuo93 commented on pull request #5841:
URL: https://github.com/apache/incubator-doris/pull/5841#issuecomment-849392855
Please don't merge. there are some problems in UT, I will fix it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
acelyc111 commented on issue #5922:
URL:
https://github.com/apache/incubator-doris/issues/5922#issuecomment-849413595
What version you are using?
--
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
yangzhg merged pull request #5894:
URL: https://github.com/apache/incubator-doris/pull/5894
--
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.
For queries about this service
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 ba38973 use virtual hosted-style requ
morningman opened a new pull request #5926:
URL: https://github.com/apache/incubator-doris/pull/5926
## Proposed changes
1. The partitions set by the admin repair command are prioritized
to ensure that the tablets of these partitions can be repaired as soon as
possible.
geekxingyun opened a new issue #5927:
URL: https://github.com/apache/incubator-doris/issues/5927
When I run the command as below:
`sh build.sh`
It display forbidden download the tar, could you fixed the access ?
https://dl.bintray.com/boostorg/release/1.64.0/source/boos
DongTL opened a new issue #5928:
URL: https://github.com/apache/incubator-doris/issues/5928
我使用flinkCDC读取mysql多张表数据写入doris,
mysql中多张表数据共800+条,但doris中数据只有501条,分组查看结果如下:
+-+--+
| date | count(1) |
+-+--+
| 2021-01 | 135 |
| 2021-02 | 28 |
|
stdpain commented on issue #5927:
URL:
https://github.com/apache/incubator-doris/issues/5927#issuecomment-849526520
You can refer to the changes to `thirdparty/vars.sh` in this PR #5833
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
stdpain commented on pull request #5925:
URL: https://github.com/apache/incubator-doris/pull/5925#issuecomment-849527881
SegmentV1 will be deprecated in the future, so I don't think this change is
necessary.
Insisting on maintaining SegmentV1 will be a big burden in future
vectorization
yangmingjie2018 commented on issue #5928:
URL:
https://github.com/apache/incubator-doris/issues/5928#issuecomment-849529458
哥们 你跟我用的技术栈很相似,加个好友吧,我的微信号:yangmingjie2013
这种情况可能是长时间没有数据引起的,binlog的位移点消失;
--
This is an automated message from the Apache Git Service.
To respond to the mes
yangmingjie2018 commented on issue #5928:
URL:
https://github.com/apache/incubator-doris/issues/5928#issuecomment-849529734
跟doris关系不大
--
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
yangmingjie2018 opened a new issue #5929:
URL: https://github.com/apache/incubator-doris/issues/5929
例如:
create materialized view store_amt as select a.store_id, sum(sale_amt) from
sales_records a **join salerStore b on a.storeId = b.id** group by a.store_id;
--
This is an automat
mmjj opened a new issue #5930:
URL: https://github.com/apache/incubator-doris/issues/5930
请问预计什么版本可以支持存储过程?或者是否由此计划?
--
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.
For qu
morningman commented on a change in pull request #5880:
URL: https://github.com/apache/incubator-doris/pull/5880#discussion_r640546507
##
File path:
fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java
##
@@ -526,11 +530,23 @@ public synchronized void ad
xy720 opened a new issue #5931:
URL: https://github.com/apache/incubator-doris/issues/5931
**Describe the bug**
Sometimes export job will stuck in exporting state when it times out.
**To Reproduce**
Steps to reproduce the behavior:
1. start a export job and set a very short t
xy720 opened a new pull request #5932:
URL: https://github.com/apache/incubator-doris/pull/5932
## Proposed changes
Fix #5931
The reason is that sometime the method `coordinate.exec()` is not call when
the job is timeout, so that the query profile in this coordinate is not be
in
caiconghui commented on pull request #5925:
URL: https://github.com/apache/incubator-doris/pull/5925#issuecomment-849659166
> SegmentV1 will be deprecated in the future, so I don't think this change
is necessary.
> Insisting on maintaining SegmentV1 will be a big burden in future
vector
morningman merged pull request #5864:
URL: https://github.com/apache/incubator-doris/pull/5864
--
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.
For queries about this serv
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 ba38973 use virtual hosted-style request to access object store
(#5894)
add cbe1b48 [Docs] Fix t
morningman merged pull request #5865:
URL: https://github.com/apache/incubator-doris/pull/5865
--
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.
For queries about this serv
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 cbe1b48 [Docs] Fix typo in docs zh-CN CREATE TABLE.md (#5864)
add 3cb0174 [Doc] Fix demo in 'CREA
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 3cb0174 [Doc] Fix demo in 'CREATE TABLE' (#5865)
add 0f4a39f [LOG]Hiding stack info of memory exc
morningman merged pull request #5897:
URL: https://github.com/apache/incubator-doris/pull/5897
--
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.
For queries about this serv
morningman closed issue #5860:
URL: https://github.com/apache/incubator-doris/issues/5860
--
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.
For queries about this service,
morningman merged pull request #5896:
URL: https://github.com/apache/incubator-doris/pull/5896
--
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.
For queries about this serv
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 0f4a39f [LOG]Hiding stack info of memory exceed in the log (#5896)
add d958bbe [Bug] Fix the prob
morningman merged pull request #5901:
URL: https://github.com/apache/incubator-doris/pull/5901
--
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.
For queries about this serv
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 ce3ae76 [Bug] Bucket Shuffle Join
morningman closed issue #5900:
URL: https://github.com/apache/incubator-doris/issues/5900
--
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.
For queries about this service,
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 ce3ae76 [Bug] Bucket Shuffle Join may cause:Failed to send brpc
batch, Not connected to 0.0.0.0:0 (#59
morningman closed issue #5907:
URL: https://github.com/apache/incubator-doris/issues/5907
--
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.
For queries about this service,
morningman merged pull request #5908:
URL: https://github.com/apache/incubator-doris/pull/5908
--
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.
For queries about this serv
morningman merged pull request #5910:
URL: https://github.com/apache/incubator-doris/pull/5910
--
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.
For queries about this serv
morningman closed issue #5909:
URL: https://github.com/apache/incubator-doris/issues/5909
--
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.
For queries about this service,
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 aa17d40 [Bug-fix] Update correct d
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 f4ebac0 [BUG] BE core when FE get_
morningman merged pull request #5913:
URL: https://github.com/apache/incubator-doris/pull/5913
--
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.
For queries about this serv
morningman closed issue #5912:
URL: https://github.com/apache/incubator-doris/issues/5912
--
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.
For queries about this service,
morningman closed issue #5818:
URL: https://github.com/apache/incubator-doris/issues/5818
--
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.
For queries about this service,
morningman merged pull request #5916:
URL: https://github.com/apache/incubator-doris/pull/5916
--
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.
For queries about this serv
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 80f0b5f [BUG] Fix calculation erro
morningman merged pull request #5917:
URL: https://github.com/apache/incubator-doris/pull/5917
--
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.
For queries about this serv
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 a29dd42 [BUG][Document] Fix the bu
eyewire opened a new issue #5933:
URL: https://github.com/apache/incubator-doris/issues/5933
**Describe the bug**
docker build spark-doris-connector fail, error info is thrift command not
found
**To Reproduce**
Steps to reproduce the behavior:
1. docker image tag apa
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 c844e60 [BUG] Fix the bug of `Desc Qu
yangzhg closed issue #5920:
URL: https://github.com/apache/incubator-doris/issues/5920
--
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.
For queries about this service, ple
yangzhg merged pull request #5921:
URL: https://github.com/apache/incubator-doris/pull/5921
--
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.
For queries about this service
morningman commented on issue #5930:
URL:
https://github.com/apache/incubator-doris/issues/5930#issuecomment-850150603
No plan for this now...
--
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 th
morningman merged pull request #5793:
URL: https://github.com/apache/incubator-doris/pull/5793
--
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.
For queries about this serv
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 63c99eb [Cache][Enhancement] Assur
morningman commented on a change in pull request #5831:
URL: https://github.com/apache/incubator-doris/pull/5831#discussion_r641310036
##
File path: be/src/olap/version_graph.cpp
##
@@ -537,95 +560,58 @@ OLAPStatus
VersionGraph::capture_consistent_versions(const Version& spec_
51 matches
Mail list logo