You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Propose adding native implementations for Spark SQL's nondeterministic functions:
The first step is to refactor
from_proto.rsintoplanner.rsasPhysicalPlanner, enabling it to support the passing ofSessionContextandTaskContextduring the conversion of Spark query plans to DataFusion query plans.Sub Tasks