- 
                Notifications
    
You must be signed in to change notification settings  - Fork 72
 
Closed
Labels
datafusionRelated to work in DataFusionRelated to work in DataFusion
Description
Is your feature request related to a problem? Please describe.
Update all existing "Union" logic to replace Apache Calcite data structures with Apache Datafusion data structures.
Describe the solution you'd like
Replace instances of Calcite LogicalUnion with correlating instances of Datafusion Union. This includes any base classes, functions, members that might also rely on that logic.
Describe alternatives you've considered
None
Additional context
Success criteria is for all pytests in test_union.py to be passing
Metadata
Metadata
Assignees
Labels
datafusionRelated to work in DataFusionRelated to work in DataFusion