EXPORT INTO EXA with HASHTYPE columns may fail with REPLACE

Details

Detail name Value
Changelog Number 13587
Type Bug
Status Resolved
Affected Versions Exasol 7.0.0, Exasol 7.1.0
Fix Versions Exasol 7.1.4, Exasol 7.0.15
Resolution Date 2021-12-22

Problem

EXPORT INTO EXA with non-default-sized HASHTYPE columns may fail when using the REPLACE option with the following error message.

SQL Error [42636]: ETL-1100: Internal error occured - Please contact support for more information

Workaround

Instead of using the REPLACE option, the target table can be manually dropped and created before issuing the EXPORT statement.

Fix

EXPORT works as expected with the REPLACE option.