Fix a bug in GcsFileSystem that inconsistent read error may not be revealed if
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 18 Apr 2018 22:02:44 +0000 (15:02 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 18 Apr 2018 22:08:19 +0000 (15:08 -0700)
commita655d1670c264652efc42c1b12565232e22b8b84
tree1351c5864413f0a88ddee82d4f6b514c77b5fd9d
parentd964834a922e77198fd387aac6c6cc5970a31e7d
Fix a bug in GcsFileSystem that inconsistent read error may not be revealed if
the requested read size is larger than the block size.

PiperOrigin-RevId: 193422905
tensorflow/core/platform/cloud/gcs_file_system.cc
tensorflow/core/platform/cloud/gcs_file_system_test.cc