alamb commented on PR #16033:
URL: https://github.com/apache/datafusion/pull/16033#issuecomment-2887100083

   > Btw @alamb this is prob a good question is there a place in roadmap to 
support UPDATE/DELETE DDLs? for a single machine engine it might be beneficial. 
DuckDB supports it
   
   TLDR is I don't think there is any standard way to support UPDATE/DELETE in 
any of the formats that DataFusion comes with(parquet, json, avro, jason)
   
   My understanding is that the DML planning support in Datafusion is used for:
   1. Formats  (e.g. iceberg)  that do have support for update/delete
   2. Systems (e.g. some proprietary db systems) that can support update/delete 
   
   This is something we should probably add to the DataFusion documentation 
somewhere 🤔 
   
   


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

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


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

Reply via email to