Abacn commented on PR #24851: URL: https://github.com/apache/beam/pull/24851#issuecomment-1387462107
This PR broke Python postcommi's jdbc xlang test: https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Python38/3630/ ``` with ExternalTransform.service(self._expansion_service) as service: response = service.Expand(request) if response.error: > raise RuntimeError(response.error) E RuntimeError: java.lang.IllegalArgumentException: Cannot find field maxConnections in schema Fields: ``` -- 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]
