Closed theerapan closed 4 years ago
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.
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
.