pavibhai commented on a change in pull request #893:
URL: https://github.com/apache/orc/pull/893#discussion_r701973669



##########
File path: java/core/src/test/org/apache/orc/TestRowFilteringIOSkip.java
##########
@@ -570,6 +570,29 @@ public void schemaEvolutionLong2StringColumn() throws 
IOException {
     assertEquals(1, rowCount);
   }
 
+  @Test
+  public void readCaseInsensitive() throws IOException {

Review comment:
       The default value is true for case-sensitivity so all the tests are the 
other tests are case-sensitive tests. I added an explicit failure test with 
case-sensitivity when the name is not found.




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