flyrain commented on code in PR #2530: URL: https://github.com/apache/polaris/pull/2530#discussion_r2335259038
########## runtime/distribution/build.gradle.kts: ########## @@ -71,6 +71,17 @@ distributions { into("bin") { from("bin/server") from("bin/admin") + from("${rootDir}/polaris") + } + + into("bin/client") { + from("${rootDir}/client/python") { + include("**/*") Review Comment: We probably don't need everything under `client/python`. For example, tests are not needed. Can you confirm which are needed? cc @HonahX @MonkeyCanCode -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org