Re: JOIN on map value results to HiveException: Unexpected column vector type MAP

2019-01-29 Thread Jan Adona
Hi, After tweaking the configs, I found out that "hive.vectorized.execution.enabled" and "hive.auto.convert.join" configs are the culprit. I think vectorization on map column data type is not supported in my current Hive version. Also, the Map Join is having problems on the map data type. So, af

Re: JOIN on map value results to HiveException: Unexpected column vector type MAP

2019-01-16 Thread Jan Adona
Hi, Just a follow up, I think that JOIN is not the problem here since this error also occurs when I am querying 2 tables even without a join and you include the map column in the select statement. I'm going to rewrite the schema and queries that I've sent before because I mistakenly formatted the