Skip to content

Conversation

@Fokko
Copy link
Contributor

@Fokko Fokko commented Jun 23, 2025

Rationale for this change

Moar test coverage :)

Are these changes tested?

Are there any user-facing changes?

Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Theres another one of these in

if format_version == 1 and isinstance(catalog, RestCatalog):
pytest.skip(
"There is a bug in the REST catalog image (https://github.com/apache/iceberg/issues/8756) that prevents create and commit a staged version 1 table"
)

I did a search for pytest.skip https://grep.app/search?f.repo.pattern=iceberg-python&q=pytest.skip

@Fokko Fokko force-pushed the fd-has-been-fixed branch from 4f5c68f to f78dbf4 Compare June 23, 2025 20:24
# There is an issue with CREATE OR REPLACE
# https://github.com/apache/iceberg/issues/8756
spark.sql(f"DROP TABLE IF EXISTS {catalog_name}.default.test_table_version")

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, i think we can also remove L276-L278

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunally not, the OR REPLACE syntax requires a SQL extension I believe, so I'll leave that one for now.

@Fokko Fokko merged commit acbdeca into main Jun 23, 2025
10 checks passed
@Fokko Fokko deleted the fd-has-been-fixed branch June 23, 2025 20:48
@Fokko
Copy link
Contributor Author

Fokko commented Jun 23, 2025

Thanks @kevinjqliu for the review 🙌

Fokko pushed a commit that referenced this pull request Jun 24, 2025
<!--
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
Follow up to #2137
Remove all mentions of `CREATE OR REPLACE` issue,
apache/iceberg#8756

# Are these changes tested?

# Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->
Fokko pushed a commit to apache/iceberg-go that referenced this pull request Jun 24, 2025
Remove all mentions of `CREATE OR REPLACE` issue,
apache/iceberg#8756
Similar to apache/iceberg-python#2137 and
apache/iceberg-python#2140
amitgilad3 pushed a commit to amitgilad3/iceberg-python that referenced this pull request Jul 7, 2025
<!--
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

Moar test coverage :)

# Are these changes tested?

# Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->
amitgilad3 pushed a commit to amitgilad3/iceberg-python that referenced this pull request Jul 7, 2025
<!--
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
Follow up to apache#2137
Remove all mentions of `CREATE OR REPLACE` issue,
apache/iceberg#8756

# Are these changes tested?

# Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
<!--
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

Moar test coverage :)

# Are these changes tested?

# Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
<!--
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
Follow up to apache#2137
Remove all mentions of `CREATE OR REPLACE` issue,
apache/iceberg#8756

# Are these changes tested?

# Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->
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 this pull request may close these issues.

2 participants