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
Copy file name to clipboardExpand all lines: src/e2e-test/resources/errorMessage.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ errorMessageIncorrectBQBucketName=Bucket name 'VALUE' can only contain lowercase
18
18
errorMessageIncorrectBQTableName=Table name 'VALUE' can only contain letters (lower or uppercase), numbers, '_' and '-'.
19
19
errorMessageIncorrectBQProperty=PROPERTY name 'VALUE' can only contain letters (lower or uppercase), numbers and '_'.
20
20
errorMessageIncorrectDatasetName=Dataset name 'VALUE' can only contain letters (lower or uppercase), numbers and '_'.
21
-
errorMessageInvalidPath=Error when trying to detect schema: Input path not found
21
+
errorMessageInvalidPath=Error when trying to detect schema, java.io.IOException: Input path not found
22
22
errorMessageBQExecuteTableDataset=Dataset and table must be specified together.
23
23
errorMessageIncorrectMinimumSplitSize=Unable to create config for batchsource GCSFile 'minSplitSize' is invalid: Value of field class io.cdap.plugin.gcp.gcs.source.GCSSource$GCSSourceConfig.minSplitSize is expected to be a number.
24
24
errorMessageIncorrectMaximumSplitSize=Unable to create config for batchsource GCSFile 'maxSplitSize' is invalid: Value of field class io.cdap.plugin.format.plugin.AbstractFileSourceConfig.maxSplitSize is expected to be a number.
0 commit comments