Forum Discussion
mjohannesson
6 years agoAdvocate I
Conversion from number to string failed due to undersized character buffer
Starting yesterday afternoon, several of our datasets have failed to refresh with the below error. What is the reason for this error? Our datasets imports data from Databricks Spark Delta tables usin...
- 6 years ago
Thanks Anonymous! Now, it's working. Microsoft has now posted an awareness message to their support page about this:
Anonymous
6 years agoNot applicable
Same here, tried 6.3 as stated by Microsoft on the portal, but only works on 5.5 LTS (also suggested by Microsoft in response to our case and some of you guys)
Thanks
Anonymous
6 years agoNot applicable
We were facing same issue.
you can set configuration “spark.thriftserver.arrowBasedRowSet.enabled false” under Advanced options -> Spark tab in any Databricks and restart cluster.
This fixed the issue for us