grundprinzip commented on PR #38300: URL: https://github.com/apache/spark/pull/38300#issuecomment-1284964479
> Looks reasonable. > > > > Only one question: the CSV batch was producing pandas dataframe directly on the python client side. Will this the same for JSON batch or it will give List[Row]? If you look at the python changes it simply changes the calling function from Pandas. In both cases we rely on pandas to do the proper deserialization for now. Once we have arrow IPC batches we can / should look into producing the pandas df and the list of rows. For now there is no public facing change. -- 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]
