apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

Remove some TODO comments related to context fetching schemas from scheduler #946

Closed andygrove closed 6 months ago

andygrove commented 6 months ago

Which issue does this PR close?

N/A

Rationale for this change

There were some TODO comments for a feature that I had been wanting to implement a long time ago, where a context could interact with a scheduler to get lists of files and resolve schemas, somewhat similar to Spark's new connect feature. I no longer plan on working on this, so we should remove these TODO comments.

What changes are included in this PR?

Remove some comments

Are there any user-facing changes?