Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattione-nvidia committed Oct 24, 2024
1 parent 4576f89 commit e6b98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/page_hdr.cu
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ __device__ decode_kernel_mask kernel_mask_for_page(PageInfo const& page,
} else if (is_boolean(chunk)) {
return is_list(chunk) ? decode_kernel_mask::BOOLEAN_LIST
: is_nested(chunk) ? decode_kernel_mask::BOOLEAN_NESTED
: decode_kernel_mask::BOOLEAN;
: decode_kernel_mask::BOOLEAN;
}

if (!is_byte_array(chunk)) {
Expand Down

0 comments on commit e6b98c5

Please sign in to comment.