10.7 Release Notes (with behavior changes): Mar 02, 2026-Mar 05, 2026

Attention

This release has completed. For differences between the in-advance and final versions of these release notes, see Release notes change log.

Behavior change bundles

This release contains the following behavior change bundles:

Bundle NameStatus in this ReleasePrevious Status
2026_02Disabled by default; admins can enable for testingN/A (introduced in this release)
2026_01Enabled by default; admins can disable for opt-outDisabled by default
2025_07Generally enabled; admins can no longer enable/disableEnabled by default

The status for each bundle will change again in the following behavior change release, planned for April 2026; however, this schedule is subject to change.

For more information about bundle statuses and how they may impact your accounts, see About Behavior Changes.

Data lake updates

Apache Iceberg™ tables: Support for fixed(L) data type

Snowflake now supports the fixed(L) primitive data type as defined by the Apache Iceberg™ specification. Snowflake maps the Iceberg fixed(L) data type to the Snowflake BINARY(L) data type. In addition, Snowflake enforces that values inserted in Iceberg fixed(L) columns are exactly L bytes in length.

This enforcement ensures consistent behavior across engines in the Iceberg ecosystem.

For more information, see Other data types for Apache Iceberg™ tables.

Note

To use the Iceberg fixed(L) primitive data type, you must enable the 2026_02 behavior change bundle in your account. For more information, see Enabling a behavior change bundle in your account.

To enable this bundle in your account, execute the following statement:

SELECT SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE('2026_02');

Release notes change log

AnnouncementUpdateDate
Release notesInitial publication (preview)Feb 27, 2026