MonkeyCanCode commented on code in PR #2530:
URL: https://github.com/apache/polaris/pull/2530#discussion_r2342984722


##########
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:
   Yes. I can raise a PR later this weekend. Then the distribution build (along 
with wheel build) will also work. 



-- 
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

Reply via email to