Implement error handling by putting the info into _Spark_'s standard error column (String
)
#86
Labels
enhancement
New feature or request
String
)
#86
Background
One of the provided
ErrorHandling
implementations. Title is actually little misleading, point is to write the errors into string column, and the column name should default intospark.sql.columnNameOfCorruptRecord
(See Runtime SQL Configuration)Feature
Write errors into a
StringType
column, by converting each error submit filed into a string and concatenating them with a delimiter. The column name should/might default tospark.sql.columnNameOfCorruptRecord
Proposed Solution
Solution Ideas:
\n
,
The text was updated successfully, but these errors were encountered: