APT_IMPORT_HANDLE_SHORT

Set the APT_IMPORT_HANDLE_SHORT environment variable so that the import operator successfully imports records that do not contain all the fields in the import schema.

By default, records that do not contain all the fields in the import schema are rejected by the import operator. Set the APT_IMPORT_HANDLE_SHORT environment variable so that these records are imported successfully. The missing fields are given the default value for their type, or null if the field is nullable.

Setting the APT_IMPORT_HANDLE_SHORT environment variable disables optimization for fixed length schemas by the copy operator, which might cause slower performance for some fixed-length schemas.

The APT_IMPORT_HANDLE_SHORT environment variable is not supported for importing fixed-length records without a record limiter, as incorrect data might be imported.