Quantcast
Channel: Escaping child operator in the HIVE function get_json_object - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by leftjoin for Escaping child operator in the HIVE function...

Currently get_json_object() does not support escaping, see HIVE-2927The workaround is to use lateral view json_tuple():select v.rootkey, v.key_a, v.key_b from (select...

View Article


Escaping child operator in the HIVE function get_json_object

I have table with a string column which contains data in JSON format. Then, I'm using the function get_json_object to parse some data from it. The problem is that one of my fields contains a . in its...

View Article
Browsing all 2 articles
Browse latest View live