coolderli commented on issue #5534: URL: https://github.com/apache/gravitino/issues/5534#issuecomment-2481316044
> @coolderli After replacing import org.apache.commons.compress.utils.Lists; with import com.datastrato.gravitino.shaded.com.google.common.collect.Lists; as you suggested, I encountered a build error. Should I install any dependencies beforehand? > > `error: package com.datastrato.gravitino.shaded.com.google.common.collect does not exist` My Fault. Try to use `com.google.common.collect`. -- 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]
