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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org