Skip to content

Commit f36dd75

Browse files
committed
Fix E2E error message
1 parent d610cd7 commit f36dd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oracle-plugin/src/e2e-test/resources/errorMessage.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ errorMessageInvalidNumberOfSplits=Invalid value for Number of Splits '0'. Must b
77
errorMessageNumberOfSplitNotNumber=Unable to create config for batchsource Oracle 'numSplits' is invalid: Value of field\
88
\ class io.cdap.plugin.db.config.AbstractDBSpecificSourceConfig.numSplits is expected to be a number.
99
errorMessageInvalidFetchSize=Invalid fetch size. Fetch size must be a positive integer.
10-
errorMessageInvalidSourceDatabase=SQL error while getting query schema: Listener refused the connection with the following \
10+
errorMessageInvalidSourceDatabase=SQL error while getting query schema: Error: Listener refused the connection with the following \
1111
error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
1212
errorMessageInvalidImportQuery=Import Query select must contain the string '$CONDITIONS'. if Number of Splits is not set\
1313
\ to 1. Include '$CONDITIONS' in the Import Query

0 commit comments

Comments
 (0)