Apache Doris 中文技术论坛
Questions Tags Users Badges

PipelineX 引擎,多BE节点环境下,由于fragment内部 local exchange的拆分,local shuffle 数据分发出现错乱,导致SQL结果错误。

Asked May 9 Modified Jan 1, 0001
Viewed 35
2.1
CREATE TABLE test1
   ( id VARCHAR(20), 
    c1 int
   )
ENGINE=OLAP
DUPLICATE KEY( id )
COMMENT "OLAP" 
DISTRIBUTED BY HASH( id ) BUCKETS  auto
PROPERTIES (
    "replication_num" = "1" 
);

insert into test1 values ('a',1);

SELECT c1 FROM test1 GROUP BY c1 HAVING  EXISTS(SELECT 1)   
INTERSECT  
SELECT c1 FROM test1;
edited Jan 1, 0001
Jaron1
asked May 9
1 Answers

错误的结果显示是啥呀?

edited Jan 1, 1970
Arch196
answered May 9
Related Questions
复杂SQL优化,请求协助
1 answers
doris2.1.4 Java服务实时查询超时[E1008]Reached timeout=30000ms @XX.XX.15.96:8060
1 answers
doris-manager-25.0.0,selectdb-doris-2.1.10- 。BE节点一直启动失败,报错信息如下,求助。
1 answers
Doris manager配置问题
Google Guava安全漏洞(CVE-2023-2976)
1 answers
Apache Commons 安全漏洞 (CVE-2025-48734)
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Doris 中文技术论坛.