You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/10/14 03:52:25 UTC

[arrow-datafusion] branch Jimexist-pg-15 created (now 1bba7ea6b)

This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a change to branch Jimexist-pg-15
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


      at 1bba7ea6b update postgres version to 15 in integration test

This branch includes the following new commits:

     new 1bba7ea6b update postgres version to 15 in integration test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-datafusion] 01/01: update postgres version to 15 in integration test

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a commit to branch Jimexist-pg-15
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git

commit 1bba7ea6bb2ed8a2beaaa31384a03bdc5cc18f08
Author: Jiayu Liu <Ji...@users.noreply.github.com>
AuthorDate: Fri Oct 14 11:52:21 2022 +0800

    update postgres version to 15 in integration test
    
    integration test suite is now run against postgres 15 - the latest version
---
 .github/workflows/rust.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a7cb9e51d..7e96b3fe4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -131,7 +131,7 @@ jobs:
     runs-on: ubuntu-latest
     services:
       postgres:
-        image: postgres:14
+        image: postgres:15
         env:
           POSTGRES_PASSWORD: postgres
           POSTGRES_DB: db_test