This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
from 0de168f7e KUDU-3518: Fix the unexpected scan predicate
new 75fc23a98 KUDU-3570 fix use-after-free in MajorDeltaCompactionOp
new 1ca4559e4 KUDU-3569 fix race in
CFileSet::Iterator::OptimizePKPredicates()
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/tablet/cfile_set.cc | 21 ++++++++++++++++-----
src/kudu/tablet/cfile_set.h | 1 -
src/kudu/tablet/diskrowset.cc | 22 +++++++++++++---------
src/kudu/tablet/diskrowset.h | 3 ++-
4 files changed, 31 insertions(+), 16 deletions(-)