TheNeuralBit commented on a change in pull request #13264:
URL: https://github.com/apache/beam/pull/13264#discussion_r517697091
##########
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:
(I'll update the XXX with a jira number before merging if this gets
approved, I just didn't want to create it prematurely)
----------------------------------------------------------------
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]