bziobrowski commented on PR #14238: URL: https://github.com/apache/pinot/pull/14238#issuecomment-2427003830
Yes, calcite's babel parser has the same issue (core parser is better). It comes mainly from using nonReservedKeywords and `fixing it` with lookahead=2 setting, not from babel sql conformance . With current parser grammar `Lookahead=2` greatly expands the list of 'expected' tokens and breaks error position and token. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
