davidradl commented on PR #27445: URL: https://github.com/apache/flink/pull/27445#issuecomment-3783312636
> @davidradl The regression was introduced as part of https://issues.apache.org/jira/browse/FLINK-38493 ([here](https://github.com/apache/flink/pull/27096/files#diff-9d3745e45bb0fdc008c7a517b1298c17faa3d92c617822aaa313f64ddc8606cbR88)). From what I observed it is present in `master` and `release-2.2` @seb-pereira I see that fix changed `String expandedQuery = context.expandSqlIdentifiers(originalQuery);` to `String expandedQuery = context.toQuotedSqlString(query);` to fix an issue related to LATERAL, but introduced this as a side effect. Great work getting to the root cause @seb-pereira -- 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]
