You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
When loading data using the COPY command if the input file is malformed, then we abort printing the following message:
libc++abi.dylib: terminating with uncaught exception of type quickstep::TextScanFormatError: TextScanFormatError: Malformed data encountered during text scan (Row has too many fields)
Handle such errors gracefully by warning the user and aborting the load, and not crashing the system.