yuqi1129 opened a new issue, #8792:
URL: https://github.com/apache/gravitino/issues/8792
### What would you like to be improved?
Currently, the following Java syntax is causing a code style issue.
```
if (instance of TableRename rename) {
// other logic
}
```
As the Gravitino server can only be compiled using JDK17 or higher, it's
reasonable to support JDK17 syntax.
### How should we improve?
Upgrade google-java-format version to support it.
--
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]