Is there a plan to support delete write operation?

Based on the documentation - https://www.mongodb.com/docs/spark-connector/current/configuration/write/, insert/update/replace operations are supported. Are there any plans to support delete operation?

Hello,

Checking the JIRA link below, it explains the reason there is no support for delete operation, because there are no delete functions in the Spark API, and so there is no native support. the alternative mentioned is by using withCollection methods that can loan access to a collection and its API, but that is only available in the Scala and Java API.

1 Like