字段类型为:map<string,string> 时,查询取值(必须使用单引号)

举例:
field字段类型为:map<string,string>,里面有key为extra(必须使用单引号)

select field['extra']
from your_table_name
where 分区限制
原文地址:https://www.cnblogs.com/cag2050/p/13999425.html