You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/03 14:42:44 UTC

[GitHub] [arrow-datafusion] timvw commented on pull request #2394: Issue 2393: Support glob patterns for files

timvw commented on PR #2394:
URL: https://github.com/apache/arrow-datafusion/pull/2394#issuecomment-1116182835

   Trying to find the location where to put tests to verify that globbing works:
   
   ctx.read_csv("globbedpath", CsvReadOptions::new()) -> should return data as expected
   ctx.register_csv("aggregate_test_100", "globbedpath", CsvReadOptions::new()) -> should return data as expected (when queried)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org