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: mysql-plugin/src/e2e-test/resources/errorMessage.properties
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
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 '
3
3
invalidtableName.error.message=Table '123#' does not exist. Ensure table '123#' is set correctly
4
4
invalidreferenceName.error.message=Invalid reference name
5
5
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'.
9
9
numberofsplits.error.message=Unable to create config for batchsource Mysql 'numSplits' is invalid
10
10
boundingQuery.error.message=Bounding Query must be specified if Number of Splits is not set to 1.
11
11
splitfield.error.message=Split-By Field Name must be specified if Number of Splits is not set to 1
Copy file name to clipboardExpand all lines: oracle-plugin/src/e2e-test/resources/errorMessage.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error:
18
18
java.io.IOException: ORA-00936: missing expression . Please check the system logs for more details.
19
19
blank.database.message=Required property 'database' has no value.
20
20
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