character slash is not being read by hive on using OpenCSVSerde
问题 I have defined a table on top of files present in hdfs. I am using the OpenCSV Serde to read from the file. But, '\' slash characters in the data are getting omitted in the final result set. Is there a hive serde property that I am not using correctly. As per the documentation, escapeChar = '\' should fix this problem. But, the problem persists. CREATE EXTERNAL TABLE `tsr`( `last_update_user` string COMMENT 'from deserializer', `last_update_datetime` string COMMENT 'from deserializer') ROW