xabriel commented on a change in pull request #655: Add PartitionsTable for
partition metadata
URL: https://github.com/apache/incubator-iceberg/pull/655#discussion_r348659646
##########
File path:
spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSourceHadoopTables.java
##########
@@ -401,4 +402,66 @@ public void testManifestsTable() {
Assert.assertEquals("Manifests table should have one manifest row", 1,
actual.size());
TestHelpers.assertEqualsSafe(manifestTable.schema().asStruct(),
expected.get(0), actual.get(0));
}
+
+ @Test
+ public void testHivePartitionsTable() {
Review comment:
nit: `testHivePartitionsTable` -> `testPartitionsTable `
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]