Skip to content

Commit

Permalink
Fix decimal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mskapilks committed Jul 8, 2024
1 parent 73c1c35 commit dff3b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/dwio/parquet/reader/ParquetReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ std::unique_ptr<ParquetTypeWithId> ReaderBase::getParquetColumnInfo(
maxDefine,
isOptional,
isRepeated,
scale,
precision,
typeLength);

Expand Down

0 comments on commit dff3b7d

Please sign in to comment.