sharkdtu opened a new issue, #1719: URL: https://github.com/apache/iceberg-python/issues/1719
### Feature Request / Improvement The output file name of python api: f"00000-{self.counter_id}-{self.write_uuid}.{extension}" The output file name of java api: f"{partitionId:05d}-{taskId}-{operationId}-{counterId:05d}.{extension}" > java api ref: https://github.com/apache/iceberg/blob/a582968975dd30ff4917fbbe999f1be903efac02/core/src/main/java/org/apache/iceberg/io/OutputFileFactory.java#L92-L101 -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org