apilloud commented on code in PR #24295:
URL: https://github.com/apache/beam/pull/24295#discussion_r1028382745


##########
CHANGES.md:
##########
@@ -74,6 +74,10 @@
 
 * `ParquetIO.withSplit` was removed since splittable reading has been the 
default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading 
(Java)([#23832](https://github.com/apache/beam/issues/23832)).
+* `beam-sdks-java-extensions-google-cloud-platform-core` is no longer a
+  dependency of the Beam Portable SDK Harness. Some users of the portable 
runner

Review Comment:
   Done



##########
CHANGES.md:
##########
@@ -74,6 +74,10 @@
 
 * `ParquetIO.withSplit` was removed since splittable reading has been the 
default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading 
(Java)([#23832](https://github.com/apache/beam/issues/23832)).
+* `beam-sdks-java-extensions-google-cloud-platform-core` is no longer a
+  dependency of the Beam Portable SDK Harness. Some users of the portable 
runner
+  may have an undeclared dependency on this package, for example using gcs with
+  TextIO, and will now need to declare the dependency.

Review Comment:
   Done.



-- 
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]

Reply via email to