Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
shekchan
Contributor
Contributor

Hive table to Kudu table datatype issue

Loading hive table to kudu table 

issue: 

Caused by: java.lang.RuntimeException: Could not deserialize the response, incompatible RPC? Error is: schema.columnstype

Only columns which are defined as datatype - decimal/float/double (in hive) and loaded into Kudu table defined as (double/float)

Used tMap expression for conversion/casting 

row1.my_big_decimal != null ? row1.my_big_decimal.doubleValue() : null

 

Can someone please assist?

 

 

 

 

Labels (3)
0 Replies