You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s3.force-virtual-addressing had a small problem where the condition does not assign the correct value to property_as_bool function, making any values assigned to s3.force-virtual-addressing always False.
Willingness to contribute
I can contribute a fix for this bug independently
I would be willing to contribute a fix for this bug with guidance from the Iceberg community
I cannot contribute a fix for this bug at this time
The text was updated successfully, but these errors were encountered:
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
This fix addressed issue #1922 and changed the behavior for both
`_oss_fs` and `_s3_fs` to be able to parse `s3.force-virtual-addressing`
correctly.
# Are these changes tested?
No unit tests are given to this change yet
# Are there any user-facing changes?
No
<!-- In the case of user-facing changes, please add the changelog label.
-->
Apache Iceberg version
0.9.0 (latest release)
Please describe the bug 🐞
s3.force-virtual-addressing
had a small problem where the condition does not assign the correct value toproperty_as_bool
function, making any values assigned tos3.force-virtual-addressing
alwaysFalse
.Willingness to contribute
The text was updated successfully, but these errors were encountered: