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

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

                Author: ASF GitHub Bot
            Created on: 23/Oct/18 14:43
            Start Date: 23/Oct/18 14:43
    Worklog Time Spent: 10m 
      Work Description: reuvenlax commented on issue #6772: [BEAM-5675] Fix 
RowCoder#verifyDeterministic
URL: https://github.com/apache/beam/pull/6772#issuecomment-432276379
 
 
   I also mistakenly thought that tests had been run. Apparently there was a
   problem with Jenkins at that time which prevented tests from running.
   
   On Tue, Oct 23, 2018, 3:57 AM Gleb Kanterov <[email protected]>
   wrote:
   
   > Sorry for breaking tests, didn't see this and assumed that Jenkins would
   > run everything.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/beam/pull/6772#issuecomment-432199755>, or mute
   > the thread
   > 
<https://github.com/notifications/unsubscribe-auth/AUGE1adef1so_d9kcZhM71QVWjHAlJfDks5unvYCgaJpZM4XzAf_>
   > .
   >
   

----------------------------------------------------------------
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: 157586)
    Time Spent: 4.5h  (was: 4h 20m)

> RowCoder#verifyDeterministic isn't consistent with Beam coders
> --------------------------------------------------------------
>
>                 Key: BEAM-5675
>                 URL: https://issues.apache.org/jira/browse/BEAM-5675
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>    Affects Versions: 2.7.0
>            Reporter: Gleb Kanterov
>            Assignee: Gleb Kanterov
>            Priority: Major
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> For instance, `DoubleCoder#verifyDeterministic` throws an exception, but 
> `RowCoder#verifyDeterministic` doesn't.
> Expected to throw NonDeterministicException
> {code:java}
> RowCoder.of(
>     Schema
>         .builder()
>         .addField("foo", Schema.FieldType.DOUBLE)
>         .build()
> ).verifyDeterministic();
> {code}



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

Reply via email to