Skip to content

Commit

Permalink
remove fixme, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Jan 8, 2025
1 parent 85a921f commit 4534e35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/storage/compression/dictionary/decompression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ void CompressedStringScanState::ScanToDictionaryVector(ColumnSegment &segment, V
BitpackingPrimitives::UnPackBuffer<sel_t>(dst, src, scan_count, current_width);

result.Dictionary(*(dictionary), dictionary_size, *sel_vec, scan_count);
// FIXME: this assumes the type is VectorType::DICTIONARY
// this could fail if the result is a ConstantVector instead.
DictionaryVector::SetDictionaryId(result, to_string(CastPointerToValue(&segment)));
}

Expand Down

0 comments on commit 4534e35

Please sign in to comment.