log4j.logger.org.apache.spark.sql.execution.datasources.parquet.ParquetReadSupport=ALL
ParquetReadSupport — Non-Vectorized ReadSupport in Parquet Data Source
ParquetReadSupport
is a concrete ReadSupport
(from Apache Parquet) of UnsafeRows.
ParquetReadSupport
is created exclusively when ParquetFileFormat
is requested for a data reader (with no support for Vectorized Parquet Decoding and so falling back to parquet-mr).
ParquetReadSupport
is registered as the fully-qualified class name for parquet.read.support.class Hadoop configuration when ParquetFileFormat
is requested for a data reader.
ParquetReadSupport
takes an optional Java TimeZone
to be created.
Tip
|
Enable Add the following line to Refer to Logging. |