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 2021/04/18 09:10:54 UTC

[arrow] branch release-4.0.0 updated: [Release] Fix crossbow tasks for java and integration tests

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

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


The following commit(s) were added to refs/heads/release-4.0.0 by this push:
     new 1807bc3  [Release] Fix crossbow tasks for java and integration tests
1807bc3 is described below

commit 1807bc39ba7e654db6ba09c894d9746d327b0ed6
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Sun Apr 18 11:09:12 2021 +0200

    [Release] Fix crossbow tasks for java and integration tests
---
 dev/tasks/tasks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index eab3e15..4bf0abf 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1235,7 +1235,7 @@ tasks:
 
 {% for target in ["csharp",
                   "go",
-                  "integration"
+                  "integration",
                   "java",
                   "js",
                   "python",