herzrasen opened a new issue, #2000: URL: https://github.com/apache/iceberg-go/issues/2000
### Question When updating the dependencies of a project using iceberg-go (using `go get -u`), an incompatible version of avro is pulled in, which leads to the following build error: ``` # github.com/apache/iceberg-go/internal ../../../go/pkg/mod/github.com/apache/[email protected]/internal/avro_schemas.go:42:33: cannot use schema.Root() (value of type *avro.SchemaNode) as avro.SchemaNode value in argument to NullableNode ../../../go/pkg/mod/github.com/apache/[email protected]/internal/avro_schemas.go:426:10: cannot use partitionType.Root() (value of type *avro.SchemaNode) as avro.SchemaNode value in struct literal ../../../go/pkg/mod/github.com/apache/[email protected]/internal/avro_schemas.go:463:10: cannot use dfschema.Root() (value of type *avro.SchemaNode) as avro.SchemaNode value in struct literal (exit status 1) ``` However, the main branch of iceberg-go already references avro 1.8.0. Are there any plans to release a new version soon? -- 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]
