[
https://issues.apache.org/jira/browse/BEAM-7194?focusedWorklogId=236632&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-236632
]
ASF GitHub Bot logged work on BEAM-7194:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/May/19 23:09
Start Date: 02/May/19 23:09
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on issue #8447: [BEAM-7194]
EXCEPT DISTINCT behavior when right set contains a value is incorrect
URL: https://github.com/apache/beam/pull/8447#issuecomment-488864000
I'm not sure what's going wrong with the pre commits here. The test failure
seems to be in `org.apache.beam.sdk.schemas.transforms.CoGroupTest` and doesn't
seem related to this change.
In fact even if I run `./gradlew :beam-runners-direct-java:needsRunnerTests`
on origin/master it sill fails.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 236632)
Time Spent: 1.5h (was: 1h 20m)
> EXCEPT DISTINCT behavior when right set contains a value is incorrect
> ---------------------------------------------------------------------
>
> Key: BEAM-7194
> URL: https://issues.apache.org/jira/browse/BEAM-7194
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> (1, 2, 3, 1) EXCEPT DISTINCT (1) should yield (2, 3), not (1,2,3)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)