Skip to content

Commit

Permalink
the exotic platform
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 17, 2024
1 parent 678db50 commit 4b40d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sparrow/layout/dictionary_encoded_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ namespace sparrow
const auto index = m_keys_layout[i];
if (index.has_value())
{
return array_element(*p_values_layout, index.value());
return array_element(*p_values_layout, static_cast<std::size_t>(index.value()));
}
else
{
Expand Down

0 comments on commit 4b40d70

Please sign in to comment.