Skip to content

Commit

Permalink
stylin'
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Dec 7, 2021
1 parent a21bff4 commit 349d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/orc/reader_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class reader::impl {
bool _use_np_dtypes{true};
std::vector<std::string> _decimal_cols_as_float;
std::vector<std::string> decimal128_columns;
bool is_decimal128_enabled{true};
bool is_decimal128_enabled{true};
data_type _timestamp_type{type_id::EMPTY};
reader_column_meta _col_meta{};
};
Expand Down

0 comments on commit 349d4e2

Please sign in to comment.