zhangbutao commented on code in PR #5185: URL: https://github.com/apache/hive/pull/5185#discussion_r1577298939
########## packaging/src/docker/README.md: ########## @@ -117,7 +117,7 @@ export POSTGRES_LOCAL_PATH=your_local_path_to_postgres_driver ``` Example: ```shell -mvn dependency:copy -Dartifact="org.postgresql:postgresql:42.5.1" && \ +mvn dependency:copy -Dartifact="org.postgresql:postgresql:42.7.3" && \ Review Comment: Could you also please fix the version in these lines? Thanks. https://github.com/apache/hive/blob/1a969f6642d4081027040f97e6a689bf2e687db3/packaging/src/docker/README.md?plain=1#L63 https://github.com/apache/hive/blob/1a969f6642d4081027040f97e6a689bf2e687db3/packaging/src/docker/README.md?plain=1#L72 https://github.com/apache/hive/blob/1a969f6642d4081027040f97e6a689bf2e687db3/packaging/src/docker/README.md?plain=1#L121 -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org