ParquetFileReader has a currentBlock information in a private field
- Lenguaje dominante
- Java
- Estrellas
- 3.1k
- Forks
- 1.6k
- Merge medio
- 3 d 12 h
- PR fusionados (30 d)
- 33
Descripción
The currentBlock variable is a metric information which can be useful to know which block the current record is being read from. If this variable has a getter, it would be possible to skip over a certain blocks.
**Reporter**: [Tanuja Dubey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tanuja) / @tanuja5
**Note**: *This issue was originally created as [PARQUET-2125](https://issues.apache.org/jira/browse/PARQUET-2125). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start at the ParquetFileReader entry point and locate the private currentBlock field and the code that updates it while records are read. Check nearby reader tests and existing API conventions before exposing the block information. Done means callers can inspect the current block and use that information to skip blocks, with tests covering the getter and reading behavior.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- data-engineering
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100