feat(catalog/glue): Use awscfg from catalog creation when loading data from glue #671
Annotations
12 errors
windows-latest go1.23:
catalog/glue/glue.go#L209
should not use built-in type string as key for value; define your own type to avoid collisions (SA1029)
|
windows-latest go1.23:
io/s3.go#L117
this value of a is never used (SA4006)
|
windows-latest go1.23:
io/s3.go#L118
this value of awscfg is never used (SA4006)
|
windows-latest go1.23
Process completed with exit code 1.
|
macos-latest go1.23:
catalog/glue/glue.go#L209
should not use built-in type string as key for value; define your own type to avoid collisions (SA1029)
|
macos-latest go1.23:
io/s3.go#L117
this value of a is never used (SA4006)
|
macos-latest go1.23:
io/s3.go#L118
this value of awscfg is never used (SA4006)
|
macos-latest go1.23
Process completed with exit code 1.
|
ubuntu-latest go1.23:
catalog/glue/glue.go#L209
should not use built-in type string as key for value; define your own type to avoid collisions (SA1029)
|
ubuntu-latest go1.23:
io/s3.go#L117
this value of a is never used (SA4006)
|
ubuntu-latest go1.23:
io/s3.go#L118
this value of awscfg is never used (SA4006)
|
ubuntu-latest go1.23
Process completed with exit code 1.
|