Skip to content

Commit

Permalink
Merge remote-tracking branch 'akuzm/vectorized-filters' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Aug 30, 2023
2 parents 6d4a858 + 2abc877 commit 924650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/src/nodes/decompress_chunk/compressed_batch.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ apply_vector_quals(DecompressChunkState *chunk_state, DecompressBatchState *batc
/*
* Prepare to compute the vector predicate. We have to handle the
* default values in a special way because they don't produce the usual
* decomrpessed ArrowArrays.
* decompressed ArrowArrays.
*/
uint64 default_value_predicate_result;
uint64 *predicate_result = batch_state->vector_qual_result;
Expand Down

0 comments on commit 924650f

Please sign in to comment.