coderfender commented on code in PR #137:
URL: https://github.com/apache/datafusion-site/pull/137#discussion_r2729624378


##########
content/blog/2026-01-26-datafusion-comet-0.13.0.md:
##########
@@ -0,0 +1,109 @@
+---
+layout: post
+title: Apache DataFusion Comet 0.13.0 Release
+date: 2026-01-26
+author: pmc
+categories: [subprojects]
+---
+
+The Apache DataFusion PMC has released version 0.13.0 of Comet, an accelerator 
for Apache Spark. This version represents approximately eight weeks of 
development work encompassing 169 merged pull requests from 15 contributors.
+
+## Key Features
+
+### Native Parquet Write Support (Experimental)
+
+This release introduces experimental native Parquet write capabilities, 
allowing Comet to intercept and execute Parquet write operations natively 
through DataFusion. Key capabilities include:
+
+- File commit protocol support for reliable writes
+- Remote HDFS writing via OpenDAL integration
+- Complex type support (arrays, maps, structs)
+- Proper handling of object store settings
+
+To enable native Parquet writes, set:
+
+```
+spark.comet.parquet.write.enabled=true
+```

Review Comment:
   Minor:  Shouldnt we also enable  CometDatawritingExecCommand ?
   ```conf.set("spark.comet.allowIncompatibleOp.DataWritingCommandExec", 
"true")```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to