zratkai commented on code in PR #1482:
URL: https://github.com/apache/orc/pull/1482#discussion_r1189876586


##########
java/core/src/java/org/apache/orc/impl/ParserUtils.java:
##########
@@ -281,7 +282,7 @@ public void visit(TypeDescription type, int posn) {
   public static TypeDescription findSubtype(TypeDescription schema,
                                             ParserUtils.StringPosition source,
                                             boolean 
isSchemaEvolutionCaseAware) {
-    TypeFinder result = new TypeFinder(removeAcid(schema));
+    TypeFinder result = new TypeFinder(schema);

Review Comment:
   @pavibhai thanks for the idea! I agree with you, changed accordingly.



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

Reply via email to