Martin Mauch
Martin Mauch
Draft release available as `0.18.0-beta2`.
@pjfanning thanks a lot for your contributions to spark-excel!!
I fear you are out of luck here... Streaming read probably works in v2 (haven't tested it myself yet), but we have stopped supporting Scala 2.11 quite a while ago......
@christianknoepfle thanks for the effort! Afair @quanghgx had mentioned the same issues regarding changes from Spark 3.0.0 to 3.0.x. From my side it's fine to exclude 3.0.0 and target only...
@christianknoepfle which Spark and Scala version are you using? I see it [listed here](https://mvnrepository.com/artifact/com.crealytics/spark-excel) for most versions.
Hi @christianknoepfle, could you check if [3.0.3_0.17.0](https://mvnrepository.com/artifact/com.crealytics/spark-excel_2.12/3.0.3_0.17.0) is compatible with Spark 3.0.1? Usually (except for the ominous 3.0.0 release) plugins should be compatible with different patch versions of Spark. It...
Can you try with a newer version?
@quanghgx are there any differences in how v2 handles `maxRowsInMemory`?
Should be fixed in `0.17.2`. @mkrasilnikova could you give it a try and post your results here? I'm closing this in the mean time.
Sorry, that one slipped my attention the first time... You could try using `.format("excel")` instead of `.format("com.crealytics.spark.excel")`. That uses the newer v2 implementation which works a little differently.