We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.5.0 (latest release)
puchengy@f36f5a4
FAILED [ 8%] tests/test_transforms.py:134 (test_buckets[<lambda>-0-0]) None != 0
The text was updated successfully, but these errors were encountered:
@puchengy This is a big one, thanks for catching it! Are you interested in filing a PR?
Sorry, something went wrong.
@Fokko Hi, unfortunately I don't have bandwidth recently, will leave it open for now in case anyone is interested.
Looks like the error is just a bad truthy comparison on v, which evaluates False if it is 0, resulting in the None return? https://github.com/apache/iceberg-python/blob/main/pyiceberg/transforms.py#L265
Successfully merging a pull request may close this issue.
Apache Iceberg version
0.5.0 (latest release)
Please describe the bug 🐞
puchengy@f36f5a4
The text was updated successfully, but these errors were encountered: