This behavior change is in the 2022_07 bundle. In the 6.32 release, the bundle is disabled by default .
For the most up-to-date status of the bundle, as well as other release-related details, see the Behavior Change Log.
When the input for the GET_DDL function is an external table that references a Delta Lake table, the CREATE EXTERNAL TABLE statement returned by the function has changed as follows:
Previously:
|
The statement omitted the TABLE_FORMAT = DELTA parameter that identifies the external table as referencing a Delta Lake table.
|
Currently:
|
The statement includes the TABLE_FORMAT = DELTA parameter.
|
Ref: 825