deniskuzZ commented on code in PR #6747:
URL: https://github.com/apache/hive/pull/6747#discussion_r3925275461


##########
serde/src/test/org/apache/hadoop/hive/serde2/lazy/fast/TestLazySimpleDeserializeRead.java:
##########
@@ -86,4 +92,240 @@ public void testEscaping() throws Exception {
 
     assertTrue("The escaped result is incorrect", field.compareTo(escaped) == 
0);
   }
+
+  // --- multi-byte field delimiter (MultiDelimitSerDe → LLAP fast path) ------
+
+  private static LazySerDeParameters multiDelimParams(String delim) throws 
Exception {

Review Comment:
   consider moving supplementary methods after tests



-- 
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]

Reply via email to