Forum Discussion
Conversion from number to string failed due to undersized character buffer
- 6 years ago
Thanks Anonymous! Now, it's working. Microsoft has now posted an awareness message to their support page about this:
Thanks Anonymous! Now, it's working. Microsoft has now posted an awareness message to their support page about this:
We are currently running Databricks 6.3, which should be fine, and it fails with the same error message. We opened a ticket with Microsoft.
- Anonymous6 years agoNot applicable
Hi Anonymous
we tried 6.3 but the issue didn't solve. So we further downgraded to 5.5LTS
Thanks!
- Anonymous6 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
- Anonymous6 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