Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Supported data types with Apache Iceberg tables - Amazon Redshift

Supported data types with Apache Iceberg tables

This topic describes the supported data types that Redshift Spectrum can read from tables in Apache Iceberg format.

Amazon Redshift can query Iceberg tables that contain the following data types:

binary boolean date decimal double float int list long map string struct timestamp without time zone

For more information about Iceberg data types, see the Schemas for Iceberg in the Apache Iceberg documentation.

The following table shows the relationship between Amazon Redshift data types and Iceberg table data types.

Iceberg type Amazon Redshift type Notes
boolean boolean
- tinyint Not supported for Iceberg tables in Amazon Redshift.
- smallint Not supported for Iceberg tables in Amazon Redshift.
int int In Amazon Redshift SQL statements, this type is INTEGER.
long bigint
double double precision
float real
decimal(P, S) decimal(P, S) P is precision, S is scale.
- char Not supported for Iceberg tables in Redshift Spectrum.
string string In Amazon Redshift SQL statements, this type is VARCHAR.
binary binary
date date
time -
timestamp timestamp
timestamptz -
list<E> array
map<K,V> map
struct<...> struct
fixed(L) - The fixed(L) type is not currently supported in Redshift Spectrum.

For more information about data types in Amazon Redshift, see Data types.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.