sjrusso8 / spark-connect-rs

Apache Spark Connect Client for Rust
https://docs.rs/spark-connect-rs
Apache License 2.0
76 stars 13 forks source link

Implement checkpoint & localCheckpoint on the DataFrame #57

Closed sjrusso8 closed 2 months ago

sjrusso8 commented 3 months ago

Description

Implement the missing method for checkpoint and localCheckpoint on the DataFrame

localCheckpoint

checkpoint

sjrusso8 commented 2 months ago

Both checkpoint and localCheckpoint are not part of the spark connect api. closing this issue.