You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug in dataset_utils.fragments_to_dataset (#10)
This is due to unhashable content in pyarrow Schema when derived
from a pandas schema. Maybe don't try to use schemas as dict keys?