coolderli opened a new issue, #5534: URL: https://github.com/apache/gravitino/issues/5534
### Version main branch ### Describe what's wrong when alter a table, there is an exception: java.lang.NoClassDefFoundError: org/apache/gravitino/shaded/org/apache/commons/compress/utils/Lists ### Error message and/or stacktrace java.lang.NoClassDefFoundError: org/apache/gravitino/shaded/org/apache/commons/compress/utils/Lists ### How to reproduce use flink sql to alter a table ### Additional context replace `import org.apache.commons.compress.utils.Lists;` to `import com.datastrato.gravitino.shaded.com.google.common.collect.Lists;` -- 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]
