Skip to content

[DF] Port Join logic to Datafusion #460

@jdye64

Description

@jdye64

Is your feature request related to a problem? Please describe.
Remove references to Calcite in join.py and replace those references with correlating references to Datafusion. This also includes any base logic that might make use of Join syntax.

Describe the solution you'd like
Replace instances of Calcite LogicalJoin with instances of Datafusion Join and ensuring the result still behaves as expected.

Describe alternatives you've considered
None

Additional context
Success criteria means all pytests passing for test_join.py

Metadata

Metadata

Assignees

Labels

datafusionRelated to work in DataFusion

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions