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

Support multiple paths for ListingTableScanNode #75

Closed
Ted-Jiang opened this issue Jun 25, 2022 · 0 comments
Closed

Support multiple paths for ListingTableScanNode #75

Ted-Jiang opened this issue Jun 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Ted-Jiang
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
After support apache/datafusion#2775
We could support multiple paths in ListingTableScanNode for ballista.

Describe the solution you'd like
update datafusion in ballista and change

message ListingTableScanNode {
  string table_name = 1;
  string path = 2;
  string file_extension = 3;

to

message ListingTableScanNode {
  string table_name = 1;
  repeated string path = 2;
  string file_extension = 3;
  ProjectionColumns projection = 4;

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@Ted-Jiang Ted-Jiang added the enhancement New feature or request label Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants