apache / apache/parquet-java

Inaccurate Thrift Installation Instructions on README

Abierto
#3,228 0 comentarios 2 reacciones 0 asignados Ver en GitHub
Type: bug
Lenguaje dominante
Java
Estrellas
3.1k
Forks
1.6k
Merge medio
3 d 12 h
PR fusionados (30 d)
33

Descripción

### Describe the bug, including details regarding any error messages, version, and platform.

The README currently states:

“If you’re on OSX and use Homebrew, you can instead install Thrift 0.21.0 with brew and ensure that it comes first in your PATH.”

However, since Thrift 0.22.0 was released on May 23, 2025, the Homebrew formula for Thrift 0.21.0 is no longer available by default. As a result, users following the current instructions will not be able to install the required version.

To resolve this, we should either:
1. Upgrade the project to support Thrift 0.22.0 (not available on maven yet), or
2. Update the README to guide users to install Thrift 0.21.0 using brew extract, for example:

```
brew tap-new temp/oldthrift
brew extract --version=0.21.0 thrift temp/oldthrift
brew install temp/oldthrift/thrift@0.21.0
```

### Component(s)

_No response_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Comienza localizando la sección del README que contiene las instrucciones para OSX Homebrew Thrift 0.21.0 y verifica el comportamiento actual de la instalación descrito en el issue. Resuelve si el proyecto documentará brew extract o admitirá Thrift 0.22.0, y después actualiza el README para que la ruta de instalación documentada funcione con la versión requerida.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
java
Área
documentation
Tipo de issue
Documentación
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
55/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.