Azure / spark-cdm

A Spark connector for the Azure Common Data Model
MIT License
15 stars 16 forks source link

UTF8 String and Date parsing issues Fixed #4

Closed Deepanshu2017 closed 5 years ago

Deepanshu2017 commented 5 years ago

This PR fixes the UTF-8 String and date parsing issues. Apparently, the OP was not converting the data strings into the desired format used by Scala. The code is working now and I have also updated the release jar.

Feel free to put your comments for the PR.

Cheers, Deepanshu

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

TissonMathew commented 5 years ago

Thanks @Deepanshu2017

kartik7511 commented 5 years ago

@Deepanshu2017 Thanks for the PR. Working for me.