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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]