johannaojeling commented on PR #24663: URL: https://github.com/apache/beam/pull/24663#issuecomment-1366175308
> Thanks for your patience! This has finally bubbled to the top of my todo list, and I'll be reviewing it sometime today. Thanks! And no worries, I took some holidays myself so I haven't had the opportunity to look much more into it either. I did realize that I had missed to register the element types in the integration test though, and when doing so, I get the tests working with the Flink and Spark runners (resolving the unaddressable byte array issue). I'm using `./gradlew :runners:flink:1.15:job-server:runShadow -Djob-host=localhost -Dflink-master=local` and `./gradlew :runners:spark:3:job-server:runShadow -Dspark-master-url=local` and running the tests with `go test ./go/test/integration/io/mongodbio/... --runner=portable --endpoint=localhost:8099` I'll make a new commit with the type registration. -- 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]
