rdblue commented on a change in pull request #2953:
URL: https://github.com/apache/iceberg/pull/2953#discussion_r707623636
##########
File path:
spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSourceTablesBase.java
##########
@@ -1034,7 +1061,7 @@ public void testUnpartitionedPartitionsTable() {
@Test
public void testPartitionsTable() {
TableIdentifier tableIdentifier = TableIdentifier.of("db",
"partitions_test");
- Table table = createTable(tableIdentifier, SCHEMA,
PartitionSpec.builderFor(SCHEMA).identity("id").build());
+ Table table = createTable(tableIdentifier, SCHEMA, SPEC);
Review comment:
Are these changes needed? I don't have a problem with them, but I don't
think they are required right?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]