[
https://issues.apache.org/jira/browse/BEAM-12357?focusedWorklogId=609436&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-609436
]
ASF GitHub Bot logged work on BEAM-12357:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/21 00:55
Start Date: 10/Jun/21 00:55
Worklog Time Spent: 10m
Work Description: heidimhurst commented on pull request #14869:
URL: https://github.com/apache/beam/pull/14869#issuecomment-858199016
Thanks for your help with this @pabloem - I think the last commit I made
was unnecessary actually. I'm struggling to test locally though unfortunately.
Do you have any advice?
I'm using the docker dev build envt spun up by running
`./start-build-env.sh`. Once in the container I'm unable to run tox; either
running tox directly or via e.g. `./scripts/run_tox.sh py36` results in an
invocation error along the following lines:
```
ERROR: InvocationError for command /usr/bin/false py36 is misconfigured
(exited with code 1)
```
--
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: 609436)
Time Spent: 3h 10m (was: 3h)
> WithKeys transform to take args, kwargs
> ---------------------------------------
>
> Key: BEAM-12357
> URL: https://issues.apache.org/jira/browse/BEAM-12357
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Heidi Hurst
> Assignee: Heidi Hurst
> Priority: P3
> Labels: newbie
> Original Estimate: 1h
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> The current WithKeys implementation for Python precludes the use of functions
> which require additional inputs. An updated version would exhibit the same
> behavior as `beam.Map`, which can receive inputs passed in as
> `beam.Map(some_fn, foo=foo, bar=bar)`.
> (Builds off of https://issues.apache.org/jira/browse/BEAM-7023).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)