TheNeuralBit commented on a change in pull request #13264:
URL: https://github.com/apache/beam/pull/13264#discussion_r517692755
##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -1069,6 +1069,23 @@ def dropna(self, axis, **kwargs):
preserves_partition_by=partitionings.Singleton(),
requires_partition_by=requires_partition_by))
+
+ # TODO(BEAM-XXXX): support @<local> in eval and query. Currently fails in
+ # proxy generation
Review comment:
Currently if the user specifies a local variable in expr with `@<local>`
this will fail at construction time (when generating the proxy), but the error
message isn't helpful, it just indicates `<local>` doesn't exist.
----------------------------------------------------------------
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]