I have developed a compact application that enables the conversion of JSON to Parquet file. I am seeking guidance on how to incorporate logicalType into the schema of my application. While I can use convertedType, the predecessor of logicalType, based on the examples and use-cases provided in the library, I would like to adhere to the latest standards by utilizing logicalType. Can you please advise on how to proceed or provide suggestions?
Below is my sample code using logicalType and it does not works, is there any way to define logicalType in my json schema.
Hi There,
I have developed a compact application that enables the conversion of JSON to Parquet file. I am seeking guidance on how to incorporate logicalType into the schema of my application. While I can use convertedType, the predecessor of logicalType, based on the examples and use-cases provided in the library, I would like to adhere to the latest standards by utilizing logicalType. Can you please advise on how to proceed or provide suggestions?
Below is my sample code using logicalType and it does not works, is there any way to define logicalType in my json schema.