shaofengshi opened a new issue, #5884:
URL: https://github.com/apache/gravitino/issues/5884
### Version
main branch
### Describe what's wrong
Main branch code compile error:
`
> Task :clients:client-java:classes
> Task :clients:client-java:jar
> Task :clients:client-java-runtime:compileJava NO-SOURCE
> Task :clients:client-java-runtime:classes UP-TO-DATE
> Task :clients:client-java:generateMetadataFileForMavenJavaPublication
/home/runner/work/gravitino/gravitino/clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java:581:
error: cannot find symbol
newColumnAudit(url, ignore, metalake, catalog, schema, table,
column).handle();
^
symbol: variable column
location: class GravitinoCommandLine
`
### Error message and/or stacktrace
<img width="1151" alt="image"
src="https://github.com/user-attachments/assets/42518fb0-1f79-4158-b5d0-ebf27f294302"
/>
### How to reproduce
Download the latest code, and then compile it, you will see
### Additional context
_No response_
--
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]