Skip to content

Commit

Permalink
Fix comment referencing old UnnestingPositionsAppender name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-stec authored and raunaqmorarka committed Jun 13, 2023
1 parent f09bfdf commit c208ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public RleAwarePositionsAppender(BlockPositionIsDistinctFrom isDistinctFromOpera
@Override
public void append(IntArrayList positions, Block source)
{
// RleAwarePositionsAppender should be used with FlatteningPositionsAppender that makes sure
// RleAwarePositionsAppender should be used with UnnestingPositionsAppender that makes sure
// append is called only with flat block
checkArgument(!(source instanceof RunLengthEncodedBlock));
switchToFlat();
Expand Down

0 comments on commit c208ad8

Please sign in to comment.