-
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.
74916: changefeedccl: filter out virtual computed columns from events r=sherman-grewal a=sherman-grewal changefeedccl: filter out virtual computed columns from events Resolves #74688 Release note (backward-incompatible change): Changefeeds will now filter out virtual computed columns from events by default. 75061: dev,bazel: miscellaneous improvements r=irfansharif a=irfansharif **build,bazel: avoid stamping builds with commit sha** When building development binaries, we already skip tagging each build with the UTC time to avoid busting the build cache. We could go further and not tag crdb binaries with the current SHA/last git tag with the knowledge that we’re not shipping binaries from local machines. This shaves off around ~30s of go link time on my machine when switching branches, regardless of cache hit rate. It also shaves a 30s delay whenever a commit is amended/rebased but the source is unaffected (when rewording commits for e.g., or during interactive rebase). **dev: improve help message** CRDB-specific configs should probably be placed in the gitignored .bazelrc.user. Using the top-level rc file mucks with bazel builds for other repositories. **bazel: avoid writing to bazel-out** In #74771 we put a regular file in bazel-out to prevent bazel from doing it automatically (this was to prevent tools from tripping over when finding extra go files). Bazel exposes a top-level flag we can use instead. Co-authored-by: Sherman Grewal <[email protected]> Co-authored-by: irfan sharif <[email protected]>
- Loading branch information
Showing
12 changed files
with
150 additions
and
63 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
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.