Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Oct 24, 2023
1 parent eacc41e commit ef4b5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Processors/Formats/Impl/NativeORCBlockInputFormat.h
Expand Up @@ -73,6 +73,7 @@ class NativeORCBlockInputFormat : public IInputFormat
std::unique_ptr<orc::Reader> file_reader;
std::unique_ptr<orc::RowReader> stripe_reader;
std::unique_ptr<ORCColumnToCHColumn> orc_column_to_ch_column;

std::shared_ptr<orc::SearchArgument> sarg;

// indices of columns to read from ORC file
Expand Down

0 comments on commit ef4b5d5

Please sign in to comment.