amaliujia commented on pull request #13200: URL: https://github.com/apache/beam/pull/13200#issuecomment-717715517
@ibzib now I can see the failed tests better. So if you check the error messages, for those failed test, they have been hitting BeamCalcRel. However, for such ZetaSQL function tests, they should hit BeamZetaSqlRel. So can you run one of the failed tests locally and observe the behavior of visiting `BeamJavaUdfRule` and `BeamZetaSqlRule`, and see why the `BeamJavaUdfRule` is matched thus BeamCalcRel is used? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
