Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
0.4.0
-
None
Description
When running against large collections sizes (20M+ documents), MongoDbIO fails to correctly parse the size element in the document returned by
db.runCommand({'collStats', 'collectionName'})
As the collection sizes grow larger, the returned value is in scientific notation which cannot be parsed as a Long.
Attachments
Issue Links
- links to