springml / spark-salesforce

Spark data source for Salesforce
Apache License 2.0
79 stars 67 forks source link

jar downloaded from https://mvnrepository.com/artifact/com.springml/spark-salesforce not latest #76

Open VigneshSundar88 opened 2 years ago

VigneshSundar88 commented 2 years ago

Thanks for this wonderful library it helps to access all the salesforce objects in our project. Raising the below issue to bring to your notice that the jar in the maven repository is not the latest.

"maxCharsPerColumn" option is not working as expected in the latest 1.1.4 version of the jar seen in https://mvnrepository.com/artifact/com.springml/spark-salesforce.

Any value set for the option: "maxCharsPerColumn" is being ignored. I tested the option by entering a boolean value and expected the Databricks job to throw the conversion exception and fail. The job completed successfully without any exception.

Please upload the latest jar to the mvnrepository

VigneshSundar88 commented 2 years ago

Hi @neil90 - The latest merge regarding the charactersetting-feature that included "maxCharsPerColumn" was done by you. Would you be able to make the latest merge the latest change to the jar in mvnrepository? It would be so helpful. Thanks in advance

twocoins-ca commented 2 years ago

Where we can download the latest instead of building?

VigneshSundar88 commented 2 years ago

Where we can download the latest instead of building?

You can download the entire source code and build it. Source code present in this directory is the latest. It is just that the jar seen in the mvnrepository needs to be replaced.