Skip to content

Commit

Permalink
add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule authored Oct 18, 2021
1 parent 7c8af1f commit 4d625c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/io/orc/reader_impl.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,8 @@ table_with_metadata reader::impl::read(size_type skip_rows,
const std::vector<std::vector<size_type>>& stripes,
rmm::cuda_stream_view stream)
{
// Selected columns at different levels of nesting are stored in different elements
// of `_selected_columns`; thus, size == 1 means no nested columns
CUDF_EXPECTS(skip_rows == 0 or _selected_columns.size() == 1,
"skip_rows is not supported by nested columns");

Expand Down

0 comments on commit 4d625c8

Please sign in to comment.