Member since
11-04-2015
5
Posts
0
Kudos Received
0
Solutions
06-10-2019
12:48 AM
Hi, Thank you for your reply. We changed the data type from timestamp to text to overcome this issue. Regards. Sandeep
... View more
04-18-2019
10:09 AM
2 Kudos
If you are mainly accessing the table using Impala, I'd recommend Impala's compute stats for best performance of Impala. There are some subtle differences in the stats collected (whether they're partition or table-level). The engines can interoperate but Impala can generally generate better plans with the full set of stats from "COMPUTE STATS"
... View more
03-05-2019
07:15 PM
Hi Jerry, Thanks for your help. Few columns had different data types and table was created using delimiter ',' and column data had elements with '','. Regards. Sandeep Suman
... View more