Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Gera Shegalov <[email protected]>
  • Loading branch information
gerashegalov committed Aug 3, 2024
1 parent ed14133 commit 861f9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/io/parquet/decode_fixed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ namespace detail {
void DecodePageDataFixed(cudf::detail::hostdevice_vector<PageInfo>& pages,
cudf::detail::hostdevice_vector<ColumnChunkDesc> const& chunks,
std::size_t num_rows,
size_t min_row,
std::size_t min_row,
int level_type_size,
rmm::cuda_stream_view stream);

void DecodePageDataFixedDict(cudf::detail::hostdevice_vector<PageInfo>& pages,
cudf::detail::hostdevice_vector<ColumnChunkDesc> const& chunks,
std::size_t num_rows,
size_t min_row,
std::size_t min_row,
int level_type_size,
rmm::cuda_stream_view stream);

Expand Down

0 comments on commit 861f9f7

Please sign in to comment.