Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.12.2
-
None
Description
The show footer command in the CLI fails with the following error if run against a file with date fields:
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.ZoneOffset` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: org.apache.parquet.hadoop.metadata.ParquetMetadata["blocks"]>java.util.ArrayList[0]>org.apache.parquet.hadoop.metadata.BlockMetaData["columns"]>java.util.ArrayList[2]>org.apache.parquet.hadoop.metadata.IntColumnChunkMetaData["statistics"]>org.apache.parquet.column.statistics.IntStatistics["stringifier"]>org.apache.parquet.schema.PrimitiveStringifier$5["formatter"]->java.time.format.DateTimeFormatter["zone"])