Skip to content

Commit f111a91

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 3893 b: refs/heads/pubsub-alpha c: 81278d6 h: refs/heads/master i: 3891: 2e632ac
1 parent e4ccfaf commit f111a91

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 8785cc5c7c23f1ef3c369b0c5423a9e1780f6caa
5+
refs/heads/pubsub-alpha: 81278d68431a33f65a973e108f7914b3511fd097
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/gcloud-java-bigquery/src/main/java/com/google/cloud/bigquery/QueryStage.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ public String toString() {
373373

374374
@Override
375375
public int hashCode() {
376-
return Objects.hash(computeRatioAvg, computeRatioMax, generatedId, name, readRatioAvg, readRatioMax,
377-
recordsRead, recordsWritten, steps, waitRatioAvg, waitRatioMax, writeRatioAvg);
376+
return Objects.hash(computeRatioAvg, computeRatioMax, generatedId, name, readRatioAvg,
377+
readRatioMax, recordsRead, recordsWritten, steps, waitRatioAvg, waitRatioMax,
378+
writeRatioAvg);
378379
}
379380

380381
@Override

0 commit comments

Comments
 (0)