gortiz commented on PR #14238: URL: https://github.com/apache/pinot/pull/14238#issuecomment-2426191164
I've just verified this is an issue for Calcite as well. I've executed `sqlline` as specified in https://calcite.apache.org/docs/tutorial.html and then I've queried `SELECT * FROM emps as current` and the returned error is: ``` > SELECT * FROM emps as current; Error: Error while executing SQL "SELECT * FROM emps as current": parse failed: Encountered "current" at line 1, column 23. Was expecting one of: <BRACKET_QUOTED_IDENTIFIER> ... <QUOTED_IDENTIFIER> ... <BACK_QUOTED_IDENTIFIER> ... <BIG_QUERY_BACK_QUOTED_IDENTIFIER> ... <HYPHENATED_IDENTIFIER> ... <IDENTIFIER> ... <UNICODE_QUOTED_IDENTIFIER> ... (state=,code=0) ``` @bziobrowski can you ask in Apache Calcite about that? -- 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