Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 03:09 AM
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!