pavibhai opened a new pull request #893:
URL: https://github.com/apache/orc/pull/893


   
   
   ### What changes were proposed in this pull request?
   The filter processing incorrectly ignores the case-sensitivity flag for 
schema supplied by the reader. This fixes this bug and uses the flag in 
determining field and vector information.
   
   
   ### Why are the changes needed?
   In the absence of this the read incorrectly fails by performing a 
case-sensitive match even when case-insensitive match was requested by the 
reader.
   
   
   ### How was this patch tested?
   Unit Tests were added to verify the failure and subsequently the fix.
   


-- 
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: dev-unsubscr...@orc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to