shunping commented on issue #31040: URL: https://github.com/apache/beam/issues/31040#issuecomment-2543440804
The range is determined by the size obtained from GCSIO (https://github.com/apache/beam/blob/d7502fa73b153a81d73bf5d658e1b6a7ae0747c6/sdks/python/apache_beam/io/gcp/gcsfilesystem.py#L339, https://github.com/apache/beam/blob/d7502fa73b153a81d73bf5d658e1b6a7ae0747c6/sdks/python/apache_beam/io/gcp/gcsio.py#L477), which in turn called GCS Python Client Library `google-cloud-storage`. The size property in the Blob object there comes from "Content-Length". (https://cloud.google.com/storage/docs/json_api/v1/objects)  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
