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**: File names cannot have empty value(s) while file name option is set as per partition.
396
+
-**Message**: File names cannot have empty values while file name option is set as per partition.
397
397
-**Cause**: Invalid partition file names are provided.
398
398
-**Recommendation**: Check your sink settings to have the right value of file names.
399
399
400
400
### Error code: DF-Executor-InvalidPath
401
401
402
-
-**Message**: Path does not resolve to any file(s). Make sure the file/folder exists and is not hidden.
402
+
-**Message**: Path does not resolve to any files. Make sure the file/folder exists and is not hidden.
403
403
-**Cause**: An invalid file/folder path is provided, which can't be found or accessed.
404
404
-**Recommendation**: Check the file/folder path, and make sure it is existed and can be accessed in your storage.
405
405
@@ -535,7 +535,7 @@ This section lists common error codes and messages reported by mapping data flow
535
535
-**Recommendation**: Check the syntactical correctness of the given query. Ensure to have a non-quoted query string when it is referenced as a pipeline parameter.
536
536
537
537
### Error code: DF-Executor-ParameterParseError
538
-
-**Message**: Parameter stream has parsing errors. Not honoring the datatype of parameter(s) could be one of the causes.
538
+
-**Message**: Parameter stream has parsing errors. Not honoring the datatype of parameters could be one of the causes.
539
539
-**Cause**: Parsing errors in given parameters.
540
540
-**Recommendation**: Check the parameters having errors, ensure the usage of appropriate functions, and honor the datatypes given.
541
541
@@ -589,7 +589,7 @@ This section lists common error codes and messages reported by mapping data flow
589
589
590
590
### Error code: DF-Hive-InvalidDataType
591
591
592
-
-**Message**: Unsupported Column(s).
592
+
-**Message**: Unsupported Columns.
593
593
-**Cause**: Unsupported Columns are provided.
594
594
-**Recommendation**: Update the column of input data to match the data type supported by the Hive.
595
595
@@ -611,7 +611,7 @@ This section lists common error codes and messages reported by mapping data flow
611
611
612
612
### Error code: DF-JSON-WrongDocumentForm
613
613
614
-
-**Message**: Malformed records are detected in schema inference. Parse Mode: FAILFAST. It could be because of a wrong selection in document form to parse json file(s). Please try a different 'Document form' (Single document/Document per line/Array of documents) on the json source.
614
+
-**Message**: Malformed records are detected in schema inference. Parse Mode: FAILFAST. It could be because of a wrong selection in document form to parse json files. Please try a different 'Document form' (Single document/Document per line/Array of documents) on the json source.
615
615
-**Cause**: Wrong document form is selected to parse JSON files.
616
616
-**Recommendation**: Try different **Document form** (**Single document**/**Document per line**/**Array of documents**) in JSON settings. Most cases of parsing errors are caused by wrong configuration.
617
617
@@ -651,7 +651,7 @@ This section lists common error codes and messages reported by mapping data flow
651
651
652
652
### Error code: DF-MSSQL-InvalidDataType
653
653
654
-
-**Message**: Unsupported field(s).
654
+
-**Message**: Unsupported fields.
655
655
-**Cause**: Unsupported fields are provided.
656
656
-**Recommendation**: Modify the input data column to match the data type supported by MSSQL.
657
657
@@ -916,7 +916,7 @@ This section lists common error codes and messages reported by mapping data flow
916
916
### Error code: DF-SAPODP-KeyColumnsNotSpecified
917
917
918
918
919
-
-**Message**: Key column(s) should be specified for non-insertable operations (updates/deletes)
919
+
-**Message**: Key columns should be specified for non-insertable operations (updates/deletes)
920
920
-**Cause**: This error occurs when you skip selecting **Key Columns** in the sink table.
921
921
-**Recommendations**: Allowing delete, upsert and update options requires a key column to be specified. Specify one or more columns for the row matching in sink.
0 commit comments