TheNeuralBit commented on a change in pull request #14853:
URL: https://github.com/apache/beam/pull/14853#discussion_r636551279



##########
File path: sdks/python/apache_beam/dataframe/frames_test.py
##########
@@ -204,22 +239,6 @@ def new_column(df):
     })
     self._run_inplace_test(new_column, df)
 
-  def test_str_split(self):
-    s = pd.Series([
-        "this is a regular sentence",
-        "https://docs.python.org/3/tutorial/index.html";,
-        np.nan
-    ])
-
-    # TODO(BEAM-11931): pandas produces None for empty values with expand=True,

Review comment:
       Adding a note to myself that this jira should be closed as obsolete when 
this PR is merged




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


Reply via email to