Add a new API in `PageReadStore` to return row ranges directly
- Lenguaje dominante
- Java
- Estrellas
- 3.1k
- Forks
- 1.6k
- Merge medio
- 3 d 12 h
- PR fusionados (30 d)
- 33
Descripción
**Environment**: Currently `PageReadStore.getRowIndexes` convert row ranges into row indexes and return that, however for some use cases (e.g., Spark) it's more efficient to operate directly on row ranges. Therefore, it may be useful to have another API in `PageReadStore` to return row ranges instead.
**Reporter**: [Chao Sun](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=csun) / @sunchao
**Note**: *This issue was originally created as [PARQUET-2061](https://issues.apache.org/jira/browse/PARQUET-2061). 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 by locating PageReadStore and its getRowIndexes entry point. Read how row ranges are currently converted to row indexes, then determine the public API shape needed to return the ranges directly. Done means callers such as Spark can obtain row ranges without that conversion.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- backend-api-design, data-engineering
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 38/100