We have a column with type “Date time” and we try to store the table to local using “parquet writer” node
then we use the “parquet reader” node to read the stored parquet file, we are able to notice that the data type was automatically converted from “date time” to “zoned date time”.
Note: this automatic data type conversion happens if we try to use .parquet fille type for storing and retrieving the data and does not happen with .csv or .xlsx files
Please let us know if there is any resolution to this.