RussellSpitzer opened a new pull request #1864: URL: https://github.com/apache/iceberg/pull/1864
Previously we would always delegate to the Spark parser, even when a CALL request could not be parsed. This leads to confusing errors which would state that "CALL" was not a good first token. This change has us only using the custom parser for "CALL" commands and delegating for everything else. Fixes #1855 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
