-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ColumnAccessor caching of nrows if empty previously (#15710)
#14758 may have propagated a caching invalidation bug of the number of rows in a `ColumnAccessor` Previously the number of rows was cached and cleared only if an operation caused the `ColumnAccessor` to have no more columns. However, if the `ColumnAccessor` was empty and operation added new columns, the cached number of rows should have also been cleared. Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: #15710
- Loading branch information
Showing
2 changed files
with
47 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters