From 5973c13791c3644450fb20af1c2635c0a34befc2 Mon Sep 17 00:00:00 2001 From: Andy Kwok Date: Mon, 20 Jan 2025 09:55:04 -0800 Subject: [PATCH] Update broken url Signed-off-by: Andy Kwok --- .../opendistro-for-elasticsearch-sql.release-notes-1.6.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.6.0.0.md b/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.6.0.0.md index 5fca47ba85f..ed9578e3500 100644 --- a/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.6.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.6.0.0.md @@ -23,5 +23,5 @@ ### Bugfixes * Bugfix [#310](https://github.com/opendistro-for-elasticsearch/sql/pull/310): Add DATETIME cast support (issue: [#268](https://github.com/opendistro-for-elasticsearch/sql/issues/268)) * BugFix [#365](https://github.com/opendistro-for-elasticsearch/sql/pull/365): Return Correct Type Information for Fields (issue: [#316](https://github.com/opendistro-for-elasticsearch/sql/issues/316)) -* BugFix [#377](https://github.com/opendistro-for-elasticsearch/sql/pull/377): Return object type for field which has implicit object datatype when describe the table (issue:[sql-jdbc#57](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/57)) +* BugFix [#377](https://github.com/opendistro-for-elasticsearch/sql/pull/377): Return object type for field which has implicit object datatype when describe the table (issue:[sql-jdbc#57](https://github.com/amazon-archives/sql-jdbc/issues/57)) * BugFix [#381](https://github.com/opendistro-for-elasticsearch/sql/pull/381): FIX field function name letter case preserved in select with group by (issue: [#373](https://github.com/opendistro-for-elasticsearch/sql/issues/373))