Skip to content

Commit

Permalink
Updating numeric first vector agg
Browse files Browse the repository at this point in the history
  • Loading branch information
somu-imply committed Aug 17, 2023
1 parent f585412 commit 4291709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void aggregate(ByteBuffer buf, int position, int startRow, int endRow)
final long[] timeVector = timeSelector.getLongVector();
final boolean[] nullTimeVector = timeSelector.getNullVector();
final boolean[] nullValueVector = valueSelector.getNullVector();

firstTime = buf.getLong(position);
int index;
// Now we are iterating over the values to find the minima as the
// timestamp expression in EARLIEST_BY has no established sorting order
Expand Down

0 comments on commit 4291709

Please sign in to comment.