Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Smith Cruise <chendingchao1@126.com>
  • Loading branch information
Smith-Cruise committed Jan 2, 2024
1 parent 4bc2c58 commit e14ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/src/ColumnReader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ namespace orc {
std::vector<std::unique_ptr<ColumnReader>> children;

public:
StructColumnReader(const Type& type, StripeStreams& stipe, bool useTightNumericVector = false,
StructColumnReader(const Type& type, StripeStreams& stripe, bool useTightNumericVector = false,
bool throwOnSchemaEvolutionOverflow = false);

uint64_t skip(uint64_t numValues) override;
Expand Down

0 comments on commit e14ec9c

Please sign in to comment.