mongo-spark icon indicating copy to clipboard operation
mongo-spark copied to clipboard

The MongoDB Spark Connector

Results 13 mongo-spark issues
Sort by recently updated
recently updated
newest added

added way to configure collection truncate approach in `overwrite` writing mode. new write option: `truncate_mode` might have one of the following options: - `DROP` same as before. Just drop collection...

external

Motivation: when using connector with thrift server, any queries on data containing date/time types are crashing. It's caused by thrift server enabling `spark.sql.datetime.java8API.enabled` flag for all of its sessions. Supported...

external

- added support for delete - minor refactoring for filter transformations - minor fix for catalog to load table with resolved schema instead of empty one

external