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
In the upgrade from an apitools-based client GCSIO's batch methods needed to use the new GCS client Batch objects, which reported their responses differently from what Beam tends to expect. Transform the batch._responses field that they're currently returning into a tuple of the form (path, exception) for delete_batch and (src, dest, exception) for copy_batch. Then fix their usage in gcsfilesystem.py so that paths with be passed along with their exceptions, like the other methods in that file.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What needs to happen?
In the upgrade from an apitools-based client GCSIO's batch methods needed to use the new GCS client Batch objects, which reported their responses differently from what Beam tends to expect. Transform the batch._responses field that they're currently returning into a tuple of the form (path, exception) for delete_batch and (src, dest, exception) for copy_batch. Then fix their usage in gcsfilesystem.py so that paths with be passed along with their exceptions, like the other methods in that file.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: