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

refactor: port get_scan_files to Ballista #877

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Sep 8, 2023

Which issue does this PR close?

Related to apache/datafusion#7357

Rationale for this change

We are sorting out how to split up DataFusion into smaller modules, and we hit apache/datafusion#7357

There is a tension between knowing about datasources and separating out physical plan and datasources (see commentary on apache/datafusion#7357 and linked PRs).

We thus propose to move this API upstream into Ballista. See apache/datafusion#7487

What changes are included in this PR?

  1. Move this API upstream into Ballista: Remove get_scan_files and ExecutionPlan::file_scan_config (#7357) datafusion#7487

Are there any user-facing changes?

No

@@ -39,7 +39,6 @@ use ballista_core::serde::protobuf::{
use ballista_core::serde::scheduler::{ExecutorData, ExecutorMetadata};
use ballista_core::serde::BallistaCodec;
use dashmap::DashMap;
use datafusion::datasource::physical_plan::get_scan_files;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The point of this PR is to remove this dependency (so we can remove it from DataFusion)

@alamb alamb merged commit 479208b into apache:main Sep 15, 2023
@alamb
Copy link
Contributor Author

alamb commented Sep 15, 2023

Thanks @Dandandan

@alamb alamb deleted the alamb/remove_need_for_ifle branch September 15, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants