-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove ListingTable and FileScanConfig Unbounded #8540
Labels
Comments
AFAICT you are correct. I will consult with @metesynnada tomorrow to make sure about CSV options structs etc. and circle back. |
Deleting them would be logical. |
I think this would be a good first issue for anyone interested in helping clean up the codebase. It is well defined and there is consensus. I think it should be straightforward |
tustvold
added a commit
to tustvold/arrow-datafusion
that referenced
this issue
Dec 17, 2023
tustvold
added a commit
to tustvold/arrow-datafusion
that referenced
this issue
Dec 17, 2023
mustafasrepo
added a commit
that referenced
this issue
Dec 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem or challenge?
Following on from #7994 it should be possible to remove the unbounded stream support from ListingTable, as this is now provided by StreamTable.
@ozankabak @metesynnada Am I correct in thinking this?
Describe the solution you'd like
I would like to remove
FileScanConfig::infinite_source
and the corresponding options on CsvReadOptions, etc...Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: