mbutrovich commented on code in PR #5043: URL: https://github.com/apache/datafusion-comet/pull/5043#discussion_r3658154216
########## docs/source/about/blogs-and-talks.md: ########## @@ -0,0 +1,40 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Blog Posts and Talks + +A collection of blog posts, conference talks, and videos about Apache DataFusion Comet. +If you have written or presented something about Comet that is not listed here, please +open a pull request to add it. + +## 📝 Blog Posts + +- **2026-07-15**: [Accelerating Apache Spark Queries (and Iceberg Rust Development) with Apache DataFusion Comet](https://iceberg.apache.org/blog/accelerating-iceberg-rust-development-with-datafusion-comet/) — on the Apache Iceberg blog, covering Comet's native Iceberg Parquet scan support. +- **2024-03-06**: [Announcing Apache Arrow DataFusion Comet](https://arrow.apache.org/blog/2024/03/06/comet-donation/) — the Apache Arrow PMC announces the donation of Comet, a native Spark SQL accelerator built on Apache DataFusion. + +Release announcements for each Comet version are published on the +[Apache DataFusion blog](https://datafusion.apache.org/blog/). + +## 🎤 Talks and Videos + +- **2026-07-25**: [Learn How to Accelerate Apache Iceberg Reads on EMR with Apache DataFusion Comet](https://www.youtube.com/watch?v=mGMtrk2RXVY) — step-by-step guide. +- **2026-07-23**: [DataFusion Community Showcase Vol. 2: DataFusion Comet & DataFusion Ballista](https://www.youtube.com/watch?v=G8In--2RUwI). +- **2025-06-13**: [Apache DataFusion: Putting Theory Into Practice](https://www.youtube.com/watch?v=P_GLl14d9A4) — Matt Butrovich, DC Systems 004. Review Comment: ```suggestion - **2025-11-24**: [Fusing Academic Research and Open Source Systems for Petabyte-Scale Analytics](https://uci.yuja.com/V/Video?v=14629808&node=63064690&a=99786452) — Matt Butrovich, UC Irvine CS 224P. - **2025-06-13**: [Apache DataFusion: Putting Theory Into Practice](https://www.youtube.com/watch?v=P_GLl14d9A4) — Matt Butrovich, DC Systems 004. ``` -- 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]
