bjornjorgensen commented on pull request #35296:
URL: https://github.com/apache/spark/pull/35296#issuecomment-1021123939


   Yes, about testing the only test I find for IO in pandas is for testing csv. 
I was thinking about making a test where I use shape function to test a file 
before and after writing and write. But there are another problem pandas prints 
a tuple with rows, columns pandas_df_json2.shape (6, 4). While pandas on spark 
print dataframe, columns pandas_api.shape (1, 4).


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to