Skip to content

Commit 6982da0

Browse files
Frank Chentensorflower-gardener
authored andcommitted
Attempt #2 at fixing Windows test errors in snapshot dataset.
PiperOrigin-RevId: 253701905
1 parent 7051c64 commit 6982da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/core/kernels/data/experimental/snapshot_dataset_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace {
4848
enum SnapshotMode { READER = 0, WRITER = 1, PASSTHROUGH = 2 };
4949

5050
// Defaults to 10 GiB per shard.
51-
const int64 kDefaultShardSizeBytes = 10L * 1024 * 1024 * 1024;
51+
const int64 kDefaultShardSizeBytes = 10LL * 1024 * 1024 * 1024;
5252

5353
const size_t kHeaderSize = sizeof(uint64);
5454

0 commit comments

Comments
 (0)