liamzwbao commented on PR #1172: URL: https://github.com/apache/polaris/pull/1172#issuecomment-2727738435
> i think we should still support both running python regression tests within docker as well as running outside docker. To do so, we will need to make change in the dockerfile used by regression to match the same layout instead. I see, so we need to adjust the layout inside Docker by making this change and updating the relevant parts accordingly. Is that correct? ```diff - COPY ./client/python /home/spark/regtests/client/python + COPY ./client/python /home/spark/client/python ``` -- 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]
