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

Update migration to use ZVIEW and ZTABLE #156

Conversation

akrambek
Copy link
Contributor

No description provided.

@akrambek akrambek requested a review from jfallows December 18, 2024 07:09
Comment on lines 1537 to 1538
String label = matcher.reset(name).replaceAll(match -> match.group(2).toUpperCase());
name = matcher.reset(name).replaceAll(match -> match.group(2));
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't look right to me.
Is the only difference between label and updated name is upper case?

@jfallows jfallows merged commit 0bf85f8 into aklivity:feature/local-platform-api Dec 18, 2024
2 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.

2 participants