flyrain commented on a change in pull request #3370:
URL: https://github.com/apache/iceberg/pull/3370#discussion_r737006072



##########
File path: core/src/main/java/org/apache/iceberg/io/OutputFileFactory.java
##########
@@ -89,10 +60,8 @@ public OutputFileFactory(PartitionSpec spec, FileFormat 
format, LocationProvider
    * @param partitionId First part of the file name
    * @param taskId Second part of the file name
    * @param operationId Third part of the file name
-   * @deprecated since 0.12.0, will be removed in 0.13.0; use {@link 
#builderFor(Table, int, long)} instead.
    */
-  @Deprecated
-  public OutputFileFactory(PartitionSpec spec, FileFormat format, 
LocationProvider locations, FileIO io,
+  private OutputFileFactory(PartitionSpec spec, FileFormat format, 
LocationProvider locations, FileIO io,

Review comment:
       Fixed it.




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