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
As per GCP docs, the GET method returns a datetime object serialized as UTC string, for the last update time. Thus, the implementation for GCS in storage.get returns a string for ['updated'].
The local filesystem implementation, however, returns a raw datetime object. This generates inconsistency for two concrete implementations of the same contract.
As per GCP docs, the GET method returns a datetime object serialized as UTC string, for the last update time. Thus, the implementation for GCS in storage.get returns a string for ['updated'].
The local filesystem implementation, however, returns a raw datetime object. This generates inconsistency for two concrete implementations of the same contract.
The issue was noticed in #4341
The text was updated successfully, but these errors were encountered: