Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Migrate class and pom.xml to support Spark 3.0.0-preview2 #66

Closed
wants to merge 2 commits into from

Conversation

theerapan
Copy link

@theerapan theerapan commented Apr 10, 2020

Spark V.3 was migrated Parquet to File Data Source V2 and this libs is still using Spark 2 and the org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat, and this make the spark confusing about source type and have to specify full path of source class in every read/write.

I've migrating the library to support Spark 3 with the org.apache.spark.sql.execution.datasources.v2.parquet.ParquetDataSourceV2.

@msftclas
Copy link

msftclas commented Apr 10, 2020

CLA assistant check
All CLA requirements met.

@theerapan theerapan changed the title Migrate class and pom.xml to support spark 3.0-preview2 Migrate class and pom.xml to support Spark 3.0.0-preview2 Apr 10, 2020
@arvindshmicrosoft
Copy link
Contributor

Thank you very much for your interest and contribution, @theerapan . Unfortunately, this change is non-trivial and considering that the project is not actively maintained, we are unable to merge the contribution. The newer connector has related activity on supporting Spark 3.0. Please evaluate and if required, we welcome your contributions to that project. Closing this PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants