From 0aa2567d8ad5398a05b71639c46316829fb66494 Mon Sep 17 00:00:00 2001 From: Joe Lodin Date: Thu, 6 Oct 2022 17:43:15 -0400 Subject: [PATCH 1/3] Add link to Delta type support in Delta Lake connector docs --- docs/src/main/sphinx/connector/delta-lake.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/sphinx/connector/delta-lake.rst b/docs/src/main/sphinx/connector/delta-lake.rst index 26ff4ce584c4..a267b72b5b00 100644 --- a/docs/src/main/sphinx/connector/delta-lake.rst +++ b/docs/src/main/sphinx/connector/delta-lake.rst @@ -294,6 +294,11 @@ writing data. Data types may not map the same way in both directions between Trino and the data source. Refer to the following sections for type mapping in each direction. +See the `Delta Transaction Log specification +`_ +for more information about supported data types in the Delta Lake table format +specification. + Delta Lake to Trino type mapping ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From c8cacd969181465ca01f97756e0836b33bccf84f Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Thu, 13 Oct 2022 12:53:28 +0200 Subject: [PATCH 2/3] empty From 1a8e21e799fe3793b9063ca45f063baaad7a4d00 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Thu, 13 Oct 2022 16:06:43 +0200 Subject: [PATCH 3/3] empty