EmmyMiao87 opened a new pull request #3150: Support non-correlated subquery in
having clause
URL: https://github.com/apache/incubator-doris/pull/3150
This commit support the non-correlated subquery in having clause.
For example:
select k1, sum(k2) from table group by k1 having sum(k2)
EmmyMiao87 closed pull request #3150: Support non-correlated subquery in having
clause
URL: https://github.com/apache/incubator-doris/pull/3150
This is an automated message from the Apache Git Service.
To respond to the mess
morningman opened a new issue #3194: [Bug] unix_timestamp() core when passing
"-01-01"
URL: https://github.com/apache/incubator-doris/issues/3194
**To Reproduce**
```
create table tbl1 (k1 date, k2 datetime) distributed by hash(k1) buckets 5
properties("replication_num" = "1"
WingsGo opened a new pull request #3193: [Dynamic Partition]Uniform dynamic
partition name
URL: https://github.com/apache/incubator-doris/pull/3193
For #3192
This is an automated message from the Apache Git Service.
To respo
WingsGo opened a new issue #3192: [Dynamic Partition]Uniform partition
range&&name format
URL: https://github.com/apache/incubator-doris/issues/3192
When user use datetime as range partition key, it may cause some problem
,such as:
errCode = 2, detailMessage = Range [types: [DATETIM
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to annotated tag 0.12.0-rc01
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
*** WARNING: tag 0.12.0-rc01 was modified! ***
from 27c4143 (commit)
to 8d02860 (tag)
t
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 5e08725b2180a9a3dfcdd5ac63231bf8eb31a214
Author: EmmyMiao87 <522274...@qq.com>
AuthorDate: Mon Mar 23 1
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
at 5e08725 Revert "Remove deep copy when doing hash table EvalRow
(#3171)" (#3173)
This branch incl
xy720 opened a new issue #3190: Support deleteV2
URL: https://github.com/apache/incubator-doris/issues/3190
Our current DELETE strategy reuses the LoadChecker framework. The
LoadChecker poll all jobs to run them and then update their state in every 5
seconds. But actually, the DELETE jobs
xy720 opened a new pull request #3191: DeleteV2
URL: https://github.com/apache/incubator-doris/pull/3191
#3190
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
vinson0526 commented on a change in pull request #3186: Support convert Arrow
data to RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397592284
##
File path:
extension/spark-doris-connector/src/main/java/org/apa
vinson0526 commented on a change in pull request #3186: Support convert Arrow
data to RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397590368
##
File path:
extension/spark-doris-connector/src/main/java/org/apa
vinson0526 commented on a change in pull request #3186: Support convert Arrow
data to RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397590368
##
File path:
extension/spark-doris-connector/src/main/java/org/apa
wangbo opened a new pull request #3090: (#3088) Support Java version 64 bits
Integers for BITMAP type
URL: https://github.com/apache/incubator-doris/pull/3090
#3088
Fork from roaringbitmap's Roaring64NavigableMap,overwrite
serialize/deserialize method to keep compatibility with be's bit
wangbo closed pull request #3090: (#3088) Support Java version 64 bits Integers
for BITMAP type
URL: https://github.com/apache/incubator-doris/pull/3090
This is an automated message from the Apache Git Service.
To respond to
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397577884
##
File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java
##
@@ -43,62 +
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397577244
##
File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java
##
@@ -43,62 +
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397576967
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -1438,6 +1
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397577244
##
File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java
##
@@ -43,62 +
Youngwb commented on a change in pull request #3186: Support convert Arrow
data to RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397576594
##
File path:
extension/spark-doris-connector/src/main/java/org/apache
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397575808
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -974,16 +1
morningman merged pull request #3081: [Dynamic Partition] Support for
automatically drop partitions
URL: https://github.com/apache/incubator-doris/pull/3081
This is an automated message from the Apache Git Service.
To respon
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 e794bb6 [BUG] Make default result ordering of SHOW PARTITIONS
statement be consist with 0.11 (#3184)
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397274017
##
File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java
##
@@ -43,62 +4
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397273194
##
File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java
##
@@ -43,62 +4
morningman opened a new pull request #3189: [Code Refactor] Using block manager
to unify the data file access.
URL: https://github.com/apache/incubator-doris/pull/3189
Earlier we introduced `BlockManager` to separate data access logic from
underlying file read and write logic.
Thi
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397263620
##
File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java
##
@@ -43,62 +4
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397259275
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -1438,6 +14
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397255334
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -974,16 +10
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397250060
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -839,19 +86
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397245174
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -95,13 +95,
wutiangan commented on a change in pull request #3150: Support non-correlated
subquery in having clause
URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397235776
##
File path: fe/src/main/java/org/apache/doris/analysis/Expr.java
##
@@ -1462,6 +1462,18
wuyunfeng commented on a change in pull request #3186: Support convert Arrow
data to RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397206105
##
File path:
extension/spark-doris-connector/src/main/java/org/apac
wuyunfeng commented on a change in pull request #3186: Support convert Arrow
data to RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397206105
##
File path:
extension/spark-doris-connector/src/main/java/org/apac
Seaven commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r397139828
##
File path: be/src/plugin/plugin_loader.cpp
##
@@ -0,0 +1,194 @@
+// Licensed to the Apache Software Foundat
EmmyMiao87 opened a new pull request #3150: Support non-correlated subquery in
having clause
URL: https://github.com/apache/incubator-doris/pull/3150
This commit support the non-correlated subquery in having clause.
For example:
select k1, sum(k2) from table group by k1 having sum(k2)
yangzhg opened a new pull request #3188: fix join hints not work when need
table reorder
URL: https://github.com/apache/incubator-doris/pull/3188
1 fix join hints not work when need table reorder, this bug is described in
#3187
2 fix cross join node does not implement `computeStats`, th
yangzhg opened a new issue #3187: JOIN HITS not work when table reordered
URL: https://github.com/apache/incubator-doris/issues/3187
**Describe the bug**
in hash join clasue, when tables needed to be reorderd, the join hint will
not work
**To Reproduce**
Steps to reproduce the
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to
v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603169443
> Yes,But currently there is a transition state and a `__doris_v2` type
schema change job,
morningman commented on issue #3183: It's dangerous to convert from segmentV1
to v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603164500
Yes,But currently there is a transition state and a `__doris_v2` type schema
change job,
trueeyu edited a comment on issue #3183: It's dangerous to convert from
segmentV1 to v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603162512
> > Nice.
> > FE may not know the segment format of a table. So maybe you need jus
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to
v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603162512
> > Nice.
> > FE may not know the segment format of a table. So maybe you need just
let
wuyunfeng commented on issue #3186: Support convert Arrow data to RowBatch
asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186#issuecomment-603162024
Great! @vinson0526 Can you give a review?
---
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to
v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603161581
> Nice.
> FE may not know the segment format of a table. So maybe you need just let
the
morningman commented on issue #3183: It's dangerous to convert from segmentV1
to v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603155030
Nice.
FE may not know the segment format of a table. So maybe you need just let
the a
Youngwb opened a new pull request #3186: Support convert Arrow data to
RowBatch asynchronously in Spark-Doris-Connector
URL: https://github.com/apache/incubator-doris/pull/3186
Currently, in the Spark-Doris-Connector, when Spark iteratively obtains each
row of data, it needs to synchronou
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to
v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603144189
> @trueeyu Hi, are you willing to submit a PR for this?
OK! I will fix it
--
morningman commented on issue #3183: It's dangerous to convert from segmentV1
to v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603139652
@trueeyu Hi, are you willing to submit a PR for this?
--
EmmyMiao87 closed pull request #3150: Support non-correlated subquery in having
clause
URL: https://github.com/apache/incubator-doris/pull/3150
This is an automated message from the Apache Git Service.
To respond to the mess
morningman opened a new issue #3185: [Query] Questions about hash distribution
prunner.
URL: https://github.com/apache/incubator-doris/issues/3185
**Describe the bug**
1. First to create a table with distribution key type `DATE`
```
create table tbl5 (k1 date, k2 int) distributed b
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 e794bb6 [BUG] Make default result
morningman merged pull request #3184: [BUG] Make default result ordering of
SHOW PARTITIONS be consist with 0.11
URL: https://github.com/apache/incubator-doris/pull/3184
This is an automated message from the Apache Git Servi
gaodayue commented on issue #3183: It's dangerous to convert from segmentV1 to
v2 automatic when create bitmap index
URL:
https://github.com/apache/incubator-doris/issues/3183#issuecomment-603078922
+1 It makes sense to report error when creating bitmap index on v1 table.
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396937579
##
File path: be/src/plugin/plugin_mgr.h
##
@@ -0,0 +1,69 @@
+// Licensed to the Apache Software Foundatio
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396936407
##
File path: gensrc/thrift/MasterService.thrift
##
@@ -84,6 +89,8 @@ struct TReportRequest {
// the
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396931141
##
File path: be/src/plugin/plugin_loader.cpp
##
@@ -0,0 +1,194 @@
+// Licensed to the Apache Software Fou
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396928032
##
File path: be/src/plugin/plugin_mgr.cpp
##
@@ -0,0 +1,162 @@
+// Licensed to the Apache Software Founda
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396928822
##
File path: be/src/plugin/plugin_mgr.cpp
##
@@ -0,0 +1,162 @@
+// Licensed to the Apache Software Founda
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396927988
##
File path: be/src/plugin/plugin_mgr.cpp
##
@@ -0,0 +1,162 @@
+// Licensed to the Apache Software Founda
morningman commented on a change in pull request #2618: Add BE plugin framework
(#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396936273
##
File path: gensrc/thrift/AgentService.thrift
##
@@ -279,6 +294,8 @@ struct TAgentTaskRequest {
24:
60 matches
Mail list logo