amogh-jahagirdar commented on code in PR #15006:
URL: https://github.com/apache/iceberg/pull/15006#discussion_r2677860592
##########
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:
cleaning this up, since it's private, I'm pretty sure I'd be able to just be
able track table operations here rather than the table.....
--
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]