Open Praveen-jsr opened 4 years ago
Hi @Praveen-jsr, thanks for your feedback. This library is now obsolete. Please look at the work we're doing with the spark-cdm-connector at https://github.com/Azure/spark-cdm-connector. We have done work there to handle a wide range of data types and if you have any problems please report it .
I'm getting an exception while writing the data into CDM folder when the column data type is either timestamp or Int32. The CSV files are generated in the snapshot folder but the code fails while creating model.json file.
Sharing the sample code to recreate the issue .
Int32 issue can be rectified by casting into bigint but it will be great if it's handled internally by code.