You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
I have a hive table containing decimal values;
I'm loading the data in a spark dataframe using hiveContext; in dataframe the decimal values are loaded as decimal(s,p)
When I save the dataframe to avro format the decimals are converted and saves as string data types
How can I save these fields to avro in Bytes format with Decimal LogicalType insted of string?
Hi,
I have a hive table containing decimal values;
I'm loading the data in a spark dataframe using hiveContext; in dataframe the decimal values are loaded as decimal(s,p)
When I save the dataframe to avro format the decimals are converted and saves as string data types
How can I save these fields to avro in Bytes format with Decimal LogicalType insted of string?
Thanks,