vmware-archive / sre-test

Greenplum - Open Source SRE test project.
2 stars 0 forks source link

NFS configuration section missing examples of supported file types #283

Open indranil-cg opened 2 years ago

indranil-cg commented 2 years ago

Location : https://gpdb.docs.pivotal.io/pxf/6-2/using/nfs_pxf.html Accessing Files on a Network File System with PXF

Even though the document mentions the following file types as being supported by NFS, it only give example of reading/writing CSV file type.

File Type | Profile Name | Operations Supported -- | -- | -- delimited single line text | file:text | read, write delimited single line comma-separated values of text | file:csv | read, write delimited text with quoted linefeeds | file:text:multi | read Avro | file:avro | read, write JSON | file:json | read ORC | file:orc | read, write Parquet | file:parquet | read, write

The document should list separate sections for examples of the other supported files types.