mongo-spark
mongo-spark copied to clipboard
The MongoDB Spark Connector
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...
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...
- added support for delete - minor refactoring for filter transformations - minor fix for catalog to load table with resolved schema instead of empty one