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

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

                Author: ASF GitHub Bot
            Created on: 29/Aug/18 08:24
            Start Date: 29/Aug/18 08:24
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on issue #6293: [BEAM-5255] Fix 
over-aggressive division futurization in benchmarks.
URL: https://github.com/apache/beam/pull/6293#issuecomment-416868865
 
 
   R: @tvalentyn 

----------------------------------------------------------------
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: 139167)
    Time Spent: 20m  (was: 10m)

> Fix over-aggressive division futurization.
> ------------------------------------------
>
>                 Key: BEAM-5255
>                 URL: https://issues.apache.org/jira/browse/BEAM-5255
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>    Affects Versions: 2.6.0
>            Reporter: Robert Bradshaw
>            Assignee: Ahmet Altay
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When converting from Python 2 to Python 3, `a / b` becomes `a // b` only for 
> ints, but it is incorrect to do this substitution for floating point 
> division. 
>  
> I noticed this change in the microbenchmarks, but we should do an audit to 
> make sure we haven't broken things elsewhere. 



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

Reply via email to