Capture Row Formatting Errors and Declare a Reject Limit
The following SQL fragment captures formatting errors internally in HAWQ and declares a reject limit of 10 rows.
LOG ERRORS INTO errortable SEGMENT REJECT LIMIT 10 ROWS
The following SQL fragment captures formatting errors internally in HAWQ and declares a reject limit of 10 rows.
LOG ERRORS INTO errortable SEGMENT REJECT LIMIT 10 ROWS