apilloud commented on PR #16911: URL: https://github.com/apache/beam/pull/16911#issuecomment-1116763392
It sounds like either `indexOfResolvedColumnInExprList` or `indexOfProjectionColumnRef` aren't producing valid indexes, so the mapping isn't working. It looks like this code maps the ZetaSQL ResolvedColumn to a Calcite column in the fieldList. I would expect this to hit the `Cannot find %s in fieldList %s` exception just above the line you pointed to. Could you push your change with the hardcoded constant to this PR? Do you have a test failure that demonstrates this? -- 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]
