kevinjqliu commented on code in PR #17162: URL: https://github.com/apache/iceberg/pull/17162#discussion_r3572630175
########## site/docs/blog/posts/2026-07-13-accelerating-iceberg-rust-development-with-datafusion-comet.md: ########## @@ -0,0 +1,217 @@ +--- +date: 2026-07-13 +title: Accelerating Apache Spark Queries (and Iceberg Rust Development) with Apache DataFusion Comet +slug: accelerating-iceberg-rust-development-with-datafusion-comet # this is the blog url +authors: + - mbutrovich +categories: + - blog +--- + +<!-- + - 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. + --> + Review Comment: nit: would be good to add a 1 paragraph summary of the article. the paragraphs before the first header (`##`) gets rendered as the "summary" Heres how its rendered: <img width="1239" height="752" alt="Image" src="https://github.com/user-attachments/assets/213390c1-4451-403f-8db9-10a29b3d934b" /> Maybe we can add a `background` section for these paragraphs ########## site/docs/blog/posts/2026-07-13-accelerating-iceberg-rust-development-with-datafusion-comet.md: ########## @@ -0,0 +1,217 @@ +--- +date: 2026-07-13 +title: Accelerating Apache Spark Queries (and Iceberg Rust Development) with Apache DataFusion Comet +slug: accelerating-iceberg-rust-development-with-datafusion-comet # this is the blog url +authors: + - mbutrovich +categories: + - blog +--- + +<!-- + - 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. + --> + Review Comment: parsing out what i think are the key points: 1. Iceberg Rust is used by DataFusion Comet to accelerate Spark queries over Iceberg tables 2. Spark and DataFusion Comet provide a bridge that allows Iceberg Rust to be validated against Iceberg Java's Spark test corpus, improving correctness and accelerating development across both implementations. i think it would be beneficial to highlight these 2 points in the top level summary and each of the sections. this is purely nit 😄 -- 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]
