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

shangxinli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 1318a58  PARQUET-2107: Fix Travis failures (#941)
1318a58 is described below

commit 1318a58b8ca9b1ecc8b17e9d3d7b3adb3d98b7c9
Author: Gabor Szadovszky <[email protected]>
AuthorDate: Tue Dec 7 22:07:00 2021 +0100

    PARQUET-2107: Fix Travis failures (#941)
    
    * PARQUET-2107: Fix Travis failures
    
    * PARQUET-2107: Fix according to review comment
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f401805..9a93ec3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@
 # TravisCI is being used as an alternative to GitHub Actions until
 # the latter provides support for ARM64 CPU architecture (PARQUET-1980)
 
-distro: bionic
+dist: focal
 arch: arm64
 language: java
 jdk: openjdk11
@@ -47,4 +47,4 @@ script: mvn verify --batch-mode javadoc:javadoc -P 
ci-test,$HADOOP_PROFILE -Dorg
 
 after_failure:
   - cat mvn-install.log
-  - cat mvn-verify.log
\ No newline at end of file
+  - cat mvn-verify.log

Reply via email to