Closed moyphilip closed 3 years ago
Hi @moyphilip This issue is not related to ABRiS, but a problem in Spark. I suggest looking at their documentation or try stackoverflow to find any workarounds. There seems to be an open issue here https://issues.apache.org/jira/browse/SPARK-28318
I have a field with the schema:
When I try to deserialize the field I get the following error:
Caused by: org.apache.spark.sql.AnalysisException: decimal can only support precision up to 38;
Is there way a workaround for this? I am unable to convert this value to string.