Gdal still depends on libthrift v0.16

gdal seems to depend on libthrift-0.16.0.so but thrift 0.17.0-1 is installed by pacman:

$ gdalwarp
ERROR 1: libthrift-0.16.0.so: cannot open shared object file: No such file or directory
ERROR 1: libthrift-0.16.0.so: cannot open shared object file: No such file or directory

$ pacman -Sl | grep thrift
community python-thrift 0.17.0-1
community thrift 0.17.0-1 [installed]

gdal doesn’t depend on thrift. Its optional dependecy arrow does. Either way, you probably have something installed from AUR, which you didn’t rebuild.

It appears if arrow is not installed, another error occurs: FS#75749 - [gdal] ERROR 1: libarrow.so.800: cannot open shared object file: No such file or directory