chenjunjiedada opened a new pull request #852:
URL: https://github.com/apache/parquet-mr/pull/852


   This fixes the NPE as below:
   
   ```
   java.lang.NullPointerExceptionjava.lang.NullPointerException at
   
org.apache.parquet.format.converter.ParquetMetadataConverter.addRowGroup(ParquetMetadataConverter.java:476)
 at
   
org.apache.parquet.format.converter.ParquetMetadataConverter.toParquetMetadata(ParquetMetadataConverter.java:177)
 at
   
org.apache.parquet.hadoop.ParquetFileWriter.serializeFooter(ParquetFileWriter.java:914)
 at
   org.apache.parquet.hadoop.ParquetFileWriter.end(ParquetFileWriter.java:864) 
at
   org.apache.iceberg.parquet.ParquetWriter.close(ParquetWriter.java:206) at
   org.apache.iceberg.data.TestLocalScan.writeFile(TestLocalScan.java:429)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to