PARQUET-2270: Bump Thrift to 0.16.0

In line with Parquet-mr
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0622635..76767e7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -40,8 +40,8 @@
           sudo apt-get update -qq
           sudo apt-get install -qq protobuf-compiler
           sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
-          wget -qO- https://archive.apache.org/dist/thrift/0.14.1/thrift-0.14.1.tar.gz | tar zxf -
-          cd thrift-0.14.1/
+          wget -qO- https://archive.apache.org/dist/thrift/0.16.0/thrift-0.16.0.tar.gz | tar zxf -
+          cd thrift-0.16.0/
           chmod +x ./configure
           ./configure --disable-libs
           sudo make install
diff --git a/pom.xml b/pom.xml
index 20671a2..8110625 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <shade.prefix>shaded.parquet</shade.prefix>
     <thrift.executable>thrift</thrift.executable>
-    <thrift.version>0.14.1</thrift.version>
+    <thrift.version>0.16.0</thrift.version>
     <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>