You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: