This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drill-site.git
commit 0360788ed214a19df31788f48f59f0e0dd8c9e90 Author: James Turton <ja...@somecomputer.xyz> AuthorDate: Sat Jun 28 10:34:15 2025 +0200 Update Drill website for the release of Drill 1.22.0. --- _data/version.json | 10 ++--- _docs/en/rn/039-1.22.0-rn.md | 52 ++++++++++++++++++++++ blog/_posts/en/2025-06-28-drill-1.22.0-released.md | 11 +++++ 3 files changed, 68 insertions(+), 5 deletions(-) diff --git a/_data/version.json b/_data/version.json index 0752f74cfd..1653149e48 100644 --- a/_data/version.json +++ b/_data/version.json @@ -1,7 +1,7 @@ { - "display_version": "1.21.2", - "full_version": "1.21.2", - "release_date": "June 23, 2024", - "blog_post":"/blog/2024/06/23/drill-1.21.2-released", - "release_notes": "/docs/apache-drill-1-21-2-release-notes/" + "display_version": "1.22.0", + "full_version": "1.22.0", + "release_date": "June 28, 2025", + "blog_post":"/blog/2025/06/28/drill-1.22.0-released", + "release_notes": "/docs/apache-drill-1-22-0-release-notes/" } diff --git a/_docs/en/rn/039-1.22.0-rn.md b/_docs/en/rn/039-1.22.0-rn.md new file mode 100644 index 0000000000..80000332d5 --- /dev/null +++ b/_docs/en/rn/039-1.22.0-rn.md @@ -0,0 +1,52 @@ +--- +title: "Apache Drill 1.22.0 Release Notes" +slug: "Apache Drill 1.22.0 Release Notes" +parent: "Release Notes" +--- + +**Release date:** Jun 28, 2025 + +Today, we're happy to announce the availability of Drill 1.22.0. You can download it [here](https://drill.apache.org/download/). + + +Release Notes - Apache Drill - Version 1.22.0 + +## Bug +* [DRILL-8490](https://issues.apache.org/jira/DRILL-8490) - Sender operator fake memory leak result to sql failed and memory statistics error when ChannelClosedException +* [DRILL-8498](https://issues.apache.org/jira/DRILL-8498) - Sqlline illegal reflective access warning +* [DRILL-8501](https://issues.apache.org/jira/DRILL-8501) - Json Conversion UDF Not Respecting System JSON Options +* [DRILL-8502](https://issues.apache.org/jira/DRILL-8502) - Some boot options with drill.exec.options prefix are missed in configuration options +* [DRILL-8513](https://issues.apache.org/jira/DRILL-8513) - Right Hash Join with empty Left table ruturns 0 result +* [DRILL-8524](https://issues.apache.org/jira/DRILL-8524) - Drill Adding Duplicate Parameters in Offset Paginator + +## New Feature +* [DRILL-8413](https://issues.apache.org/jira/DRILL-8413) - Add DNS Lookup Functions + +## Improvement +* [DRILL-8393](https://issues.apache.org/jira/DRILL-8393) - Allow parameters to be passed to headers through SQL in WHERE clause +* [DRILL-8402](https://issues.apache.org/jira/DRILL-8402) - Add REGEXP_EXTRACT Function +* [DRILL-8407](https://issues.apache.org/jira/DRILL-8407) - Add Support for SFTP File Systems +* [DRILL-8420](https://issues.apache.org/jira/DRILL-8420) - Remove shaded Guava and upgrade stock Guava 30.1.1-jre → 32.1.2-jre +* [DRILL-8424](https://issues.apache.org/jira/DRILL-8424) - Accommodate RexBuilder changes made for SAFE_CAST +* [DRILL-8433](https://issues.apache.org/jira/DRILL-8433) - Add Percent Change UDF to Drill +* [DRILL-8436](https://issues.apache.org/jira/DRILL-8436) - Upgrade Hadoop 3.2.4 -> 3.3.6 +* [DRILL-8437](https://issues.apache.org/jira/DRILL-8437) - Add Header Index Pagination +* [DRILL-8450](https://issues.apache.org/jira/DRILL-8450) - Add Data Type Inference to XML Format Plugin +* [DRILL-8453](https://issues.apache.org/jira/DRILL-8453) - Add XSD Support to XML Reader (Part 1) +* [DRILL-8454](https://issues.apache.org/jira/DRILL-8454) - Disable unsupported MapR profile and plugin +* [DRILL-8457](https://issues.apache.org/jira/DRILL-8457) - Allow configuring csv parser in http storage plugin configuration +* [DRILL-8492](https://issues.apache.org/jira/DRILL-8492) - Allow Parquet TIME_MICROS and TIMESTAMP_MICROS columns to be read as 64-bit integer values +* [DRILL-8503](https://issues.apache.org/jira/DRILL-8503) - Add Configuration Option to Skip Host Validation for Splunk +* [DRILL-8504](https://issues.apache.org/jira/DRILL-8504) - Add Schema Caching to Splunk Plugin +* [DRILL-8506](https://issues.apache.org/jira/DRILL-8506) - Ignore JSON Elements with Empty Keys +* [DRILL-8522](https://issues.apache.org/jira/DRILL-8522) - Change session cookie name to avoid conflicts +* [DRILL-8526](https://issues.apache.org/jira/DRILL-8526) - Hive Predicate Push Down for ORC and Parquet + +## Task +* [DRILL-8499](https://issues.apache.org/jira/DRILL-8499) - new util for generating random text +* [DRILL-8515](https://issues.apache.org/jira/DRILL-8515) - upgrade to hbase client 2.6.1 +* [DRILL-8517](https://issues.apache.org/jira/DRILL-8517) - Update Google Protobuf +* [DRILL-8521](https://issues.apache.org/jira/DRILL-8521) - Update Parquet due to CVE +* [DRILL-8523](https://issues.apache.org/jira/DRILL-8523) - Remove Support for Java 8 +* [DRILL-8525](https://issues.apache.org/jira/DRILL-8525) - Migrate fully to Apache Commons Collections 4.x + diff --git a/blog/_posts/en/2025-06-28-drill-1.22.0-released.md b/blog/_posts/en/2025-06-28-drill-1.22.0-released.md new file mode 100644 index 0000000000..ea68f69411 --- /dev/null +++ b/blog/_posts/en/2025-06-28-drill-1.22.0-released.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Drill 1.22.0 Released" +code: drill-1.22.0-released +excerpt: Apache Drill 1.22.0 has been released. + +authors: ["jturton"] +--- + +Today, we're happy to announce the availability of Drill 1.22.0. You can download it [here](https://drill.apache.org/download/). You can find a complete list of improvements and JIRAs resolved in the 1.22.0 release [here]({{site.baseurl}}/docs/apache-drill-1-22-0-release-notes/). +