diff --git a/gpdb-doc/markdown/pxf/gphdfs-pxf-migrate.html.md.erb b/gpdb-doc/markdown/pxf/gphdfs-pxf-migrate.html.md.erb index 9300d7d2f14fcdcc5ba85058569232069dc4f98d..15297f28199d974889344ebcbab7a3b07fc7abb3 100644 --- a/gpdb-doc/markdown/pxf/gphdfs-pxf-migrate.html.md.erb +++ b/gpdb-doc/markdown/pxf/gphdfs-pxf-migrate.html.md.erb @@ -36,7 +36,6 @@ To migrate your `gphdfs` external tables to use the `pxf` external table protoco Keep the following in mind as you plan for the migration: - PXF does not support writing to Avro files on HDFS. -- Writing Parquet files to HDFS is a PXF Beta feature. ## Preparing for the Migration diff --git a/gpdb-doc/markdown/pxf/hdfs_parquet.html.md.erb b/gpdb-doc/markdown/pxf/hdfs_parquet.html.md.erb index 388ecbec62d8ef5b850469eba30771a0104a3e64..4d400fba987d2edada322b28d2511d7c53ee5c2a 100644 --- a/gpdb-doc/markdown/pxf/hdfs_parquet.html.md.erb +++ b/gpdb-doc/markdown/pxf/hdfs_parquet.html.md.erb @@ -25,8 +25,6 @@ Use the PXF HDFS connector to read and write Parquet-format data. This section d PXF currently supports reading and writing primitive Parquet data types only. -
PXF Parquet write support is a Beta feature.
- ## Prerequisites diff --git a/gpdb-doc/markdown/pxf/objstore_parquet.html.md.erb b/gpdb-doc/markdown/pxf/objstore_parquet.html.md.erb index 83a6ef1cf68c0efd413115bd7e7f02d920be194d..7e814e20491f6bcff3cdd92f8bb5a79fa43f2bf7 100644 --- a/gpdb-doc/markdown/pxf/objstore_parquet.html.md.erb +++ b/gpdb-doc/markdown/pxf/objstore_parquet.html.md.erb @@ -23,8 +23,6 @@ under the License. The PXF object store connectors support reading and writing Parquet-format data. This section describes how to use PXF to access Parquet-format data in an object store, including how to create and query external tables that references a Parquet file in the store. -
PXF Parquet write support is a Beta feature.
- **Note**: Accessing Parquet-format data from an object store is very similar to accessing Parquet-format data in HDFS. This topic identifies object store-specific information required to read and write Parquet data, and links to the [PXF HDFS Parquet documentation](hdfs_parquet.html) where appropriate for common information. ## Prerequisites