[
https://issues.apache.org/jira/browse/BEAM-11532?focusedWorklogId=529624&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-529624
]
ASF GitHub Bot logged work on BEAM-11532:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Dec/20 20:57
Start Date: 30/Dec/20 20:57
Worklog Time Spent: 10m
Work Description: TheNeuralBit merged pull request #13634:
URL: https://github.com/apache/beam/pull/13634
----------------------------------------------------------------
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: 529624)
Time Spent: 2h 10m (was: 2h)
> df.merge with identically-named `on` columns produces duplicate output columns
> ------------------------------------------------------------------------------
>
> Key: BEAM-11532
> URL: https://issues.apache.org/jira/browse/BEAM-11532
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Affects Versions: 2.26.0, 2.27.0
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: P1
> Fix For: 2.28.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> For example, when joining on 'a' in both df1 and df2:
> {code}
> Failed example:
> df1.merge(df2, how='inner', on='a')
> Expected:
> 0 foo 1 3
> a b c
> Got:
> 0 foo 1 foo 3
> a_x b a_y c
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)