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

fix: Making ManifestEntry API public #282

Closed
a-agmon opened this issue Mar 18, 2024 · 1 comment · Fixed by #284
Closed

fix: Making ManifestEntry API public #282

a-agmon opened this issue Mar 18, 2024 · 1 comment · Fixed by #284

Comments

@a-agmon
Copy link
Contributor

a-agmon commented Mar 18, 2024

According to the original design, FileScanTask can be transformed to arrow record batch stream for query purposes, however, there are cases in which consumers or API users will be interested in accessing file metadata for different purposes such as using the table with other query engines (that require a list of file paths), or for monitoring purpose to track the table health.

@a-agmon a-agmon changed the title Making FileScanTask data_file APi public fix: Making FileScanTask data_file APi public Mar 18, 2024
@a-agmon
Copy link
Contributor Author

a-agmon commented Mar 18, 2024

WIP on this

@a-agmon a-agmon changed the title fix: Making FileScanTask data_file APi public fix: Making ManifestEntry API public Mar 19, 2024
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 a pull request may close this issue.

1 participant