MansiSingh17 commented on PR #37674: URL: https://github.com/apache/beam/pull/37674#issuecomment-3981822314
Hi @shunping , pushed fixes for both issues — CHUNK_SIZE was calling self._gcsIO().MAX_BATCH_OPERATION_SIZE but MAX_BATCH_OPERATION_SIZE is a module-level constant, updated to use gcsio.MAX_BATCH_OPERATION_SIZE directly. Also updated report_lineage to use a lazy import of gcsio so it doesn't fail when GCP deps aren't available. Could you take a look? -- 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]
