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
refactor: remove unused min/max timestamp in the RowGroup (#1297)
## Rationale
The min/max timestamp in `RowGroup` is not used any more.
## Detailed Changes
- Remove the min/max timestamp from the `RowGroup`
- Remove the `RowGroupBuilder` because it's too simple without min/max
timestamp updating
## Test Plan
All the tests in the CI should pass.
0 commit comments