-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12132/
-----------------------------------------------------------
Review request for hive and Jitendra Pandey.
Bugs: HIVE-4774
https://issues.apache.org/jira/browse/HIVE-4774
Repository: hive-git
Description
-------
Turns out the nodeDesc.getWritableObjectInspector() can return null. USe the
TypeInfo to derive an object inspector in such case.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/VectorExpressionWriterFactory.java
b041fc5
Diff: https://reviews.apache.org/r/12132/diff/
Testing
-------
Manually run repro case.
Thanks,
Remus Rusanu