Search before asking
Description
Currently, generateSplitForPrimaryKeyTableBucket and generateSplitForLogTableBucket will generate splits even though the split is empty (the latestBucketOffset is 0), and assign to reader. We can improve it, when latestBucketOffset is 0, we don't need to generate the split.
Willingness to contribute
Search before asking
Description
Currently,
generateSplitForPrimaryKeyTableBucketandgenerateSplitForLogTableBucketwill generate splits even though the split is empty (thelatestBucketOffsetis 0), and assign to reader. We can improve it, whenlatestBucketOffsetis 0, we don't need to generate the split.Willingness to contribute