Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-47111][SQL][TESTS][3.4] Upgrade PostgreSQL JDBC driver to 42.7.2 and docker image to 16.2 #45900

Closed

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 5, 2024

What changes were proposed in this pull request?

This is a backport of #45191 .

This PR aims to upgrade PostgreSQL JDBC driver and docker images.

  • JDBC Driver: org.postgresql:postgresql to 42.7.2
  • Docker Image: postgres from 15.1-alpine to 16.2-alpine

Why are the changes needed?

To use the latest PostgreSQL combination in the following integration tests.

  • PostgresIntegrationSuite
  • PostgresKrbIntegrationSuite
  • v2/PostgresIntegrationSuite
  • v2/PostgresNamespaceSuite

Does this PR introduce any user-facing change?

No. This is a pure test-environment update.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

….7.2 and docker image to 16.2

This PR aims to upgrade `PostgreSQL` JDBC driver and docker images.
- JDBC Driver: `org.postgresql:postgresql` from 42.7.0 to 42.7.2
- Docker Image: `postgres` from `15.1-alpine` to `16.2-alpine`

To use the latest PostgreSQL combination in the following integration tests.

- PostgresIntegrationSuite
- PostgresKrbIntegrationSuite
- v2/PostgresIntegrationSuite
- v2/PostgresNamespaceSuite

No. This is a pure test-environment update.

Pass the CIs.

No.

Closes apache#45899 from dongjoon-hyun/SPARK-47111.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
dongjoon-hyun added a commit that referenced this pull request Apr 5, 2024
….7.2 and docker image to 16.2

### What changes were proposed in this pull request?

This is a backport of #45191 .

This PR aims to upgrade `PostgreSQL` JDBC driver and docker images.
- JDBC Driver: `org.postgresql:postgresql` to 42.7.2
- Docker Image: `postgres` from `15.1-alpine` to `16.2-alpine`

### Why are the changes needed?

To use the latest PostgreSQL combination in the following integration tests.

- PostgresIntegrationSuite
- PostgresKrbIntegrationSuite
- v2/PostgresIntegrationSuite
- v2/PostgresNamespaceSuite

### Does this PR introduce _any_ user-facing change?

No. This is a pure test-environment update.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #45900 from dongjoon-hyun/SPARK-47111-3.4.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@dongjoon-hyun
Copy link
Member Author

Merged to branch-3.4 for Apache Spark 3.4.3.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-47111-3.4 branch April 5, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant