You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/11/07 01:46:00 UTC

[jira] [Created] (BEAM-11202) Suppoert @ in eval and query

Brian Hulette created BEAM-11202:
------------------------------------

             Summary: Suppoert @<local> in eval and query
                 Key: BEAM-11202
                 URL: https://issues.apache.org/jira/browse/BEAM-11202
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py-core
            Reporter: Brian Hulette


{code}
df_a = ...
df_b.eval('foo = @df_a.bar + baz')
{code}

Currently we don't support accessing other frames in eval and query like this, but it should be possible to implement as a zipping operation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)