You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/12/20 03:21:04 UTC

[GitHub] [orc] guiyanakuang commented on a change in pull request #973: [ORC-1062]Rename orc.schema.evolution.case.sensitive to orc.schema.evolution.case.aware

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



##########
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:
       So would it be better to change `isSchemaEvolutionCaseAware` to `isSchemaEvolutionCaseSensitive`?




-- 
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-unsubscribe@orc.apache.org

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