feat(catalog): Propagate ctx from catalog interface through call stack #650
Annotations
5 errors
Lint:
catalog/rest/rest_test.go#L458
cannot use "rest" (constant of type string) as "context".Context value in argument to rest.NewCatalog: string does not implement "context".Context (missing method Deadline)
|
Lint:
catalog/rest/rest_test.go#L458
cannot use rest.WithOAuthToken(TestToken) (value of type "github.com/apache/iceberg-go/catalog/rest".Option) as string value in argument to rest.NewCatalog
|
Lint:
catalog/rest/rest_test.go#L487
cannot use "rest" (constant of type string) as "context".Context value in argument to rest.NewCatalog: string does not implement "context".Context (missing method Deadline)
|
Lint:
catalog/rest/rest_test.go#L487
cannot use rest.WithOAuthToken(TestToken) (value of type "github.com/apache/iceberg-go/catalog/rest".Option) as string value in argument to rest.NewCatalog (compile)
|
Lint
Process completed with exit code 1.
|
Loading