flyrain removed a comment on issue #2382:
URL: https://github.com/apache/iceberg/issues/2382#issuecomment-813742651
Or use the unshaded version of `CharStreams` in the following code if we
keep shading Antlr4
```
val lexer = new IcebergSqlExtensionsLexer(new
UpperCaseCharStream(CharStreams.fromString(command)))
```
--
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]