xixipi-lining opened a new pull request, #1150:
URL: https://github.com/apache/iceberg-go/pull/1150

   #### What changed:
   This PR removes the  `concurrentDataFileWriter`  parameter from  
`PartitionedFanoutWriter`, `PositionDeletePartitionedFanoutWriter` , and  
`RollingDataWriter` .
     
   #### Why:
   The  concurrentDataFileWriter  parameter is currently passed into these 
partitioned writers but is not used within their implementations. Removing it 
simplifies the constructor signatures and reduces unnecessary parameter passing.
     
   The  concurrentDataFileWriter  struct itself is preserved, as it is still 
used by unpartitioned delete operations.


-- 
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]

Reply via email to