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: standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolForMetastore.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ public void testValidateNullValues() throws Exception {
220
220
221
221
// Test invalid case
222
222
String[] scripts = newString[] {
223
-
"update TBLS set SD_ID=null"
223
+
"update TBLS set SD_ID=null;"
224
224
};
225
225
FilescriptFile = generateTestScript(scripts);
226
226
schemaTool.execSql(scriptFile.getPath());
@@ -308,15 +308,15 @@ public void testValidateSchemaVersions() throws Exception {
0 commit comments