Skip to content

Commit

Permalink
Fix ORC session property casing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tooptoop4 authored and ebyhr committed Aug 7, 2021
1 parent 4da67db commit 74806c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public HiveSessionProperties(
false),
booleanProperty(
ORC_USE_COLUMN_NAME,
"Orc: Access ORC columns using names from the file",
"ORC: Access ORC columns using names from the file",
orcReaderConfig.isUseColumnNames(),
false),
enumProperty(
Expand Down

0 comments on commit 74806c5

Please sign in to comment.