-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
row: check for uninitialized KVFetcher
Previously, when GetRangesInfo() and GetBytesRead() was called on row.Fetcher before the underlying KVFetcher is initialized, it would panic due to NPE. Now this is fixed. The problem was introduced by the recent refactor of moving CFetcher from sql/row into sql/colexec. Release justification: Release blocker. Release note: None
- Loading branch information
1 parent
94ef651
commit 1bf8196
Showing
2 changed files
with
17 additions
and
2 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