1
0

[MINOR] fix typo,'SPAKR' corrected to 'SPARK' (#3721)

This commit is contained in:
qianchutao
2021-09-26 21:52:35 +08:00
committed by GitHub
parent aa546554ff
commit 7e887b54d7
3 changed files with 4 additions and 4 deletions

View File

@@ -1295,7 +1295,7 @@ public class TestHoodieDeltaStreamer extends TestHoodieDeltaStreamerBase {
"Table partitions should match the number of partitions we wrote");
assertEquals(lastInstantForUpstreamTable,
hiveClient.getLastCommitTimeSynced(hiveSyncConfig.tableName).get(),
"The last commit that was sycned should be updated in the TBLPROPERTIES");
"The last commit that was synced should be updated in the TBLPROPERTIES");
}
@Test