MonkeyCanCode commented on code in PR #2530:
URL: https://github.com/apache/polaris/pull/2530#discussion_r2346941622
##########
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:
PR is up: https://github.com/apache/polaris/pull/2557
Maybe get the distribution (wheel, sdist, or both) instead of manually
cheery pick?
--
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]