HeatWave Lakehouse extends Auto Parallel Load support for external tables that have a pre-defined schema. It is now able to reconcile the inferred schema with the pre-defined table definition when there is a column type mismatch between the two. Schema inference adjusts this schema to prevent possible errors during data loading. See: Lakehouse Auto Parallel Load with the external_tables Option. (WL #16040)
HeatWave Lakehouse now has improved error reporting. See: HeatWave Lakehouse Error Messages. (WL #15951)
GREATEST()
andLEAST()
comparison and string functions now support theYEAR
data type. (WL #15910)