-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
70952: sql: refactored diff tool strucutres to remove JSON complexity r=RichardJCai a=mnovelodou Previously, diff tool shared the same structures for table metadata and diffs This was inadequate because they have different concerns To address this, this patch refactored the code so every concern or process have their own data types Release note: None 71303: storage: always close iterators, batches in unit tests r=sumeerbhola a=jbowens This fixes a handful of instances where iterators and batches either weren't closed, or weren't closed if the test failed because the Close wasn't deferred. There are more in the codebase, but I wanted to break this up a bit since some of them are trickier to track down. Release note: None Co-authored-by: mnovelodou <[email protected]> Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
15 changed files
with
2,744 additions
and
7,168 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
Oops, something went wrong.