apache / apache/parquet-java

Inaccurate Thrift Installation Instructions on README

未关闭
#3,228 0 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
Type: bug
主要语言
Java
星标
3.1k
派生
1.6k
平均合并
3 天 12 小时
30 天内合并 PR
33

描述

### 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_

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先找到 README 中包含 OSX Homebrew Thrift 0.21.0 说明的部分,并验证 issue 中描述的当前安装行为。确定项目将记录 brew extract,还是支持 Thrift 0.22.0,然后更新 README,使文档中的安装路径能够适用于所需版本。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
documentation
Issue 类型
文档
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
55/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。