Currently, utilizing certain types in dataset backing stores in roapi 0.12.4, specifically with Parquet files, and attempting to utilize the dataset over the Postgres wire protocol results in errors like below:
ERROR: arrow to pg conversion not implemented for Utf8View
Please implement the missing type conversions from arrow to postgres to enable broader use of the postgres wire protocol from clients.
This issue is also referenced in: #390