bowenliang123 commented on code in PR #4733: URL: https://github.com/apache/kyuubi/pull/4733#discussion_r1173213388
########## dev/dependencyList: ########## @@ -181,6 +183,7 @@ simpleclient_tracer_otel/0.16.0//simpleclient_tracer_otel-0.16.0.jar simpleclient_tracer_otel_agent/0.16.0//simpleclient_tracer_otel_agent-0.16.0.jar slf4j-api/1.7.36//slf4j-api-1.7.36.jar snakeyaml/1.33//snakeyaml-1.33.jar +snappy-java/1.1.7.3//snappy-java-1.1.7.3.jar Review Comment: > snappy-java supports Windows, Mac OS X, Linux (x86, x86_64, arm, etc...). If your platform is not supported, you need to build native libraries by yourself. Accorrding to `snappy-java`'s doc here(https://github.com/xerial/snappy-java/blob/master/BUILD.md), arm architecture should be supported. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
