Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jul 18, 2024
1 parent 57abc2d commit c4f2e06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion include/sparrow/dictionary_encoded_layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ namespace sparrow
return const_iterator(value_cend(), bitmap_cend());
}


template <std::integral T, class SL, layout_offset OT>
auto dictionary_encoded_layout<T, SL, OT>::bitmap() const -> const_bitmap_range
{
Expand Down
8 changes: 4 additions & 4 deletions test/test_typed_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,18 +360,18 @@ TEST_SUITE("typed_array")

TEST_CASE_TEMPLATE_INVOKE(
all,
bool,
/*bool,
std::uint8_t,
std::int8_t,
std::uint16_t,
std::int16_t,
std::uint32_t,
std::int32_t,
std::uint64_t,
std::int64_t,
std::string,
std::int64_t,*/
std::string/*,
float16_t,
float32_t,
float64_t
float64_t*/
);
}

0 comments on commit c4f2e06

Please sign in to comment.