spark-connect-rs
spark-connect-rs copied to clipboard
Implement `DataFrameWriterV2`
Description
The initial DataFrameWriter
is created but there is also another way to write data via DataFrameWriterV2
. This method has a slightly different implementation and leverages a different proto command message.
I think the methods should mirror the ones found on the Spark API guide, and a new method should be added onto the DataFrame
for writeTo
.
This looks fairly straightforward, I can pick it up.
Sounds good! Assigned to you. Thanks!
Hi @hntd187 , are you currently working on this issue?
Closed #30