apache / apache/auron

[EPIC] Support nondetermenistic expressions

Open
#1,833 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
241
Avg merge
2d 14h
Merged PRs (30d)
22

Description

Propose adding native implementations for Spark SQL's nondeterministic functions:
```
monotonically_increasing_id()
rand()
randn()
spark_partition_id()
```

The first step is to refactor `from_proto.rs` into `planner.rs` as `PhysicalPlanner`, enabling it to support the passing of `SessionContext` and `TaskContext` during the conversion of Spark query plans to DataFusion query plans.


## Sub Tasks

- [x] #1871
- [x] #1888
- [x] #1889
- [ ] #1890
- [x] #1891

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.