This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c286ccc Commit build products
c286ccc is described below
commit c286cccdd7a83a997ee68e58ff8d80c26358f956
Author: Build Pelican (action) <[email protected]>
AuthorDate: Fri Aug 15 17:58:19 2025 +0000
Commit build products
---
output/2019/02/04/datafusion-donation/index.html | 3 ++-
output/2021/04/12/ballista-donation/index.html | 3 ++-
output/2021/08/18/ballista-0.5.0/index.html | 3 ++-
output/2021/08/18/datafusion-5.0.0/index.html | 3 ++-
output/2021/11/19/2021-11-8-datafusion-6.0.0.md/index.html | 3 ++-
output/2022/02/28/datafusion-7.0.0/index.html | 3 ++-
output/2022/03/21/datafusion-contrib/index.html | 3 ++-
output/2022/05/16/datafusion-8.0.0/index.html | 3 ++-
output/2022/10/25/datafusion-13.0.0/index.html | 3 ++-
output/2022/10/28/ballista-0.9.0/index.html | 3 ++-
output/2023/01/19/datafusion-16.0.0/index.html | 3 ++-
output/2023/06/24/datafusion-25.0.0/index.html | 3 ++-
output/2023/08/05/datafusion_fast_grouping/index.html | 3 ++-
output/2024/01/19/datafusion-34.0.0/index.html | 3 ++-
output/2024/03/06/comet-donation/index.html | 3 ++-
output/2024/05/07/datafusion-tlp/index.html | 3 ++-
output/2024/07/20/datafusion-comet-0.1.0/index.html | 3 ++-
output/2024/07/24/datafusion-40.0.0/index.html | 3 ++-
output/2024/08/20/python-datafusion-40.0.0/index.html | 3 ++-
output/2024/08/28/datafusion-comet-0.2.0/index.html | 3 ++-
output/2024/09/13/string-view-german-style-strings-part-1/index.html | 3 ++-
output/2024/09/13/string-view-german-style-strings-part-2/index.html | 3 ++-
output/2024/09/27/datafusion-comet-0.3.0/index.html | 3 ++-
.../11/18/datafusion-fastest-single-node-parquet-clickbench/index.html | 3 ++-
output/2024/11/19/datafusion-python-udf-comparisons/index.html | 3 ++-
output/2024/11/20/datafusion-comet-0.4.0/index.html | 3 ++-
output/2024/12/14/datafusion-python-43.1.0/index.html | 3 ++-
output/2025/01/17/datafusion-comet-0.5.0/index.html | 3 ++-
output/2025/02/02/datafusion-ballista-43.0.0/index.html | 3 ++-
output/2025/02/17/datafusion-comet-0.6.0/index.html | 3 ++-
output/2025/02/20/datafusion-45.0.0/index.html | 3 ++-
output/2025/03/11/ordering-analysis/index.html | 3 ++-
output/2025/03/20/datafusion-comet-0.7.0/index.html | 3 ++-
output/2025/03/20/parquet-pruning/index.html | 3 ++-
output/2025/03/21/parquet-pushdown/index.html | 3 ++-
output/2025/03/24/datafusion-46.0.0/index.html | 3 ++-
output/2025/03/30/datafusion-python-46.0.0/index.html | 3 ++-
output/2025/04/10/fastest-tpch-generator/index.html | 3 ++-
output/2025/04/19/user-defined-window-functions/index.html | 3 ++-
output/2025/05/06/datafusion-comet-0.8.0/index.html | 3 ++-
output/2025/06/15/optimizing-sql-dataframes-part-one/index.html | 3 ++-
output/2025/06/15/optimizing-sql-dataframes-part-two/index.html | 3 ++-
output/2025/06/30/cancellation/index.html | 3 ++-
output/2025/07/01/datafusion-comet-0.9.0/index.html | 3 ++-
output/2025/07/11/datafusion-47.0.0/index.html | 3 ++-
output/2025/07/14/user-defined-parquet-indexes/index.html | 3 ++-
output/2025/07/16/datafusion-48.0.0/index.html | 3 ++-
output/2025/07/28/datafusion-49.0.0/index.html | 3 ++-
output/2025/08/15/external-parquet-indexes/index.html | 3 ++-
output/css/app.css | 3 +++
output/index.html | 3 ++-
51 files changed, 103 insertions(+), 50 deletions(-)
diff --git a/output/2019/02/04/datafusion-donation/index.html
b/output/2019/02/04/datafusion-donation/index.html
index f84571f..ff75610 100644
--- a/output/2019/02/04/datafusion-donation/index.html
+++ b/output/2019/02/04/datafusion-donation/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
DataFusion: A Rust-native Query Engine for Apache Arrow
</h1>
diff --git a/output/2021/04/12/ballista-donation/index.html
b/output/2021/04/12/ballista-donation/index.html
index a33a6bf..d42de39 100644
--- a/output/2021/04/12/ballista-donation/index.html
+++ b/output/2021/04/12/ballista-donation/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Ballista: A Distributed Scheduler for Apache Arrow
</h1>
diff --git a/output/2021/08/18/ballista-0.5.0/index.html
b/output/2021/08/18/ballista-0.5.0/index.html
index 608ecae..634f32e 100644
--- a/output/2021/08/18/ballista-0.5.0/index.html
+++ b/output/2021/08/18/ballista-0.5.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow Ballista 0.5.0 Release
</h1>
diff --git a/output/2021/08/18/datafusion-5.0.0/index.html
b/output/2021/08/18/datafusion-5.0.0/index.html
index 12eeec0..2fbf312 100644
--- a/output/2021/08/18/datafusion-5.0.0/index.html
+++ b/output/2021/08/18/datafusion-5.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 5.0.0 Release
</h1>
diff --git a/output/2021/11/19/2021-11-8-datafusion-6.0.0.md/index.html
b/output/2021/11/19/2021-11-8-datafusion-6.0.0.md/index.html
index e499a8c..33fee76 100644
--- a/output/2021/11/19/2021-11-8-datafusion-6.0.0.md/index.html
+++ b/output/2021/11/19/2021-11-8-datafusion-6.0.0.md/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 6.0.0 Release
</h1>
diff --git a/output/2022/02/28/datafusion-7.0.0/index.html
b/output/2022/02/28/datafusion-7.0.0/index.html
index 54d4f17..f6ead72 100644
--- a/output/2022/02/28/datafusion-7.0.0/index.html
+++ b/output/2022/02/28/datafusion-7.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 7.0.0 Release
</h1>
diff --git a/output/2022/03/21/datafusion-contrib/index.html
b/output/2022/03/21/datafusion-contrib/index.html
index 2ca394f..366b202 100644
--- a/output/2022/03/21/datafusion-contrib/index.html
+++ b/output/2022/03/21/datafusion-contrib/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Introducing Apache Arrow DataFusion Contrib
</h1>
diff --git a/output/2022/05/16/datafusion-8.0.0/index.html
b/output/2022/05/16/datafusion-8.0.0/index.html
index 54ceea7..863f6ec 100644
--- a/output/2022/05/16/datafusion-8.0.0/index.html
+++ b/output/2022/05/16/datafusion-8.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 8.0.0 Release
</h1>
diff --git a/output/2022/10/25/datafusion-13.0.0/index.html
b/output/2022/10/25/datafusion-13.0.0/index.html
index 5712a82..a4cec9f 100644
--- a/output/2022/10/25/datafusion-13.0.0/index.html
+++ b/output/2022/10/25/datafusion-13.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 13.0.0 Project Update
</h1>
diff --git a/output/2022/10/28/ballista-0.9.0/index.html
b/output/2022/10/28/ballista-0.9.0/index.html
index 6f44698..de3e21a 100644
--- a/output/2022/10/28/ballista-0.9.0/index.html
+++ b/output/2022/10/28/ballista-0.9.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow Ballista 0.9.0 Release
</h1>
diff --git a/output/2023/01/19/datafusion-16.0.0/index.html
b/output/2023/01/19/datafusion-16.0.0/index.html
index 61243b6..e7f5af5 100644
--- a/output/2023/01/19/datafusion-16.0.0/index.html
+++ b/output/2023/01/19/datafusion-16.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 16.0.0 Project Update
</h1>
diff --git a/output/2023/06/24/datafusion-25.0.0/index.html
b/output/2023/06/24/datafusion-25.0.0/index.html
index ba46224..ec9f6d8 100644
--- a/output/2023/06/24/datafusion-25.0.0/index.html
+++ b/output/2023/06/24/datafusion-25.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 26.0.0
</h1>
diff --git a/output/2023/08/05/datafusion_fast_grouping/index.html
b/output/2023/08/05/datafusion_fast_grouping/index.html
index 3b7ea8c..1e64688 100644
--- a/output/2023/08/05/datafusion_fast_grouping/index.html
+++ b/output/2023/08/05/datafusion_fast_grouping/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Aggregating Millions of Groups Fast in Apache Arrow DataFusion
28.0.0
</h1>
diff --git a/output/2024/01/19/datafusion-34.0.0/index.html
b/output/2024/01/19/datafusion-34.0.0/index.html
index 2f2b7e7..062933b 100644
--- a/output/2024/01/19/datafusion-34.0.0/index.html
+++ b/output/2024/01/19/datafusion-34.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache Arrow DataFusion 34.0.0 Released, Looking Forward to 2024
</h1>
diff --git a/output/2024/03/06/comet-donation/index.html
b/output/2024/03/06/comet-donation/index.html
index 0b71fdd..7b8bca5 100644
--- a/output/2024/03/06/comet-donation/index.html
+++ b/output/2024/03/06/comet-donation/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Announcing Apache Arrow DataFusion Comet
</h1>
diff --git a/output/2024/05/07/datafusion-tlp/index.html
b/output/2024/05/07/datafusion-tlp/index.html
index d5afe2a..852f1bc 100644
--- a/output/2024/05/07/datafusion-tlp/index.html
+++ b/output/2024/05/07/datafusion-tlp/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Announcing Apache Arrow DataFusion is now Apache DataFusion
</h1>
diff --git a/output/2024/07/20/datafusion-comet-0.1.0/index.html
b/output/2024/07/20/datafusion-comet-0.1.0/index.html
index dcdf79d..3dcde63 100644
--- a/output/2024/07/20/datafusion-comet-0.1.0/index.html
+++ b/output/2024/07/20/datafusion-comet-0.1.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.1.0 Release
</h1>
diff --git a/output/2024/07/24/datafusion-40.0.0/index.html
b/output/2024/07/24/datafusion-40.0.0/index.html
index 13fe22f..17e29d3 100644
--- a/output/2024/07/24/datafusion-40.0.0/index.html
+++ b/output/2024/07/24/datafusion-40.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion 40.0.0 Released
</h1>
diff --git a/output/2024/08/20/python-datafusion-40.0.0/index.html
b/output/2024/08/20/python-datafusion-40.0.0/index.html
index 35452e6..1021297 100644
--- a/output/2024/08/20/python-datafusion-40.0.0/index.html
+++ b/output/2024/08/20/python-datafusion-40.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Python 40.1.0 Released, Significant usability
updates
</h1>
diff --git a/output/2024/08/28/datafusion-comet-0.2.0/index.html
b/output/2024/08/28/datafusion-comet-0.2.0/index.html
index 954a8bf..a4d71ad 100644
--- a/output/2024/08/28/datafusion-comet-0.2.0/index.html
+++ b/output/2024/08/28/datafusion-comet-0.2.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.2.0 Release
</h1>
diff --git
a/output/2024/09/13/string-view-german-style-strings-part-1/index.html
b/output/2024/09/13/string-view-german-style-strings-part-1/index.html
index 018bd03..48cf7d9 100644
--- a/output/2024/09/13/string-view-german-style-strings-part-1/index.html
+++ b/output/2024/09/13/string-view-german-style-strings-part-1/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Using StringView / German Style Strings to Make Queries Faster:
Part 1- Reading Parquet
</h1>
diff --git
a/output/2024/09/13/string-view-german-style-strings-part-2/index.html
b/output/2024/09/13/string-view-german-style-strings-part-2/index.html
index ea041e7..f246ae8 100644
--- a/output/2024/09/13/string-view-german-style-strings-part-2/index.html
+++ b/output/2024/09/13/string-view-german-style-strings-part-2/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Using StringView / German Style Strings to make Queries Faster:
Part 2 - String Operations
</h1>
diff --git a/output/2024/09/27/datafusion-comet-0.3.0/index.html
b/output/2024/09/27/datafusion-comet-0.3.0/index.html
index f466b4f..c86368e 100644
--- a/output/2024/09/27/datafusion-comet-0.3.0/index.html
+++ b/output/2024/09/27/datafusion-comet-0.3.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.3.0 Release
</h1>
diff --git
a/output/2024/11/18/datafusion-fastest-single-node-parquet-clickbench/index.html
b/output/2024/11/18/datafusion-fastest-single-node-parquet-clickbench/index.html
index d391286..cca3fbf 100644
---
a/output/2024/11/18/datafusion-fastest-single-node-parquet-clickbench/index.html
+++
b/output/2024/11/18/datafusion-fastest-single-node-parquet-clickbench/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion is now the fastest single node engine for
querying Apache Parquet files
</h1>
diff --git a/output/2024/11/19/datafusion-python-udf-comparisons/index.html
b/output/2024/11/19/datafusion-python-udf-comparisons/index.html
index c4cc0c4..7ae8e98 100644
--- a/output/2024/11/19/datafusion-python-udf-comparisons/index.html
+++ b/output/2024/11/19/datafusion-python-udf-comparisons/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Comparing approaches to User Defined Functions in Apache
DataFusion using Python
</h1>
diff --git a/output/2024/11/20/datafusion-comet-0.4.0/index.html
b/output/2024/11/20/datafusion-comet-0.4.0/index.html
index db3b419..3de6b84 100644
--- a/output/2024/11/20/datafusion-comet-0.4.0/index.html
+++ b/output/2024/11/20/datafusion-comet-0.4.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.4.0 Release
</h1>
diff --git a/output/2024/12/14/datafusion-python-43.1.0/index.html
b/output/2024/12/14/datafusion-python-43.1.0/index.html
index a3865c7..2cc8511 100644
--- a/output/2024/12/14/datafusion-python-43.1.0/index.html
+++ b/output/2024/12/14/datafusion-python-43.1.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Python 43.1.0 Released
</h1>
diff --git a/output/2025/01/17/datafusion-comet-0.5.0/index.html
b/output/2025/01/17/datafusion-comet-0.5.0/index.html
index 18fc6ec..a92774a 100644
--- a/output/2025/01/17/datafusion-comet-0.5.0/index.html
+++ b/output/2025/01/17/datafusion-comet-0.5.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.5.0 Release
</h1>
diff --git a/output/2025/02/02/datafusion-ballista-43.0.0/index.html
b/output/2025/02/02/datafusion-ballista-43.0.0/index.html
index bc99ea1..d3c12cc 100644
--- a/output/2025/02/02/datafusion-ballista-43.0.0/index.html
+++ b/output/2025/02/02/datafusion-ballista-43.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Ballista 43.0.0 Released
</h1>
diff --git a/output/2025/02/17/datafusion-comet-0.6.0/index.html
b/output/2025/02/17/datafusion-comet-0.6.0/index.html
index aa3fddc..264208b 100644
--- a/output/2025/02/17/datafusion-comet-0.6.0/index.html
+++ b/output/2025/02/17/datafusion-comet-0.6.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.6.0 Release
</h1>
diff --git a/output/2025/02/20/datafusion-45.0.0/index.html
b/output/2025/02/20/datafusion-45.0.0/index.html
index caf7c0d..096843f 100644
--- a/output/2025/02/20/datafusion-45.0.0/index.html
+++ b/output/2025/02/20/datafusion-45.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion 45.0.0 Released
</h1>
diff --git a/output/2025/03/11/ordering-analysis/index.html
b/output/2025/03/11/ordering-analysis/index.html
index 90893d1..c1a7a18 100644
--- a/output/2025/03/11/ordering-analysis/index.html
+++ b/output/2025/03/11/ordering-analysis/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Using Ordering for Better Plans in Apache DataFusion
</h1>
diff --git a/output/2025/03/20/datafusion-comet-0.7.0/index.html
b/output/2025/03/20/datafusion-comet-0.7.0/index.html
index 6ef0930..ccf7a6b 100644
--- a/output/2025/03/20/datafusion-comet-0.7.0/index.html
+++ b/output/2025/03/20/datafusion-comet-0.7.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.7.0 Release
</h1>
diff --git a/output/2025/03/20/parquet-pruning/index.html
b/output/2025/03/20/parquet-pruning/index.html
index c086c76..20778f9 100644
--- a/output/2025/03/20/parquet-pruning/index.html
+++ b/output/2025/03/20/parquet-pruning/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Parquet Pruning in DataFusion: Read Only What Matters
</h1>
diff --git a/output/2025/03/21/parquet-pushdown/index.html
b/output/2025/03/21/parquet-pushdown/index.html
index b26a8f6..10036ef 100644
--- a/output/2025/03/21/parquet-pushdown/index.html
+++ b/output/2025/03/21/parquet-pushdown/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Efficient Filter Pushdown in Parquet
</h1>
diff --git a/output/2025/03/24/datafusion-46.0.0/index.html
b/output/2025/03/24/datafusion-46.0.0/index.html
index 1d82299..05437bc 100644
--- a/output/2025/03/24/datafusion-46.0.0/index.html
+++ b/output/2025/03/24/datafusion-46.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion 46.0.0 Released
</h1>
diff --git a/output/2025/03/30/datafusion-python-46.0.0/index.html
b/output/2025/03/30/datafusion-python-46.0.0/index.html
index f2b4519..0c2e1be 100644
--- a/output/2025/03/30/datafusion-python-46.0.0/index.html
+++ b/output/2025/03/30/datafusion-python-46.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Python 46.0.0 Released
</h1>
diff --git a/output/2025/04/10/fastest-tpch-generator/index.html
b/output/2025/04/10/fastest-tpch-generator/index.html
index 892c5f8..eb81394 100644
--- a/output/2025/04/10/fastest-tpch-generator/index.html
+++ b/output/2025/04/10/fastest-tpch-generator/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
tpchgen-rs World’s fastest open source TPC-H data generator,
written in Rust
</h1>
diff --git a/output/2025/04/19/user-defined-window-functions/index.html
b/output/2025/04/19/user-defined-window-functions/index.html
index 0ed94fa..42408f1 100644
--- a/output/2025/04/19/user-defined-window-functions/index.html
+++ b/output/2025/04/19/user-defined-window-functions/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
User defined Window Functions in DataFusion
</h1>
diff --git a/output/2025/05/06/datafusion-comet-0.8.0/index.html
b/output/2025/05/06/datafusion-comet-0.8.0/index.html
index 7bda82b..805d059 100644
--- a/output/2025/05/06/datafusion-comet-0.8.0/index.html
+++ b/output/2025/05/06/datafusion-comet-0.8.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.8.0 Release
</h1>
diff --git a/output/2025/06/15/optimizing-sql-dataframes-part-one/index.html
b/output/2025/06/15/optimizing-sql-dataframes-part-one/index.html
index 5fa71b7..6630169 100644
--- a/output/2025/06/15/optimizing-sql-dataframes-part-one/index.html
+++ b/output/2025/06/15/optimizing-sql-dataframes-part-one/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Optimizing SQL (and DataFrames) in DataFusion, Part 1: Query
Optimization Overview
</h1>
diff --git a/output/2025/06/15/optimizing-sql-dataframes-part-two/index.html
b/output/2025/06/15/optimizing-sql-dataframes-part-two/index.html
index 88e2252..f67e3de 100644
--- a/output/2025/06/15/optimizing-sql-dataframes-part-two/index.html
+++ b/output/2025/06/15/optimizing-sql-dataframes-part-two/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Optimizing SQL (and DataFrames) in DataFusion, Part 2: Optimizers
in Apache DataFusion
</h1>
diff --git a/output/2025/06/30/cancellation/index.html
b/output/2025/06/30/cancellation/index.html
index b8188fb..6b22918 100644
--- a/output/2025/06/30/cancellation/index.html
+++ b/output/2025/06/30/cancellation/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Using Rust async for Query Execution and Cancelling Long-Running
Queries
</h1>
diff --git a/output/2025/07/01/datafusion-comet-0.9.0/index.html
b/output/2025/07/01/datafusion-comet-0.9.0/index.html
index 93482b9..2c9a94a 100644
--- a/output/2025/07/01/datafusion-comet-0.9.0/index.html
+++ b/output/2025/07/01/datafusion-comet-0.9.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion Comet 0.9.0 Release
</h1>
diff --git a/output/2025/07/11/datafusion-47.0.0/index.html
b/output/2025/07/11/datafusion-47.0.0/index.html
index b308d89..56e54af 100644
--- a/output/2025/07/11/datafusion-47.0.0/index.html
+++ b/output/2025/07/11/datafusion-47.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion 47.0.0 Released
</h1>
diff --git a/output/2025/07/14/user-defined-parquet-indexes/index.html
b/output/2025/07/14/user-defined-parquet-indexes/index.html
index 8106cd8..1581b6b 100644
--- a/output/2025/07/14/user-defined-parquet-indexes/index.html
+++ b/output/2025/07/14/user-defined-parquet-indexes/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Embedding User-Defined Indexes in Apache Parquet Files
</h1>
diff --git a/output/2025/07/16/datafusion-48.0.0/index.html
b/output/2025/07/16/datafusion-48.0.0/index.html
index a4c50a5..d0fca31 100644
--- a/output/2025/07/16/datafusion-48.0.0/index.html
+++ b/output/2025/07/16/datafusion-48.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion 48.0.0 Released
</h1>
diff --git a/output/2025/07/28/datafusion-49.0.0/index.html
b/output/2025/07/28/datafusion-49.0.0/index.html
index 70a0815..d535373 100644
--- a/output/2025/07/28/datafusion-49.0.0/index.html
+++ b/output/2025/07/28/datafusion-49.0.0/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Apache DataFusion 49.0.0 Released
</h1>
diff --git a/output/2025/08/15/external-parquet-indexes/index.html
b/output/2025/08/15/external-parquet-indexes/index.html
index 6cd5bbe..82ee24b 100644
--- a/output/2025/08/15/external-parquet-indexes/index.html
+++ b/output/2025/08/15/external-parquet-indexes/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> </head>
<body class="d-flex flex-column h-100">
@@ -38,7 +39,7 @@
<!-- article contents -->
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h1>
Using External Indexes, Metadata Stores, Catalogs and Caches to
Accelerate Queries on Apache Parquet
</h1>
diff --git a/output/css/app.css b/output/css/app.css
index e69de29..28ea660 100644
--- a/output/css/app.css
+++ b/output/css/app.css
@@ -0,0 +1,3 @@
+.main-content {
+ max-width: 900px;
+}
diff --git a/output/index.html b/output/index.html
index 76f0ff6..08a48d6 100644
--- a/output/index.html
+++ b/output/index.html
@@ -9,6 +9,7 @@
<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/blog/css/headerlink.css" rel="stylesheet">
<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
<script src="/blog/highlight/highlight.js"></script>
<script>hljs.highlightAll();</script> <link
href="/blog/css/blog_index.css" rel="stylesheet">
</head>
@@ -38,7 +39,7 @@
</nav>
<div id="contents">
<div class="bg-white p-5 rounded">
- <div class="col-sm-8 mx-auto">
+ <div class="col-md-10 col-lg-8 mx-auto main-content">
<h3>Welcome to the Apache DataFusion Blog!</h3>
<p><i>Here you can find the latest updates from DataFusion and
related projects.</i></p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]