Hi, I get the following error when running parquet reader-writer.cc example in example folder of source code: terminate called after throwing an instance of 'parquet::ParquetException' what(): Arrow error: IOError: Metadata contains Thrift LogicalType that is not recognized
This problem seems to be caused by arrow::utf8 type. I have similar problem with timestamp type. I get the library from centos epel. Would you please provide the valid example of this source code or guide me through a useful workaround? Thank you in advance.