0
votes

Is there any alternative to csv serde in Hive 0.14 as the csv serde will convert all the values in string, but i have a hive table which has the columns in different data type like int, float and string .?

1

1 Answers

0
votes

use MultiDelimitSerDe it can be also used in most cases alternative to csv serde. if you can give more use case , then we can help you better.