dengzhhu653 commented on code in PR #4948:
URL: https://github.com/apache/hive/pull/4948#discussion_r1427625137


##########
packaging/src/docker/docker-compose.yml:
##########
@@ -32,6 +32,9 @@ services:
         - '9083:9083'
     volumes:
         - warehouse:/opt/hive/data/warehouse
+        - type: bind
+          source: 
${MAVEN_LOCAL_REPOSITORY}/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar

Review Comment:
   Currently we use postgres 42.5.1 in our project, it's easy for user to 
change the version or download the jar as they wish.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to