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
Describe the bug
I think this is a bug in Spark that I have not traced down yet.
{"data":'"test'}
On these older CPU versions produces Row(data='\test'). On later versions it produces Row(data='"test') just like the GPU. we probably want to find the exact Spark issue that was fixed so we can properly reference it in the tests and in our documentation.
The text was updated successfully, but these errors were encountered:
Describe the bug
I think this is a bug in Spark that I have not traced down yet.
On these older CPU versions produces
Row(data='\test')
. On later versions it producesRow(data='"test')
just like the GPU. we probably want to find the exact Spark issue that was fixed so we can properly reference it in the tests and in our documentation.The text was updated successfully, but these errors were encountered: