You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/08/13 23:13:42 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #377: Add FindFiles helper API

rdblue opened a new pull request #377: Add FindFiles helper API
URL: https://github.com/apache/incubator-iceberg/pull/377
 
 
   This adds `FindFiles`, a helper API for working with files in a table. This API is an alternative to building a scan and calling `planFiles`. Using a scan returns `FileScanTask` instead of `DataFile` instances and send a scan notification, which may not be useful when inspecting a table's files.
   
   This is intended to be used for inspecting a table's contents without needing a scan. For example, a merge process could use this API to locate files under a certain size in a partition to merge.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org