Skip to content

Conversation

@rdblue
Copy link
Contributor

@rdblue rdblue commented Feb 16, 2020

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.

@rdblue rdblue changed the title Fix static tables when there are no snapshots. Fix static tables when there is no current snapshot Feb 16, 2020
@rdblue
Copy link
Contributor Author

rdblue commented Feb 17, 2020

This conflicts with #803, so I've merged the fixes together. I'll close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant