deniskuzZ commented on code in PR #6747:
URL: https://github.com/apache/hive/pull/6747#discussion_r3925148888
##########
llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/VectorDeserializeOrcWriter.java:
##########
@@ -245,9 +269,22 @@ private static VectorizedRowBatchCtx
createVrbCtx(StructObjectInspector oi, fina
}
private static LazySerDeParameters createSerdeParams(
- Configuration conf, Properties tblProps) throws IOException {
+ Configuration conf, Properties tblProps, Deserializer serDe) throws
IOException {
try {
- return new LazySerDeParameters(conf, tblProps,
LazySimpleSerDe.class.getName());
+ LazySerDeParameters params =
+ new LazySerDeParameters(conf, tblProps,
LazySimpleSerDe.class.getName());
+ // For MultiDelimitSerDe tables, if the field delimiter is > 1 byte, opt
Review Comment:
block comment
--
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]