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
The FileLocator trait supports finding a parent locator, and finding a 'relative' child locator, but it doesn't support enumeration of all children relative to the given FileLocator.
This is needed to support (say) a parquet 'multi-loader', which enumerates all the parquet files in a given directory and then reads them all.
The text was updated successfully, but these errors were encountered:
The FileLocator trait supports finding a parent locator, and finding a 'relative' child locator, but it doesn't support enumeration of all children relative to the given FileLocator.
This is needed to support (say) a parquet 'multi-loader', which enumerates all the parquet files in a given directory and then reads them all.
The text was updated successfully, but these errors were encountered: