[
https://issues.apache.org/jira/browse/BEAM-5675?focusedWorklogId=157229&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-157229
]
ASF GitHub Bot logged work on BEAM-5675:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Oct/18 21:54
Start Date: 22/Oct/18 21:54
Worklog Time Spent: 10m
Work Description: amaliujia commented on issue #6772: [BEAM-5675] Fix
RowCoder#verifyDeterministic
URL: https://github.com/apache/beam/pull/6772#issuecomment-431998060
The failures are
```
org.apache.beam.sdk.extensions.sql.impl.rel.BeamIntersectRelTest.testIntersect
org.apache.beam.sdk.extensions.sql.impl.rel.BeamIntersectRelTest.testIntersectAll
org.apache.beam.sdk.extensions.sql.impl.rel.BeamMinusRelTest.testExceptAll
org.apache.beam.sdk.extensions.sql.impl.rel.BeamMinusRelTest.testExcept
org.apache.beam.sdk.extensions.sql.impl.rel.BeamUnionRelTest.testUnion
org.apache.beam.sdk.extensions.sql.impl.rel.BeamUnionRelTest.testUnionAll
```
See: https://builds.apache.org/job/beam_PreCommit_Java_Commit/1935/
It might be related to instability of Github which started from 10/21/2018.
----------------------------------------------------------------
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: 157229)
Time Spent: 2.5h (was: 2h 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: 2.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)