gemini-code-assist[bot] commented on code in PR #38349: URL: https://github.com/apache/beam/pull/38349#discussion_r3171756507
########## CHANGES.md: ########## @@ -69,6 +69,7 @@ ## New Features / Improvements +* Added support for setting disk provisioned IOPS and throughput in Dataflow runner via `--diskProvisionedIops` and `--diskProvisionedThroughputMibps` pipeline options (Java/Go) ([#37377](https://github.com/apache/beam/issues/37377)). Review Comment:  The issue number in the link appears to be incorrect. The pull request description and the context of the change suggest this refers to issue #37374, but the link here points to #37377. Please verify and correct the issue reference. ```suggestion * Added support for setting disk provisioned IOPS and throughput in Dataflow runner via `--diskProvisionedIops` and `--diskProvisionedThroughputMibps` pipeline options (Java/Go) ([#37374](https://github.com/apache/beam/issues/37374)). ``` -- 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]
