Martin Mauch
Martin Mauch
Is it the same error/issue as on DataBricks?
`input_file_name` is only supported in v2. Unfortunately, I didn't have time to look into the original issue.
@dazfuller thanks a lot for pushing this forward and keeping us updated here!! We had a [similar issue](https://github.com/crealytics/spark-excel/issues/585) before, so I guess Databricks breaking compatibility with the Open Source Spark...
@minnieshi do you get the exact same error as in the first post? ``` java.lang.AbstractMethodError: org.apache.spark.sql.execution.datasources.v2.FilePartitionReaderFactory.options()Lorg/apache/spark/sql/catalyst/FileSourceOptions; ```
@mmicu can you access the JAR files on Databricks? My best guess is that Databricks (again) made some non-binary-compatible changes in their version of Spark.
I reintroduced dedicated builds for Spark 3.4.1. Can someone try them and see if they work and fix the issue on Azure databricks 13.3LTS?
Hi @bitbythecron, as you are familiar with Java: Can you try what happens with the same file if you read it by Apache POI, manually create an `AreaReference` with your...
Have you tried using a very high end address? I'm not a 100% sure, but it might be that this just works.
If you want, you could create a PR and add a method to read the data address ranger from the WorkbookReader, as is already done for [getting the sheetNames](https://github.com/nightscape/spark-excel/blob/683547ad7b831bb5894d7319ec9bd6851827a3f7/src/main/scala/dev/mauch/spark/excel/WorkbookReader.scala#L39). That...
@vihar any news on this?