Closed hdoupe closed 4 years ago
This PR fixes the order for:
params.dump()
use_state
params.clear_state()
OrderedSchema
cc @Peter-Metz
Pinging myself to get #115 wrapped up this week.
Test failed due to GH rate limit. If this continues, I'll update the CI to skip this test since this is something that fsspec should already cover.
This PR fixes the order for:
params.dump()
use_state
kwarg to easily dump without having to runparams.clear_state()
beforehand.OrderedSchema
cc @Peter-Metz