Skip to content

Commit 2032545

Browse files
authored
MINOR: [Website] Fix date on JDBC blog post (#265)
1 parent e005501 commit 2032545

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_posts/2022-10-31-10.0.0-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ Thanks for your contributions and participation in the project!
4747
## Arrow Flight RPC notes
4848

4949
A JDBC driver based on [Arrow Flight SQL](https://arrow.apache.org/docs/format/FlightSql.html) is now available, courtesy of a code donation from Dremio ([ARROW-7744](https://issues.apache.org/jira/browse/ARROW-7744)).
50+
For more details, see ["Expanding Arrow's Reach with a JDBC Driver for Arrow Flight SQL"][flight-sql-jdbc].
5051
Flight SQL is now supported in Go ([ARROW-17326](https://issues.apache.org/jira/browse/ARROW-17326)).
5152
Protocol definitions for transactions and [Substrait](https://substrait.io) plans were added to Flight SQL and are implemented in C++ and Java ([ARROW-17688](https://issues.apache.org/jira/browse/ARROW-17688)).
5253
General "best practices" documentation was added for C++ ([ARROW-17407](https://issues.apache.org/jira/browse/ARROW-17407)).
5354
The C++ implementation now has basic [OpenTelemetry](https://opentelemetry.io/) integration ([ARROW-14958](https://issues.apache.org/jira/browse/ARROW-14958)).
5455

56+
[flight-sql-jdbc]: {% link _posts/2022-11-01-arrow-flight-sql-jdbc.md %}
57+
5558
## C++ notes
5659

5760
### C++11 is no longer supported

_posts/2022-11-01-arrow-flight-sql-jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Expanding Arrow's Reach with a JDBC Driver for Arrow Flight SQL"
4-
date: "2022-11-01 09:00:00 -0500"
4+
date: "2022-11-01 00:00:00"
55
author: pmc
66
categories: [application]
77
---

0 commit comments

Comments
 (0)