You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few backlog items picked up from previous patches.
Support reading MongoDB Extended JSON and BSON files
Support real-world data
Optionally use a query instead of reading the whole collection
Support reading JSON+BSON files from HTTP
Cover more data types
Performance improvements
Bug: "created_at" : { "$date" : 1180690093000 } leads to:
File"/path/to/commons_codec/transform/mongodb.py", line124, indecode_extended_jsonis_date_numberlong=type_=="$date"and"$numberLong"invalue["$date"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^TypeError: argumentof type 'int'isnotiterable
Bug: BulkProcessor does not properly account for INSERT OK, 0 rows affected (0.002 sec). That happens when inserting arrays including items deviating in structure {"data": [{"value": 4.42}, {"value": {"percentage": 55}}]}.
About
A few backlog items picked up from previous patches.
"created_at" : { "$date" : 1180690093000 }
leads to:BulkProcessor
does not properly account forINSERT OK, 0 rows affected (0.002 sec)
. That happens when inserting arrays including items deviating in structure{"data": [{"value": 4.42}, {"value": {"percentage": 55}}]}
.References
The text was updated successfully, but these errors were encountered: