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

Add missing CatalogVersion INSTANCE_SIZE constant #15449

Merged
merged 2 commits into from
Dec 23, 2022

Conversation

dain
Copy link
Member

@dain dain commented Dec 18, 2022

Release notes

(X) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Dec 18, 2022
@dain dain requested review from electrum and martint December 18, 2022 19:55
@@ -174,6 +174,8 @@ public boolean isInternal()
public static final class CatalogVersion
implements Comparable<CatalogVersion>
{
private static final int INSTANCE_SIZE = toIntExact(ClassLayout.parseClass(CatalogVersion.class).instanceSize());
Copy link
Member

Choose a reason for hiding this comment

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

Move CatalogVersion to be a top level class.

@dain dain force-pushed the catalog-version-size branch from dacba34 to 6742de1 Compare December 23, 2022 00:08
@dain dain merged commit 5ceea97 into trinodb:master Dec 23, 2022
@github-actions github-actions bot added this to the 404 milestone Dec 23, 2022
@dain dain deleted the catalog-version-size branch December 23, 2022 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants