yikf commented on a change in pull request #973:
URL: https://github.com/apache/orc/pull/973#discussion_r772061863



##########
File path: java/core/src/java/org/apache/orc/OrcConf.java
##########
@@ -164,8 +164,8 @@
       "testing.  Setting this too low may negatively affect performance."),
   OVERWRITE_OUTPUT_FILE("orc.overwrite.output.file", 
"orc.overwrite.output.file", false,
     "A boolean flag to enable overwriting of the output file if it already 
exists.\n"),
-  IS_SCHEMA_EVOLUTION_CASE_SENSITIVE("orc.schema.evolution.case.sensitive",
-      "orc.schema.evolution.case.sensitive", true,
+  IS_SCHEMA_EVOLUTION_CASE_AWARE("orc.schema.evolution.case.aware",
+      "orc.schema.evolution.case.aware", true,

Review comment:
       Yes, But there are many changes in this `isSchemaEvolutionCaseAware` to 
`isSchemaEvolutionCaseSensitive` and the default value also needs to be 
modified to be consistent with currently one.
   
   If that doesn't affect `hiveConf`, it is better that rename configuration 
name




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