-
Notifications
You must be signed in to change notification settings - Fork 316
chore: start tracking obsolete files #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
PiperOrigin-RevId: 334645418 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Sep 30 11:43:23 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: c941026e5e3d600817a20e9ab4d4be03dff21a68 Source-Link: googleapis/googleapis@c941026
@@ -89,7 +89,7 @@ class StandardSqlField(proto.Message): | |||
|
|||
name = proto.Field(proto.STRING, number=1) | |||
|
|||
type = proto.Field(proto.MESSAGE, number=2, message=StandardSqlDataType,) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change, but it's not a very commonly used interface (just for people who would be using the BQ Storage API directly)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, BQ Storage API reports schema in native serialization format (Avro / Arrow). This is a breaking change for folks that are introspecting the types of their BQML models.
@@ -33,5 +40,86 @@ | |||
"generator": "bazel" | |||
} | |||
} | |||
], | |||
"generatedFiles": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 100% sure what this does, but it was called "tracking obsolete files" here: googleapis/python-cloud-core#43
This PR was generated using Autosynth. 🌈
Synth log will be available here:
https://source.cloud.google.com/results/invocations/4563ab42-f1d6-4a7f-8e48-cc92dfba56b5/targets
PiperOrigin-RevId: 334645418
Source-Link: googleapis/googleapis@c941026