You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/11/01 13:47:20 UTC

[arrow-site] branch master updated: MINOR: [Website] Fix date on JDBC blog post (#265)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2032545e7f MINOR: [Website] Fix date on JDBC blog post (#265)
2032545e7f is described below

commit 2032545e7f19c2ffc358a0614d3d81fad340378f
Author: David Li <li...@gmail.com>
AuthorDate: Tue Nov 1 09:47:15 2022 -0400

    MINOR: [Website] Fix date on JDBC blog post (#265)
---
 _posts/2022-10-31-10.0.0-release.md        | 3 +++
 _posts/2022-11-01-arrow-flight-sql-jdbc.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/_posts/2022-10-31-10.0.0-release.md b/_posts/2022-10-31-10.0.0-release.md
index 74774947d0..e5b3de70f4 100644
--- a/_posts/2022-10-31-10.0.0-release.md
+++ b/_posts/2022-10-31-10.0.0-release.md
@@ -47,11 +47,14 @@ Thanks for your contributions and participation in the project!
 ## Arrow Flight RPC notes
 
 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)).
+For more details, see ["Expanding Arrow's Reach with a JDBC Driver for Arrow Flight SQL"][flight-sql-jdbc].
 Flight SQL is now supported in Go ([ARROW-17326](https://issues.apache.org/jira/browse/ARROW-17326)).
 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)).
 General "best practices" documentation was added for C++ ([ARROW-17407](https://issues.apache.org/jira/browse/ARROW-17407)).
 The C++ implementation now has basic [OpenTelemetry](https://opentelemetry.io/) integration ([ARROW-14958](https://issues.apache.org/jira/browse/ARROW-14958)).
 
+[flight-sql-jdbc]: {% link _posts/2022-11-01-arrow-flight-sql-jdbc.md %}
+
 ## C++ notes
 
 ### C++11 is no longer supported
diff --git a/_posts/2022-11-01-arrow-flight-sql-jdbc.md b/_posts/2022-11-01-arrow-flight-sql-jdbc.md
index cadca6e442..ea0e51937b 100644
--- a/_posts/2022-11-01-arrow-flight-sql-jdbc.md
+++ b/_posts/2022-11-01-arrow-flight-sql-jdbc.md
@@ -1,7 +1,7 @@
 ---
 layout: post
 title: "Expanding Arrow's Reach with a JDBC Driver for Arrow Flight SQL"
-date: "2022-11-01 09:00:00 -0500"
+date: "2022-11-01 00:00:00"
 author: pmc
 categories: [application]
 ---