Creating and inserting Parquet v1 tables in Presto (Java)
This topic describes how to control the Parquet version used by Presto (Java) when ingesting data. By default, Presto (Java) ingests data in Parquet v2 format for Iceberg tables and ORC format for Hive tables. However, this behavior of Presto (Java) poses a challenge if you have to read the tables from Presto (C++), as Presto (C++) can read tables in Parquet v1 format only.
watsonx.data on Red Hat® OpenShift®
About this task
Presto (C++) engines cannot read Parquet v2 tables created by Presto (Java). Presto (C++) only
supports Parquet v1 format. Therefore, you must set session property
<catalog_name>.parquet_writer_version to PARQUET_1_0 before
ingesting data with Presto (Java) engine.