You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python2 is raising TypeErrors when SparkData objects are initialized via unicode strings. Update `_json_dict()` to check that the json string is an instance of `basestring` and not the `str` subclass.
0 commit comments