Liviu Enescu

Results 2 issues of Liviu Enescu

Hi, The decimal logicalTypes are seen in DF as binary and values are in hexadecimal Ex. for "**3.12**" : ``` org.apache.spark.sql.DataFrame = [col1: binary] df.select("col1").show() +-------+ | col1| +-------+ |[01...

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...