-
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.
83138: publish-artifacts: Add GCS support r=rickystewart,jlinder a=rail Previously, the only supported storage provider was S3. This PR adds support for GCS. * Make the bucket name be provider specific. * The GCS bucket is optional for now. * Move logic to separate files. * No direct s3 imports from publish-artifacts and publish-provisional-artifacts. * Create an extra abstraction interface to hide the s3-specific structs and calls. * The "latest" URLs in publish-provisional-artifacts use S3's website redirect instead of copying the whole binary. This unifies it with publish-artifacts. Release note: None 84037: ui: add mvcc info to Database page r=maryliag a=maryliag This commit adds the mvcc info to: - Column on the tables list inside Database page - Table Details page Fixes #82617 <img width="1429" alt="Screen Shot 2022-07-11 at 5 20 04 PM" src="https://user-images.githubusercontent.com/1017486/178360499-b8c53f64-726f-4a37-adf9-a6047fb6d7bf.png"> <img width="551" alt="Screen Shot 2022-07-11 at 5 20 53 PM" src="https://user-images.githubusercontent.com/1017486/178360553-155b78bf-9c08-49e3-ad72-97822aced286.png"> <img width="269" alt="Screen Shot 2022-07-08 at 5 35 49 PM" src="https://user-images.githubusercontent.com/1017486/178073512-6566e288-643a-4f64-96fb-7ccb843c24ea.png"> Release note (ui change): Adds mvcc info to tables list inside the Database page and on the Tables details page. 84092: opt: fix nil pointer exception in SplitGroupByScanIntoUnionScans rule r=mgartner a=mgartner #### opt: remove unnecessary queueLength variable in splitScanIntoUnionScansOrSelects Release note: None #### opt: fix nil pointer exception in SplitGroupByScanIntoUnionScans rule This commit fixes a nil pointer exception in the `SplitGroupByScanIntoUnionScans` rule that occurs when the first splittable span in a constraint has more individual keys than the `maxScanCount` of 256. Fixes #83973 Release note (bug fix): A bug has been fixed that could cause internal errors in rare cases when running queries with `GROUP BY` clauses. Co-authored-by: Rail Aliiev <[email protected]> Co-authored-by: Marylia Gutierrez <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
26 changed files
with
1,238 additions
and
845 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
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
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.