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

Initial spark 3.5 catalog #1333

Merged
merged 7 commits into from
Feb 6, 2025

Conversation

davidrabinowitz
Copy link
Member

No description provided.

@davidrabinowitz
Copy link
Member Author

/gcbrun

}

@Override
public Table alterTable(Identifier identifier, TableChange... tableChanges)
Copy link
Member

Choose a reason for hiding this comment

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

Is this something that we want to support later?

@isha97
Copy link
Member

isha97 commented Jan 28, 2025

The write integration tests are failing in the build. PTAL.

@Override
public Table loadTable(Identifier identifier) throws NoSuchTableException {
logger.debug("loading table [{}])", format(identifier));
return identifierToTableMapping.computeIfAbsent(
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a cache with no expiry. Seems problematic.
Is this safe to use across scans?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, replaced with a cache. It should be safe, unless the table is deleted and re-created with a different schema in the same process

@davidrabinowitz
Copy link
Member Author

/gcbrun

1 similar comment
@davidrabinowitz
Copy link
Member Author

/gcbrun

@isha97
Copy link
Member

isha97 commented Feb 6, 2025

Can you please update the Changes.md as well?

@davidrabinowitz davidrabinowitz merged commit 2cea89c into GoogleCloudDataproc:master Feb 6, 2025
6 of 7 checks passed
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.

3 participants