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
Is your feature request related to a problem? Please describe.
Remove references to Calcite in
join.pyand 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