Hi All
Using a Wrangler component in Cloud Data Fusion I'm trying to convert the data type from Decimal to Integer, but always a I get the execution error message:
org.apache.avro.UnresolvedUnionException: Not in union [{"type":"bytes","logicalType":"decimal","precision":16,"scale":3},"null"]
Have you and idea how to fix this issue?? Using or not a wrangler component, but I need to convert Decimal to Integer (or Long type) and finally save that information on a BigQuery dataset
Please your help and guidance.