liamzwbao commented on code in PR #1172: URL: https://github.com/apache/polaris/pull/1172#discussion_r1994665644
########## regtests/Dockerfile: ########## @@ -55,4 +55,4 @@ USER root RUN chmod -R go+rwx /home/spark/regtests USER spark -ENTRYPOINT ["./run.sh"] +ENTRYPOINT ["./regtests/run.sh"] Review Comment: As the [context of the docker-compose](https://github.com/apache/polaris/pull/1172/files/5c09e70768379ec0639f64d4ae1f4022bb1ca1cd#diff-14fa30dc12f3db4ee9e7bb51042a64c2c1cb2bdbc77c954e61a51b79f2b79fbeR46) switch to `..`, this line will execute the `run.sh` in the root dir instead of the one in `regtests` -- 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]
