Loading data

The JSON and Avro parsers now produce warnings if the data being loaded contains fields that are not part of the table definition.

Warning on unmatched data fields

The JSON and Avro parsers now produce warnings if the data being loaded contains fields that are not part of the table definition. New fields are logged in the UDX_EVENTS table and can be added to the target table definition using ALTER TABLE.

For more information, see Schema evolution and the parser reference pages, FJSONPARSER and FAVROPARSER.