ParquetFileReader has a currentBlock information in a private field
- Vorherrschende Sprache
- Java
- Sterne
- 3.1k
- Forks
- 1.6k
- Ø Merge
- 3 T. 12 Std.
- Gemergte PRs (30 T.)
- 33
Beschreibung
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.*
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- data-engineering
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100