You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in a NullPointerException in the org.apache.parquet.avro.AvroParquetReader.Builder#getReadSupport method where configuration is still null, because it is not set in the org.apache.parquet.hadoop.ParquetReader.Builder#Builder(org.apache.parquet.io.InputFile) constructor.
Describe the bug, including details regarding any error messages, version, and platform.
This results in a
NullPointerException
in theorg.apache.parquet.avro.AvroParquetReader.Builder#getReadSupport
method whereconfiguration
is stillnull
, because it is not set in theorg.apache.parquet.hadoop.ParquetReader.Builder#Builder(org.apache.parquet.io.InputFile)
constructor.Versions:
Component(s)
Avro
The text was updated successfully, but these errors were encountered: