After communication with our CSE in Databricks, apparently there was an issue with truncation and precision loss that made them disactivate this feature..

Actually I also had this issue on another project when trying to parse timestamp fields using json4s. It is using the SimpleDateFormat class to parse timestamps that does not support microsecond precision.. maybe this is related..

@Werner Stinckens​ thanks again for your help!

View solution in original post