Attempt #2 at fixing Windows test errors in snapshot dataset.

PiperOrigin-RevId: 253701905
This commit is contained in:
Frank Chen 2019-06-17 18:16:57 -07:00 committed by TensorFlower Gardener
parent 7051c6432e
commit 6982da07f3

View File

@ -48,7 +48,7 @@ namespace {
enum SnapshotMode { READER = 0, WRITER = 1, PASSTHROUGH = 2 };
// Defaults to 10 GiB per shard.
const int64 kDefaultShardSizeBytes = 10L * 1024 * 1024 * 1024;
const int64 kDefaultShardSizeBytes = 10LL * 1024 * 1024 * 1024;
const size_t kHeaderSize = sizeof(uint64);