amogh-jahagirdar commented on code in PR #15006:
URL: https://github.com/apache/iceberg/pull/15006#discussion_r2677959689
##########
core/src/main/java/org/apache/iceberg/io/OutputFileFactory.java:
##########
@@ -143,6 +150,17 @@ private Builder(Table table, int partitionId, long taskId)
{
this.ioSupplier = table::io;
}
+ private Builder(
+ TableOperations ops, PartitionSpec spec, FileFormat format, int
partitionId, long taskId) {
+ this.ops = ops;
+ this.ioSupplier = ops::io;
Review Comment:
looks like some unit tests mock table and don't implement
`HasTableOperations`?
--
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]