zeroshade commented on issue #1107: URL: https://github.com/apache/arrow-adbc/issues/1107#issuecomment-1749639128
> The options here are arbitrary and backend-specific; there is no enum we can define. I suspected as much, just wanted to confirm. :smile: > The optional is to signify which parameters aren't actually required (that said it isn't a big deal here, I suppose). Newer versions of Protobuf will allow that by default and then it is just part of Protobuf. I didn't realize that they changed it so we can get rid of the `--experimental_allow_proto3_optional`, that's good. Though it looks like using it is discouraged and it's preferred to use the `google.api.field_behavior` field annotation instead? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
