Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
java-version: 17
cache: 'maven'
- name: Configure Problem Matchers
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
java-version: 17
cache: 'maven'
- name: Configure Problem Matchers
run: |
Expand Down
3 changes: 2 additions & 1 deletion docs/src/main/sphinx/release/release-389.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Release 389 (7 July 2022)

## General
Expand Down Expand Up @@ -31,7 +32,7 @@

## Iceberg connector

* Improve optimized Parquet writer performance for
* Improve performance when writing Parquet files with
[non-structural data types](structural-data-types). ({issue}`13030`)

## MongoDB connector
Expand Down