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

PHOENIX-7474 Migrate IndexTool tables and make sure they are created #2031

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richardantal
Copy link
Contributor

No description provided.

@richardantal
Copy link
Contributor Author

FYI @swaroopak @kadirozde

I provided some description on the ticket about this change and why it is needed https://issues.apache.org/jira/browse/PHOENIX-7474

Let me know if you have any questions.

@kadirozde
Copy link
Contributor

@richardantal, the PR looks good to me overall. Thank you for fixing this issue. I will approve the PR after a successful build and test run (expect known test failures).

import static org.apache.phoenix.query.QueryConstants.SYSTEM_SCHEMA_NAME;

/**
* An MR job to populate the index table from the data table.
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not look like an MR tool to me, it does not implement the right interface for that.

Rename to IndexToolUtil or IndexToolTableUtil ?

Copy link
Contributor

Choose a reason for hiding this comment

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

and fix the comment

@richardantal
Copy link
Contributor Author

I see that these changes cause some test failures, I'll fix them soon.

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