Skip to content
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

Spark 3.3, 3.4: Fix incorrect catalog loaded in TestCreateActions #11049

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

manuzhang
Copy link
Collaborator

@manuzhang manuzhang commented Aug 30, 2024

Back-port of #10952
cc @nastra

@github-actions github-actions bot added the spark label Aug 30, 2024
@manuzhang manuzhang force-pushed the test-create-actions-backport branch from a06418e to 3cdde2b Compare September 1, 2024 14:36
@manuzhang manuzhang force-pushed the test-create-actions-backport branch from 3cdde2b to 5298462 Compare September 2, 2024 01:25
@@ -728,6 +733,8 @@ public void testStructOfThreeLevelLists() throws Exception {

@Test
public void testTwoLevelList() throws IOException {
Assume.assumeTrue("Cannot migrate to a hadoop based catalog", !type.equals("hadoop"));
Copy link
Contributor

Choose a reason for hiding this comment

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

why not use Assumptions from AssertJ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These two tests haven't been converted to AssertJ yet.

@nastra nastra merged commit 153b070 into apache:main Sep 9, 2024
31 checks passed
zachdisc pushed a commit to zachdisc/iceberg that referenced this pull request Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants