LuciferYang edited a comment on pull request #30484:
URL: https://github.com/apache/spark/pull/30484#issuecomment-749548530


   Then SPARK-13989 remove `VectorizedParquetRecordReader` create logical from 
`SqlNewHadoopRDD`,  SPARK-14535 remove `buildInternalScan` from `FileFormat` 
and SPARK-14596 remove `SqlNewHadoopRDD` from spark code.
   
   After these changes,  `VectorizedParquetRecordReader` only create by 
`parquet.DefaultSource#buildReader` method and the `rowGroupOffsets` in 
`ParquetInputSplit` always `null`.
   
   So I think `rowGroupOffsets != null` branch in 
`SpecificParquetRecordReaderBase.init` method is unreachable now.
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to