Skip to content

Commit 299b0ae

Browse files
authored
MINOR: Bump thrift to 0.22.0 (#3229)
1 parent 36a5f9c commit 299b0ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ Parquet-Java uses Maven to build and depends on the thrift compiler (protoc is n
4343
To build and install the thrift compiler, run:
4444

4545
```
46-
wget -nv https://archive.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz
47-
tar xzf thrift-0.21.0.tar.gz
48-
cd thrift-0.21.0
46+
wget -nv https://archive.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz
47+
tar xzf thrift-0.22.0.tar.gz
48+
cd thrift-0.22.0
4949
chmod +x ./configure
5050
./configure --disable-libs
5151
sudo make install -j
5252
```
5353

54-
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`.
54+
If you're on OSX and use homebrew, you can instead install Thrift 0.22.0 with `brew` and ensure that it comes first in your `PATH`.
5555

5656
```
5757
brew install thrift
58-
export PATH="/usr/local/opt/thrift@0.21.0/bin:$PATH"
58+
export PATH="/usr/local/opt/thrift@0.22.0/bin:$PATH"
5959
```
6060

6161
### Build Parquet with Maven

dev/ci-before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# This script gets invoked by the CI system in a "before install" step
2121
################################################################################
2222

23-
export THRIFT_VERSION=0.21.0
23+
export THRIFT_VERSION=0.22.0
2424

2525
set -e
2626
date

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<pig.version>0.16.0</pig.version>
9393
<pig.classifier>h2</pig.classifier>
9494
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
95-
<thrift.version>0.21.0</thrift.version>
95+
<thrift.version>0.22.0</thrift.version>
9696
<format.thrift.version>${thrift.version}</format.thrift.version>
9797
<fastutil.version>8.5.15</fastutil.version>
9898
<semver.api.version>0.9.33</semver.api.version>

0 commit comments

Comments
 (0)