[ 
https://issues.apache.org/jira/browse/BEAM-4558?focusedWorklogId=116866&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-116866
 ]

ASF GitHub Bot logged work on BEAM-4558:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jun/18 16:22
            Start Date: 28/Jun/18 16:22
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on issue #5693: [BEAM-4558] 
Bigtable: upgrade to the latest version
URL: https://github.com/apache/beam/pull/5693#issuecomment-401092486
 
 
   We have turned on autoformatting of the codebase, which causes small 
conflicts across the board. You can probably safely rebase and just keep your 
changes. Like this:
   
   ```
   $ git rebase
   ... see some conflicts
   $ git diff
   ... confirmed that the conflicts are just autoformatting
   ... so we can just keep our changes are do our own autoformat
   $ git checkout --theirs --
   $ git add -u
   $ git rebase --continue
   $ ./gradlew spotlessJavaApply
   ```
   
   Please ping me if you run into any difficulty. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 116866)
    Time Spent: 40m  (was: 0.5h)

> org.apache.beam.runners.direct.portable.ReferenceRunnerTest » 
> pipelineExecution failure in 2.5.0 release branch
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-4558
>                 URL: https://issues.apache.org/jira/browse/BEAM-4558
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>            Reporter: Pablo Estrada
>            Assignee: Pablo Estrada
>            Priority: Blocker
>             Fix For: 2.5.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running in release branch: 
> https://builds.apache.org/job/beam_PreCommit_Java_GradleBuild/6441/consoleFull
> Failure is here: 
> https://scans.gradle.com/s/xwc6k7jffxj3w/tests/jqhvlvf72f7pg-6uohttmt2cl3u



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to