classMyConverter extends ParquetMetadataConverter with Serializable
Parquet has made their particular methods for doing this conversion
private, protected, and package-protected, so we have to wrap it
_within the parquet.format.converter package_.
Linear Supertypes
Serializable, Serializable, ParquetMetadataConverter, AnyRef, Any
Parquet has made their particular methods for doing this conversion private, protected, and package-protected, so we have to wrap it _within the parquet.format.converter package_.