[ 
https://issues.apache.org/jira/browse/BEAM-13946?focusedWorklogId=727081&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-727081
 ]

ASF GitHub Bot logged work on BEAM-13946:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/22 15:19
            Start Date: 15/Feb/22 15:19
    Worklog Time Spent: 10m 
      Work Description: yeandy commented on a change in pull request #16615:
URL: https://github.com/apache/beam/pull/16615#discussion_r806947239



##########
File path: sdks/python/apache_beam/dataframe/frames_test.py
##########
@@ -1950,9 +1950,55 @@ class BeamSpecificTest(unittest.TestCase):
   """Tests for functionality that's specific to the Beam DataFrame API.
 
   These features don't exist in pandas so we must verify them independently."""
-  def assert_frame_data_equivalent(self, actual, expected):
+  def assert_frame_data_equivalent(
+      self, actual, expected, check_subset=False, extra_col_value=0):
     """Verify that actual is the same as expected, ignoring the index and order
-    of the data."""
+    of the data.
+
+    Note: In order for us to perform non-deferred operations in Beam, we have

Review comment:
       Fixed




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 727081)
    Time Spent: 1h  (was: 50m)

> Implement Series.str.get_dummies() for DataFrame API
> ----------------------------------------------------
>
>                 Key: BEAM-13946
>                 URL: https://issues.apache.org/jira/browse/BEAM-13946
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-dataframe, sdk-py-core
>            Reporter: Andy Ye
>            Assignee: Andy Ye
>            Priority: P3
>              Labels: dataframe-api
>          Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to