sarutak commented on a change in pull request #34350:
URL: https://github.com/apache/spark/pull/34350#discussion_r733315424
##########
File path:
external/docker-integration-tests/src/test/resources/postgres_krb_setup.sh
##########
@@ -16,6 +16,6 @@
# limitations under the License.
#
-sed -i 's/host all all all md5/host all all all gss/g'
/var/lib/postgresql/data/pg_hba.conf
+sed -i 's/host all all all .*/host all all all gss/g'
/var/lib/postgresql/data/pg_hba.conf
Review comment:
This change is because `pg_hba.conf` in the container image of
`postgres:14.0` contains `host all all all scram-sha-256` instead of `host all
all all md5`.
--
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]