yangzhg merged 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 above t
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 8a3eaee Update support batch delete s
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471988812
##
File path: be/src/common/config.h
##
@@ -265,6 +265,27 @@ namespace config {
CONF_mInt64(base_compaction_interval_seconds_since_last_opera
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471990440
##
File path: be/src/olap/cumulative_compaction_policy.h
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471991211
##
File path: be/src/olap/cumulative_compaction_policy.h
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-674835876
# Credits
@ZhangYu0123
@wfjcmcb
@Fullstop000
@sduzh
@Stalary
@worker24h
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471992521
##
File path: be/src/olap/cumulative_compaction_policy.h
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471993152
##
File path: be/src/olap/cumulative_compaction_policy.h
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
xy720 opened a new pull request #4383:
URL: https://github.com/apache/incubator-doris/pull/4383
## Proposed changes
#4346 #4203
This cl will use yarn command as follows to kill or get status of
application running on YARN.
```
yarn --config confdir application <-kill |
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471994484
##
File path: be/src/olap/cumulative_compaction_policy.h
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r471996935
##
File path: be/src/olap/olap_server.cpp
##
@@ -277,6 +281,27 @@ void*
StorageEngine::_disk_stat_monitor_thread_callback(void* arg) {
retur
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 8a3eaee Update support batch delete storage design document (#4234)
add 38a2a7a [Bug] Fix bug th
morningman closed issue #4323:
URL: https://github.com/apache/incubator-doris/issues/4323
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
morningman merged pull request #4324:
URL: https://github.com/apache/incubator-doris/pull/4324
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 #4344:
URL: https://github.com/apache/incubator-doris/issues/4344
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
morningman merged pull request #4345:
URL: https://github.com/apache/incubator-doris/pull/4345
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 e251080 [Bug][MemTracker] Cleanup
morningman merged pull request #4327:
URL: https://github.com/apache/incubator-doris/pull/4327
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from e251080 [Bug][MemTracker] Cleanup the mem tracker's constructor to
avoid wrong usage (#4345)
add
morningman opened a new issue #4384:
URL: https://github.com/apache/incubator-doris/issues/4384
**Describe the bug**
1. create a table with segment v2 format
2. load data with spark load
3. the rowset with version [2-2] is with storage format SegmentV1, which is
expected to be V2.
morningman opened a new issue #4385:
URL: https://github.com/apache/incubator-doris/issues/4385
**Describe the bug**
The `tablet_type` in tablet meta should be `TABLET_TYPE_DISK`.
But it is set to `TABLET_TYPE_MEMORY`
T
morningman opened a new issue #4386:
URL: https://github.com/apache/incubator-doris/issues/4386
**Is your feature request related to a problem? Please describe.**
SInce the Segment V2 has been released for a long time, we should make it as
default storage format for newly created tab
morningman opened a new pull request #4387:
URL: https://github.com/apache/incubator-doris/pull/4387
## Proposed changes
SInce the Segment V2 has been released for a long time, we should make it as
default storage format for newly created table.
This CL mainly changes:
1. F
HangyuanLiu opened a new pull request #4388:
URL: https://github.com/apache/incubator-doris/pull/4388
## Proposed changes
In the process of historical data transformation of materialized views, it
may occur that the transformation fails due to data quality.
Add an error status co
imay commented on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675370532
> > Not intended to interfere, just curious about how many improvements can
be achieved from this PR, are there any benchmarks?
>
> In my develop computure, when enco
HappenLee opened a new pull request #4389:
URL: https://github.com/apache/incubator-doris/pull/4389
issue:#4376
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
res
EmmyMiao87 commented on pull request #4253:
URL: https://github.com/apache/incubator-doris/pull/4253#issuecomment-675379372
`To compatibility with the old rollup logic, the syntax "DROP MATERIALIZED
VIEW [ IF EXISTS ] [db_name].< mv_name > FROM [db].[table]" has been added`
Both FROM and
EmmyMiao87 commented on pull request #4253:
URL: https://github.com/apache/incubator-doris/pull/4253#issuecomment-675380536
The syntax of `SHOW`, `ALTER`, `DROP` should be consistent
This is an automated message from the Apac
shuaijinchao opened a new issue #4390:
URL: https://github.com/apache/incubator-doris/issues/4390
`Email` is an important communication method in the `Apache` project. I
think the way to subscribe to the developer mailing list should be put in the
README so that more people can see and par
shuaijinchao opened a new pull request #4391:
URL: https://github.com/apache/incubator-doris/pull/4391
## Proposed changes
FIX #4390
## Types of changes
- [x] Documentation Update (increase mailing list subscription method)
## Checklist
- [x] I have create
morningman commented on a change in pull request #4378:
URL: https://github.com/apache/incubator-doris/pull/4378#discussion_r472084694
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -3973,43 +3974,55 @@ public static void getDdlStmt(Table tab
ZhangYu0123 commented on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675405126
> > > Not intended to interfere, just curious about how many improvements
can be achieved from this PR, are there any benchmarks?
> >
> >
> > In my develop
stalary commented on a change in pull request #4378:
URL: https://github.com/apache/incubator-doris/pull/4378#discussion_r472088500
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -3973,43 +3974,55 @@ public static void getDdlStmt(Table table,
morningman commented on a change in pull request #4383:
URL: https://github.com/apache/incubator-doris/pull/4383#discussion_r472090745
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/loadv2/YarnApplicationReport.java
##
@@ -0,0 +1,121 @@
+// Licensed to the Apache
yangzhg commented on a change in pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212#discussion_r472006650
##
File path: be/src/olap/cumulative_compaction_policy.h
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
EmmyMiao87 commented on a change in pull request #4253:
URL: https://github.com/apache/incubator-doris/pull/4253#discussion_r472123863
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/DropMaterializedViewStmt.java
##
@@ -38,38 +43,91 @@
*/
public class DropM
morningman opened a new pull request #4392:
URL: https://github.com/apache/incubator-doris/pull/4392
In PR #4255, I missed to remove some code
This is an automated message from the Apache Git Service.
To respond to the messag
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r472246168
##
File path:
fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java
##
@@ -0,0 +1,215 @@
+// Licensed to the Apache Software Fo
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r472259742
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java
##
@@ -0,0 +1,450 @@
+// Licensed to the Apache Software Foun
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r472266869
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -575,6 +583,78 @@ private void handleSetStmt() {
cont
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r472277065
##
File path:
fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionRange.java
##
@@ -0,0 +1,596 @@
+// Licensed to the Apache Software Fo
morningman merged pull request #4212:
URL: https://github.com/apache/incubator-doris/pull/4212
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 dc3ed1c [Compaction]Compaction rul
HangyuanLiu commented on a change in pull request #4253:
URL: https://github.com/apache/incubator-doris/pull/4253#discussion_r472590847
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/DropMaterializedViewStmt.java
##
@@ -38,38 +43,91 @@
*/
public class Drop
This is an automated email from the ASF dual-hosted git repository.
lingmiao 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 f924282 Support udaf_orthogonal_bitm
EmmyMiao87 merged pull request #4198:
URL: https://github.com/apache/incubator-doris/pull/4198
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
marising commented on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-675815496
Please merge the feature:
[Feature][Cache] Doris caches query results based on partition #2581
LiHaibo 2020-8-19
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r472609245
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -575,6 +583,78 @@ private void handleSetStmt() {
cont
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r472611199
##
File path:
fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionRange.java
##
@@ -0,0 +1,596 @@
+// Licensed to the Apache Software Fo
stalary closed pull request #4378:
URL: https://github.com/apache/incubator-doris/pull/4378
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
stalary commented on pull request #4393:
URL: https://github.com/apache/incubator-doris/pull/4393#issuecomment-675820778
The previous branch did not work properly, so I recreated PR. @morningman
This is an automated message
stalary opened a new pull request #4393:
URL: https://github.com/apache/incubator-doris/pull/4393
## Proposed changes
dynamic_partition.replication_num default is replication_num, but show
create table show -1
## Types of changes
What types of changes does your code introdu
EmmyMiao87 commented on a change in pull request #4375:
URL: https://github.com/apache/incubator-doris/pull/4375#discussion_r472626637
##
File path:
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -556,6 +556,10 @@ private void addColumnInternal(
HappenLee opened a new issue #4394:
URL: https://github.com/apache/incubator-doris/issues/4394
## Motivation
At present, Doris support 3 type join: **shuffle join**, **broadcast
join**, **colocate join**.
Except colocate join,another join will lead to a lot of network consumption.
54 matches
Mail list logo