Youngwb edited a comment on issue #3930:
URL:
https://github.com/apache/incubator-doris/issues/3930#issuecomment-654853902
According to @morningman @yangzhg 's suggest, I made some corrections
## name
use `sequence` column instead of `version` column for user understand easy.
ZhangYu0123 closed pull request #4234:
URL: https://github.com/apache/incubator-doris/pull/4234
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
marising commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465448762
##
File path: be/src/runtime/cache/result_node.cpp
##
@@ -0,0 +1,274 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mor
morningman opened a new pull request #4255:
URL: https://github.com/apache/incubator-doris/pull/4255
## Proposed changes
In some very special circumstances, such as code bugs, or human
misoperation, etc., all replicas of some tablets may be lost. In this case, the
data has been subs
marising commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465446439
##
File path: be/src/runtime/cache/result_node.h
##
@@ -0,0 +1,197 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
marising commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465446382
##
File path: be/src/runtime/exec_env_init.cpp
##
@@ -208,6 +215,10 @@ void ExecEnv::_init_buffer_pool(int64_t min_page_size,
}
void ExecEnv:
yangzhg edited a comment on issue #4051:
URL:
https://github.com/apache/incubator-doris/issues/4051#issuecomment-655317768
# Doris 支持批量删除设计文档
## 背景
目前Doris 支持broker load, routine load, stream load
等多种导入方式,对于数据的删除目前只能通过delete 语句进行删除,使用delete 语句的方式删除时,每执行一次delete
morningman opened a new issue #4254:
URL: https://github.com/apache/incubator-doris/issues/4254
**Is your feature request related to a problem? Please describe.**
In some very special circumstances, such as code bugs, or human
misoperation, etc., all replicas of some tablets may be l
EmmyMiao87 commented on issue #4252:
URL:
https://github.com/apache/incubator-doris/issues/4252#issuecomment-668944703
+ Alter
Alter materialized view on database.
The second question is that how to compatible with existing materialized
view and rollup logic.
For example,
marising commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465437803
##
File path: be/src/runtime/cache/result_node.cpp
##
@@ -0,0 +1,274 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mor
chaoyli merged pull request #4237:
URL: https://github.com/apache/incubator-doris/pull/4237
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 t
chaoyli closed issue #4238:
URL: https://github.com/apache/incubator-doris/issues/4238
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
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from bfb8c65 [Bug] Fix UT bug after making MemTracker shared (#4243)
add 120f30b [BUG] Using attacheme
marising commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465427004
##
File path: be/src/runtime/cache/result_cache.cpp
##
@@ -0,0 +1,257 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mo
kangkaisen commented on a change in pull request #4248:
URL: https://github.com/apache/incubator-doris/pull/4248#discussion_r464991814
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheBeProxy.java
##
@@ -0,0 +1,167 @@
+// Licensed to the Apache Software Fou
HangyuanLiu opened a new pull request #4253:
URL: https://github.com/apache/incubator-doris/pull/4253
FIX #4252
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
HangyuanLiu opened a new issue #4252:
URL: https://github.com/apache/incubator-doris/issues/4252
Consider that future materialized views may contain multiple tables
(currently limited to a single table).
The syntax associated with materialized views should not inherit from the
original
wutiangan commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465010938
##
File path: be/src/runtime/cache/result_cache.cpp
##
@@ -0,0 +1,257 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or m
imay commented on a change in pull request #4247:
URL: https://github.com/apache/incubator-doris/pull/4247#discussion_r465052989
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java
##
@@ -77,6 +77,7 @@
public static final ScalarType HLL = ScalarType.c
ZhangYu0123 opened a new pull request #4251:
URL: https://github.com/apache/incubator-doris/pull/4251
## Proposed changes
Add delete bitmap index and base operation. #4051
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the box
xinghuayu007 closed pull request #4247:
URL: https://github.com/apache/incubator-doris/pull/4247
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
morningman merged pull request #4243:
URL: https://github.com/apache/incubator-doris/pull/4243
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
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 bfb8c65 [Bug] Fix UT bug after mak
Fullstop000 opened a new pull request #4250:
URL: https://github.com/apache/incubator-doris/pull/4250
## Proposed changes
Fix the format in doris_storage_optimization.md
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the bo
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch support_batch_delete_in_fe
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/support_batch_delete_in_fe by
this push:
n
EmmyMiao87 opened a new pull request #4249:
URL: https://github.com/apache/incubator-doris/pull/4249
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
vagetablechicken commented on a change in pull request #4243:
URL: https://github.com/apache/incubator-doris/pull/4243#discussion_r464898707
##
File path: be/test/runtime/CMakeLists.txt
##
@@ -42,10 +42,11 @@ ADD_BE_TEST(fragment_mgr_test)
#ADD_BE_TEST(data_spliter_test)
#ADD
EmmyMiao87 commented on a change in pull request #4243:
URL: https://github.com/apache/incubator-doris/pull/4243#discussion_r464892521
##
File path: be/test/runtime/CMakeLists.txt
##
@@ -42,10 +42,11 @@ ADD_BE_TEST(fragment_mgr_test)
#ADD_BE_TEST(data_spliter_test)
#ADD_BE_TE
marising opened a new pull request #4248:
URL: https://github.com/apache/incubator-doris/pull/4248
## Proposed changes
1. Cache's abstract proxy class and BE's Cache implementation
2. Cache coordinator implemented by consistent hashing
#2581
## Types of changes
What types
morningman commented on pull request #4235:
URL: https://github.com/apache/incubator-doris/pull/4235#issuecomment-668427497
Could you please rebase the master to fix the ut compile error?
This is an automated message from the
morningman commented on pull request #4236:
URL: https://github.com/apache/incubator-doris/pull/4236#issuecomment-668422298
Could you please rebase the master to fix the ut compile error?
This is an automated message from the
31 matches
Mail list logo