apache / apache/auron

Convert CoalesceExec to native implementation.

Open
#2,090 2 comments 0 reactions 1 assignee Claimed by @guixiaowen View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
241
Avg merge
2d 12h
Merged PRs (30d)
21

Description

**Spark sql demo:**

select /*+ COALESCE(1) */ a, '123' from bigdata_qa.huohun_record_text_v3_2223444

**Physical Plan**

Coalesce 1
+- NativeProjectExec [a#0, 123 AS 123#2]
+- InputAdapter [#0]
+- NativeOrcScan bigdata_qa.huohun_record_text_v3_2223444 (FileScan orc bigdata_qa.huohun_record_text_v3_2223444[a#0] Batched: true, DataFilters: [], Format: ORC, Location: InMemoryFileIndex(1 paths)[hdfs://DClusterNmg8/user/prod_bigdata_qa/bigdata_qa/hive/bigdata_qa/ns..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct)

Convert CoalesceExec to native implementation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.