bambadiouf1 commented on code in PR #37377:
URL: https://github.com/apache/beam/pull/37377#discussion_r3127636344


##########
sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go:
##########
@@ -57,8 +57,10 @@ type JobOptions struct {
        NoUsePublicIPs      bool
        NumWorkers          int64
        DiskSizeGb          int64
-       DiskType            string
-       MachineType         string
+       DiskType                       string
+       DiskProvisionedIops            int64
+       DiskProvisionedThroughputMibps int64
+       MachineType                    string

Review Comment:
   Thanks, Danny! I ran `got fmt` and the all format fixes have been applied :).



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