Michaël Dohr

Results 4 comments of Michaël Dohr

Hello @rozza, In your library you are including spark libraries for scala 2.12, by this way, if we want to use your library in a scala 2.13 project we need...

You are using some 'scala' features to make the gateway with spark (e.g. [https://github.com/mongodb/mongo-spark/blob/662b2990c6d179de8f93365d9107ae9b6fc9015a/src/main/java/com/mongodb/spark/sql/connector/schema/RowToBsonDocumentConverter.java#L60](https://github.com/mongodb/mongo-spark/blob/662b2990c6d179de8f93365d9107ae9b6fc9015a/src/main/java/com/mongodb/spark/sql/connector/schema/RowToBsonDocumentConverter.java#L60)) and in this case this functionality is deprecated in scala 2.13 (to prepare migration to scala...

I do not know either, but i've saw some tests to use spark 3.2.0-2.13 directly with scala 3 (thx compatibility 2.13 - 3.0.0 [https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html](https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html)). We don't have tested yet scala...