kbendick commented on issue #4603: URL: https://github.com/apache/iceberg/issues/4603#issuecomment-1105817050
I tested with your multiline string and it does result in SQL that has a leading `"`, which would cause the `isIcebergCommand` function to fail as it just checks the text starts with `call` or `alter table` after removing comments and new lines. That's also why your stack trace doesn't have the Iceberg spark session extension stuff in it too. -- 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]
