This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch asf-blog in repository https://gitbox.apache.org/repos/asf/hive-site.git
commit a98f0a4cc96ae0379e81a5359df0403f81442c92 Author: Ayush Saxena <[email protected]> AuthorDate: Mon Jun 2 18:01:27 2025 +0530 Add Blogs by Dmitriy & Okumin. --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index f247724..9764d1c 100644 --- a/index.html +++ b/index.html @@ -126,6 +126,29 @@ <ul> <!-- Add links to blogs here at top, using same li element --> + <li> + <h3> + <a style="text-decoration:none" + href="https://medium.com/@dmitriy.fingerman/hive-iceberg-compaction-an-in-depth-look-at-improving-table-performance-11c717bb6f8b"> + Hive Iceberg Compaction: An In-Depth Look at Improving Table Performance + </a> + </h3> + <p><strong>Author</strong>: + <a style="text-decoration:none" + href="https://www.linkedin.com/in/dmitriy-fingerman-494aa915">Dmitriy Fingerman</a> + </p> + </li> + <li> + <h3> + <a style="text-decoration:none" + href="https://medium.com/@okumin/hive-bucket-map-join-is-now-available-for-iceberg-users-d3026a60a7bb"> + Hive: Bucket Map Join is now available for Iceberg users! + </a> + </h3> + <p><strong>Author</strong>: + <a style="text-decoration:none" href="https://www.linkedin.com/in/okumin">Shohei Okumiya</a> + </p> + </li> <li> <h3> <a style="text-decoration:none"
