HyukjinKwon commented on PR #90:
URL: 
https://github.com/apache/spark-connect-rust/pull/90#issuecomment-5485739900

   Good call — clarified this in the docs. Since all three packages (`pyspark`, 
`pyspark-client`, `pyspark-client-rust`) share the same `pyspark` import 
directory, I documented that you must uninstall the existing client *before* 
installing (don't install on top, or you get a mix of both and a broken 
`pyspark`), and — directly to your point — that **uninstalling 
`pyspark-client-rust` alone leaves you without a working `pyspark`**, so you 
need to reinstall `pyspark-client` (or `pyspark`) to switch back. See the new 
"Switching back to the reference client" warning on the 
[Installation](https://apache.github.io/spark-connect-rust/installation/) page 
and a matching note on the "Which client am I using?" page.


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