Skip to content

Inconsistent output file name with java api #1719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sharkdtu opened this issue Feb 25, 2025 · 0 comments · May be fixed by #1720
Open

Inconsistent output file name with java api #1719

sharkdtu opened this issue Feb 25, 2025 · 0 comments · May be fixed by #1720

Comments

@sharkdtu
Copy link

sharkdtu commented Feb 25, 2025

Feature Request / Improvement

The output file name format is inconsistent:

  • python api: f"00000-{self.counter_id}-{self.write_uuid}.{extension}"
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant