Skip to content

Commit 2d59b51

Browse files
committed
mysql changes
1 parent ba524f8 commit 2d59b51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
validationSuccessMessage=No errors found.
2-
invalid.username.message=SQL error while getting query schema:
2+
invalid.username.message=Error occurred while trying to get schema from database.Error message: 'Access denied for user '
33
invalidtableName.error.message=Table '123#' does not exist. Ensure table '123#' is set correctly
44
invalidreferenceName.error.message=Invalid reference name
55
invalid.host.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.'. Error code: '0'. SQLState: '08S01''
6-
invalid.password.message=SQL error while getting query schema:
7-
invalid.databasename.message=SQL error while getting query schema:
8-
invalid.query.message=SQL error while getting query schema:
6+
invalid.password.message=Error occurred while trying to get schema from database.Error message: 'Access denied for user '
7+
invalid.databasename.message=Error occurred while trying to get schema from database.Error message: 'Access denied for user '
8+
invalid.query.message=Error occurred while trying to get schema from database.Error message: 'No tables used'.
99
numberofsplits.error.message=Unable to create config for batchsource Mysql 'numSplits' is invalid
1010
boundingQuery.error.message=Bounding Query must be specified if Number of Splits is not set to 1.
1111
splitfield.error.message=Split-By Field Name must be specified if Number of Splits is not set to 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error:
1818
java.io.IOException: ORA-00936: missing expression . Please check the system logs for more details.
1919
blank.database.message=Required property 'database' has no value.
2020
blank.connection.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'ORA-01005: null password given; logon denied '. Error code: '1005'. SQLState: '72000''
21-
blank.HostBlank.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'IO Error: The Network Adapter could not establish the connection'. Error code: '17002'. SQLState: '08006''
21+
blank.HostBlank.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'IO Error: The Network Adapter could not establish the connection'. Error code: '17002'. SQLState: '08006''

0 commit comments

Comments
 (0)