alamb commented on issue #10181:
URL: https://github.com/apache/datafusion/issues/10181#issuecomment-2070864010

   Example from @ion-elgreco 
   
   @alamb this is the code:       
   
   ```
     let (table, _metrics) = DeltaOps(table)
               .delete()
               .with_predicate("props['a'] = '2021-02-02'")
               .await
               .unwrap();
   
   ```
   
   Which comes from here: 
https://github.com/delta-io/delta-rs/blob/main/crates%2Fcore%2Fsrc%2Foperations%2Fdelete.rs#L770-L774


-- 
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: commits-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to