Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void testInvalidHiveSyncProps() throws IOException {
new HoodieMultiTableDeltaStreamer(cfg, jsc);
}, "Should fail when hive sync table not provided with enableHiveSync flag");
log.debug("Expected error when creating table execution objects", e);
assertTrue(e.getMessage().contains("Hive sync table field not provided!"));
assertTrue(e.getMessage().contains("Meta sync table field not provided!"));
}

@Test
Expand Down