n14zio opened a new issue, #451:
URL: https://github.com/apache/iceberg-go/issues/451
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
0.3.0 - in catalog/rest/rest.go
func fromProps(props iceberg.Properties, o *options) {
This pushes the passed in `scope` in iceberg.Properties object into
options.additionalProps and then `fetchAccessToken` method fails since:
`scope := "catalog"
if opts.scope != "" {
scope = opts.scope
}`
always returns catalog, which is not correct.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]