You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/07/02 09:09:20 UTC

[arrow] branch master updated: ARROW-5731: [CI] Switch turbodbc branch for integration testing

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

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 6019dbc  ARROW-5731: [CI] Switch turbodbc branch for integration testing
6019dbc is described below

commit 6019dbc8d8defa7081c5cebc5afc81ad48cbbcd4
Author: Uwe L. Korn <uw...@xhochy.com>
AuthorDate: Tue Jul 2 11:08:59 2019 +0200

    ARROW-5731: [CI] Switch turbodbc branch for integration testing
    
    Author: Uwe L. Korn <uw...@xhochy.com>
    
    Closes #4751 from xhochy/ARROW-5731 and squashes the following commits:
    
    f4519afe5 <Uwe L. Korn> ARROW-5731:  Switch turbodbc branch for integration testing
---
 integration/turbodbc/runtest.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/integration/turbodbc/runtest.sh b/integration/turbodbc/runtest.sh
index 31f9243..874cba0 100755
--- a/integration/turbodbc/runtest.sh
+++ b/integration/turbodbc/runtest.sh
@@ -25,9 +25,8 @@ python -c "import pyarrow.orc"
 python -c "import pyarrow.parquet"
 
 pushd /tmp
-git clone https://github.com/xhochy/turbodbc.git
+git clone https://github.com/blue-yonder/turbodbc.git
 pushd turbodbc
-git checkout arrow-0.13.0-prep
 git submodule update --init --recursive
 
 service postgresql start