Skip to content

Commit

Permalink
[MINOR] fix indent to make build pass (apache#6721)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannByron authored and yuzhaojing committed Sep 26, 2022
1 parent 56537c8 commit be4e003
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -160,8 +160,8 @@ public void testBasicSync(boolean useSchemaFromCommitMetadata, String syncMode)
assertTrue(hiveClient.tableExists(HiveTestUtil.TABLE_NAME),
"Table " + HiveTestUtil.TABLE_NAME + " should exist after sync completes");
assertEquals("org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe",
hiveClient.getTable(HiveTestUtil.TABLE_NAME).getSd().getSerdeInfo().getSerializationLib(),
"SerDe info not updated or does not match");
hiveClient.getTable(HiveTestUtil.TABLE_NAME).getSd().getSerdeInfo().getSerializationLib(),
"SerDe info not updated or does not match");
assertEquals(hiveClient.getMetastoreSchema(HiveTestUtil.TABLE_NAME).size(),
hiveClient.getStorageSchema().getColumns().size() + 1,
"Hive Schema should match the table schema + partition field");
Expand Down

0 comments on commit be4e003

Please sign in to comment.