Abacn commented on PR #23668: URL: https://github.com/apache/beam/pull/23668#issuecomment-1281666971
> seeing some test failures > > ``` > > getattr(namespace, self.dest).update(values) > E ValueError: dictionary update sequence element #0 has length 7; 2 is required > ``` Thanks @tvalentyn . This is due to non-dict json loads fail early now. Test fixed. Ready for review again now. -- 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]
