Skip to content

MINOR: Upgrade thrift to 0.24 - #3730

Open
dossett wants to merge 2 commits into
apache:masterfrom
dossett:thrift024
Open

MINOR: Upgrade thrift to 0.24#3730
dossett wants to merge 2 commits into
apache:masterfrom
dossett:thrift024

Conversation

@dossett

@dossett dossett commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

I was testing a PR and couldn't brew install thrift 0.23, because only 0.24 is available. So this PR does two things:

  • bump to 0.24
  • add an experimental Dockerfile that developers can use that removes the dependency on a locally installed copy of thrift (and any other dependency).

I find solutions like the Dockerfile to be really useful, but if maintainers feel its not appropriate to add to the repo I would certainly understand. The part can be reverted and the thrift upgrade will work just fine.

@Fokko Fokko changed the title [minor] Upgrade thrift to 0.24 MINOR: Upgrade thrift to 0.24 Aug 18, 2026

@Fokko Fokko left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, We might need something similar in parquet-format :)

Comment thread README.md
```
brew install thrift
export PATH="/usr/local/opt/thrift@0.23.0/bin:$PATH"
export PATH="$(brew --prefix thrift)/bin:$PATH"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunally, this is an improvement since brew does not keep the old Thrift versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants