Astralidea commented on issue #4402:
URL:
https://github.com/apache/incubator-doris/issues/4402#issuecomment-678594853
@lambgong 我简单写了个脚本,可以导出一个表的所有建表语句。 https://github.com/Astralidea/doris-tool
脚本也有问题我也可以改改。
This is an
chaoyli commented on issue #4426:
URL:
https://github.com/apache/incubator-doris/issues/4426#issuecomment-678583028
```
INSERT INTO t1 VALUES (true), (false);
```
```
select c0 from t1 where c0 = 0;
+--+
| c0 |
+--+
|0 |
+--+
```
---
chaoyli edited a comment on issue #4426:
URL:
https://github.com/apache/incubator-doris/issues/4426#issuecomment-678583028
```
INSERT INTO t1 VALUES (true), (false);
```
```
select c0 from t1 where c0 = 0;
+--+
| c0 |
+--+
|0 |
+--+
```
chaoyli commented on issue #4426:
URL:
https://github.com/apache/incubator-doris/issues/4426#issuecomment-678583069
You should set buckets > 2 to reproduce the bug.
This is an automated message from the Apache Git Service.
T
chaoyli opened a new issue #4426:
URL: https://github.com/apache/incubator-doris/issues/4426
```
CREATE TABLE t1 (c0 BOOLEAN NOT NULL )
AGGREGATE KEY (c0)
DISTRIBUTED BY HASH (c0)
buckets 3
properties("replication_num"="1") ;
```
--
ZhangYu0123 opened a new pull request #4425:
URL: https://github.com/apache/incubator-doris/pull/4425
## Proposed changes
- In base compaction, merge and delete deleted rows #4051.
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `
yangzhg closed issue #4398:
URL: https://github.com/apache/incubator-doris/issues/4398
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.
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 af2b749 make some readFields Deprecat
yangzhg merged pull request #4399:
URL: https://github.com/apache/incubator-doris/pull/4399
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
morningman merged pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310
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
kangkaisen commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r474720148
##
File path:
fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java
##
@@ -0,0 +1,215 @@
+// Licensed to the Apache Software
morningman merged pull request #4389:
URL: https://github.com/apache/incubator-doris/pull/4389
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 984006a [ODBC SCAN NODE] 2/4 Add T
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 5976395 [BUG] Remove the deduplication of LEFT SEMI/ANTI JOIN with
not equal predicate (#4417)
ad
morningman merged pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377
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
chaoyli closed issue #4418:
URL: https://github.com/apache/incubator-doris/issues/4418
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 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 5976395 [BUG] Remove the deduplica
chaoyli merged pull request #4417:
URL: https://github.com/apache/incubator-doris/pull/4417
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
kangkaisen commented on a change in pull request #4424:
URL: https://github.com/apache/incubator-doris/pull/4424#discussion_r474634686
##
File path:
fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java
##
@@ -361,13 +361,17 @@ private PlanFragment createHa
kangkaisen commented on a change in pull request #4424:
URL: https://github.com/apache/incubator-doris/pull/4424#discussion_r474634489
##
File path:
fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java
##
@@ -361,13 +361,17 @@ private PlanFragment createHa
wyb opened a new pull request #4424:
URL: https://github.com/apache/incubator-doris/pull/4424
Use broadcast join when users specify explicitly `[BROADCAST]` in queries.
This is an automated message from the Apache Git Service
ZhangYu0123 opened a new pull request #4423:
URL: https://github.com/apache/incubator-doris/pull/4423
## Proposed changes
Increase the config verification function in the config update interface.
Detail: #4422
## Types of changes
What types of changes does your code intro
ZhangYu0123 opened a new issue #4422:
URL: https://github.com/apache/incubator-doris/issues/4422
**Is your feature request related to a problem? Please describe.**
In the config update interface, the current implementation in be can not
check config when it has been updated.
**Des
ZhangYu0123 closed issue #4258:
URL: https://github.com/apache/incubator-doris/issues/4258
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
HappenLee opened a new pull request #4421:
URL: https://github.com/apache/incubator-doris/pull/4421
Fix DECHECK failed in mem_tracker and add some log when DECHECK failed
issue #4420
## Proposed changes
Describe the big picture of your changes here to communicate to the
mai
HappenLee opened a new issue #4420:
URL: https://github.com/apache/incubator-doris/issues/4420
**Describe the bug**
when we use sort node in DEBUG mode which will lead to core of BE.
 as "order count"
,sum(ws_ext_ship_cost) as "total shipping cost"
,sum(ws_net_profit) as "to
chaoyli edited a comment on issue #4418:
URL:
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099783
The right answer of query94 is
```
+-+-+--+
| order count | total shipping cost | total net profit |
+-
chaoyli edited a comment on issue #4418:
URL:
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099699
```
-- query 16
select
count(distinct cs_order_number) as "order count"
,sum(cs_ext_ship_cost) as "total shipping cost"
,sum(cs_net_profit) as "to
chaoyli edited a comment on issue #4418:
URL:
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099783
-- query 94
```
select
count(distinct ws_order_number) as "order count"
,sum(ws_ext_ship_cost) as "total shipping cost"
,sum(ws_net_profit) as "to
chaoyli edited a comment on issue #4418:
URL:
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099699
The right answer of query16 is
```
+-+-+--+
| order count | total shipping cost | total net profit |
+--
chaoyli commented on issue #4418:
URL:
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099783
```
order count total shipping cost total net profit
--- ---
3364554.35 -3979.35
```
-
chaoyli commented on issue #4418:
URL:
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099699
The right answer of query16 is
```
order count total shipping cost total net profit
--- ---
236 1062963.89
chaoyli opened a new issue #4418:
URL: https://github.com/apache/incubator-doris/issues/4418
TPCDS qualification query16 and query94 use LEFT SEMI/ANTI JOIN, but the
answer is wrong.
This is an automated message from the Apa
chaoyli opened a new pull request #4417:
URL: https://github.com/apache/incubator-doris/pull/4417
…predicate
```
SELECT *
FROM
(SELECT cs_order_number,
cs_warehouse_sk
FROM catalog_sales
WHERE cs_order_number = 125005
AND cs_warehouse_sk = 4
36 matches
Mail list logo