> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/pdi-transformation-steps-reference-overview/catalog-output/before-you-begin-catalog-output/general-catalog-output/fields-tab-catalog-output/parquet-fields-catalog-output.md).

# Parquet fields

![Parquet fields](/files/o7HmczgUz7rsfmtxkE42)

The table below describes options for configuring the properties of the fields being written for Parquet data.

| Column                  | Description                                                                                                                       |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| **Parquet Path**        | Specify the name of the column in the Parquet file.                                                                               |
| **Name**                | Specify the name of the PDI field.                                                                                                |
| **Parquet Type**        | Specify the data type used to store the data in the Parquet file.                                                                 |
| **Precision**           | Specify the total number of significant digits in the number (only applies to the Decimal Parquet type). The default value is 20. |
| **Scale**               | Specify the number of digits after the decimal point (only applies to the Decimal Parquet type). The default value is 10.         |
| **Default value**       | Specify the default value of the field if it is null or empty.                                                                    |
| **Null**                | Specify if the field can contain null values.                                                                                     |
| **Get Fields** (button) | Click to retrieve a list of fields from the input stream.                                                                         |

**Note:** To avoid a transformation failure, make sure the **Default value** field contains values for all fields where **Null** is set to **No**.

You can define the fields manually, or you can click **Get Fields** to automatically populate the fields. When the fields are retrieved, a PDI type is converted into an appropriate Parquet type, as shown in the table below. You can also change the selected Parquet type by using the **Type** drop-down menu or by entering the type manually.

| PDI Type    | Parquet Type    |
| ----------- | --------------- |
| InetAddress | UTF8            |
| String      | UTF8            |
| TimeStamp   | TimestampMillis |
| Binary      | Binary          |
| BigNumber   | Decimal         |
| Boolean     | Boolean         |
| Date        | Date            |
| Integer     | Int64           |
| Number      | Double          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/pdi-transformation-steps-reference-overview/catalog-output/before-you-begin-catalog-output/general-catalog-output/fields-tab-catalog-output/parquet-fields-catalog-output.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
