Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PyExecutionPlan.plan public #156

Merged
merged 9 commits into from
Jan 28, 2023
Merged
Prev Previous commit
Next Next commit
upmerge
  • Loading branch information
andygrove committed Jan 27, 2023
commit b104959672e9b661559c44084613b70284a13158
4 changes: 0 additions & 4 deletions src/physical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
// specific language governing permissions and limitations
// under the License.

<<<<<<< HEAD
use datafusion::physical_plan::{displayable, ExecutionPlan};
=======
use datafusion::physical_plan::ExecutionPlan;
>>>>>>> apache/main
use std::sync::Arc;

use pyo3::prelude::*;
Expand Down