[
https://issues.apache.org/jira/browse/BEAM-7194?focusedWorklogId=237089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-237089
]
ASF GitHub Bot logged work on BEAM-7194:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/19 22:30
Start Date: 03/May/19 22:30
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-489260053
It looks like actually the `CoGroupTest` failures were unrelated to the CI
failure, they were due to a quirk of the environment where I was running the
test (which, happily, helped me discover the issue that #8485 fixes).
I've rebased and forced push, hopefully this gets a green run now.
----------------------------------------------------------------
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: 237089)
Time Spent: 1h 50m (was: 1h 40m)
> 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: 1h 50m
> 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)