rdblue commented on a change in pull request #827: Refactor metadata Table tests to use a common parent URL: https://github.com/apache/incubator-iceberg/pull/827#discussion_r388529492
########## File path: spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSourceHiveTables.java ########## @@ -695,63 +298,13 @@ public synchronized void testHiveAllManifestsTable() throws Exception { TableIdentifier tableIdentifier = TableIdentifier.of("db", "manifests_test"); try { Table table = catalog.createTable( - tableIdentifier, - SCHEMA, - PartitionSpec.builderFor(SCHEMA).identity("id").build()); + tableIdentifier, Review comment: Can you revert these changes? The indentation was correct. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org