Re: How can I use pyspark to upsert one row without replacing entire table

2020-08-12 Thread ed elliott
You’ll need to do an insert and use a trigger on the table to change it into an upsert, also make sure your mode is append rather than overwrite. Ed From: Siavash Namvar Sent: Wednesday, August 12, 2020 4:09:07 PM To: Sean Owen Cc: User Subject: Re: How can I

Re: Rust Spark Connect

2024-09-30 Thread ed elliott
Hi, There isn’t an official client (the only official ones are python/java/scala) but this uses the spark connect gRPC API and is well supported: https://github.com/sjrusso8/spark-connect-rs Ed Elliott From: Tarkhan Shakhbazyan Sent: Sunday, September 29