We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc59faa commit 13e64ddCopy full SHA for 13e64dd
src/supplemental/nanolib/parquet/parquet.cc
@@ -957,7 +957,7 @@ get_keys_indexes_fuzing(
957
&repetition_level, &value, &values_read);
958
if (1 == rows_read && 1 == values_read) {
959
log_trace("read value: %lu", value);
960
- if (((uint64_t) value) >= start_key) {
+ if (((uint64_t) value) >= start_key && ((uint64_t) value) <= end_key) {
961
index_vector.push_back(index++);
962
ts.push_back(value);
963
found = true;
0 commit comments