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
We do an extra listStatus call for every FS.open() call, in CachingInputStream creation, to get the fileSize and lastModifiedDate. This increase the api calls to clouds and can mean additional costs. We can avoid this by serializing this information into filePath when creating the FileStatus at coordinator.
The text was updated successfully, but these errors were encountered:
We do an extra listStatus call for every FS.open() call, in CachingInputStream creation, to get the fileSize and lastModifiedDate. This increase the api calls to clouds and can mean additional costs. We can avoid this by serializing this information into filePath when creating the FileStatus at coordinator.
The text was updated successfully, but these errors were encountered: