rdblue opened a new pull request #801: Fix static tables when there are no 
snapshots.
URL: https://github.com/apache/incubator-iceberg/pull/801
 
 
   `BaseTableScan.planFiles` will return no splits if there is no current table 
snapshot. This isn't correct behavior for metadata tables like `snapshots` 
because there could be staged snapshots if the table is newly created and has a 
staged but not published snapshot. The fix is to bypass the default `planFiles` 
in `StaticTableScan`, which will return a static task anyway.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to