You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Which issue does this PR close?
It fixes issue with not correct upper bound in case of multiple row
groups in parquet file.
Closes#1519
## What changes are included in this PR?
- change `>` to `<` for updating upper bound
- adjust test to write multiple row groups per file
## Are these changes tested?
I've changed a test so that this code path is activated.
Co-authored-by: Roman Shanin <[email protected]>
0 commit comments