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

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


The following commit(s) were added to refs/heads/master by this push:
     new d699086  [BEAM-14123] Fix typo in hdfsIntegrationTest task name.
     new b36a557  Merge pull request #17114 from ibzib/hdfs-typo
d699086 is described below

commit d699086b6d1a20210eae0cbb4867bddd95dd0aa1
Author: Kyle Weaver <kcwea...@google.com>
AuthorDate: Thu Mar 17 16:09:14 2022 -0700

    [BEAM-14123] Fix typo in hdfsIntegrationTest task name.
---
 sdks/python/test-suites/direct/common.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/test-suites/direct/common.gradle 
b/sdks/python/test-suites/direct/common.gradle
index 4f1eac7..15df969 100644
--- a/sdks/python/test-suites/direct/common.gradle
+++ b/sdks/python/test-suites/direct/common.gradle
@@ -177,7 +177,7 @@ tasks.register("directRunnerIT") {
   }
 }
 
-tasks.register("hdfsIntegrationTest ") {
+tasks.register("hdfsIntegrationTest") {
   doLast {
     exec {
       executable 'sh'

Reply via email to