aIbrahiim commented on issue #33859: URL: https://github.com/apache/beam/issues/33859#issuecomment-4462574115
agree with [@Abacn](https://github.com/Abacn)’s read. This isnt a ULR specific javasdk special case but it’s the generic Python proto coder path failing on beam:coder:schema:v1 because Python doesn’t register that URN yet, after Java started emitting it via ModelCoderRegistrar ([#37631](https://github.com/apache/beam/pull/37631)). [#38497](https://github.com/apache/beam/pull/38497) (excluding the two PerKeyOrderingTest methods in ULR) unblocks CI, but any portable Java pipeline that puts SchemaCoder in the proto and runs on the Python job service can hit the same KeyError -- 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]
