-
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.
39032: pkg: Allows no target cols to be specified in IMPORT INTO query. r=adityamaru27 a=adityamaru27 It adds the grammar required to support queries such as: `IMPORT INTO test CSV DATA ('...');` No target columns implies that all columns are imported into from the data sources. 39130: batcheval: check GCThreshold in RevertRange command r=dt a=dt I think somehow I got mixed up about when a key is GC'ed in that original comment. So that we can time-travel to any time within GC window, we already only GC a key when there is a newer _expired_ key over it, and the requirements for being able to revert to a time are no different than being able to read at that time, so the same GCThreshold check we do elsewhere should also be good enough here. Release note: none. Co-authored-by: Aditya Maru <adityamaru@cockroachlabs.com> Co-authored-by: David Taylor <tinystatemachine@gmail.com>
- Loading branch information
Showing
11 changed files
with
207 additions
and
151 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
Oops, something went wrong.