Skip to content

Commit d418224

Browse files
authored
Merge pull request #187 from julienrf/item-count-capacity
Increase the capacity of `itemCount`
2 parents 6b83463 + 24414bc commit d418224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrator/src/main/scala/com/scylladb/migrator/readers/DynamoDBS3Export.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ object DynamoDBS3Export {
171171
}
172172

173173
case class ManifestSummary(manifestFilesS3Key: String,
174-
itemCount: Int,
174+
itemCount: Long,
175175
exportType: Option[String],
176176
outputFormat: String)
177177
object ManifestSummary {

0 commit comments

Comments
 (0)