pvary commented on code in PR #3131:
URL: https://github.com/apache/hive/pull/3131#discussion_r846717595
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/MapOperator.java:
##########
@@ -673,7 +674,31 @@ private String toErrorMessage(Writable value, Object row,
ObjectInspector inspec
ctx.getIoCxt().setRecordIdentifier(null);//so we don't
accidentally cache the value; shouldn't
//happen since IO layer either knows how to produce ROW__ID or not
- but to be safe
}
- break;
+ break;
+ case PARTITION_SPEC_ID:
Review Comment:
Could we do delegate this to the StorageHandler, or the SerDe?
Again, it could be a follow-up PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]