szehon-ho commented on code in PR #4812:
URL: https://github.com/apache/iceberg/pull/4812#discussion_r919279775
##########
core/src/main/java/org/apache/iceberg/BaseMetadataTable.java:
##########
@@ -60,8 +61,12 @@ protected BaseMetadataTable(TableOperations ops, Table
table, String name) {
* @return a spec used to rewrite the metadata table filters to partition
filters using an inclusive projection
*/
static PartitionSpec transformSpec(Schema metadataTableSchema, PartitionSpec
spec) {
+ return transformSpec(metadataTableSchema, spec.partitionType());
+ }
+
+ static PartitionSpec transformSpec(Schema metadataTableSchema,
Types.StructType partitionType) {
Review Comment:
Whoops you are right, this is from some older fix attempt I was trying and
never cleaned it up.
--
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]