|
@@ -105,7 +105,7 @@ class NativeTransform:
|
|
|
# the insert if the user has included bad data in the column. We need to ensure that the
|
|
|
# insert fails (using garbage data) to avoid a partial insert, and use the context to
|
|
|
# propagate the correct exception to the user
|
|
|
- logger.error('Error serializing column `%s` into into data type `%s`',
|
|
|
+ logger.error('Error serializing column `%s` into data type `%s`',
|
|
|
col_name, col_type.name, exc_info=True)
|
|
|
context.insert_exception = ex
|
|
|
yield 'INTERNAL EXCEPTION WHILE SERIALIZING'.encode()
|