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-4361: Remove redundant argument in separateAndValidateProperties in CQSI #282

Closed

Conversation

ChinmaySKulkarni
Copy link
Contributor

No description provided.

@ChinmaySKulkarni
Copy link
Contributor Author

@aertoria please take a look. Thanks.

@@ -1940,7 +1940,8 @@ private void setTransactional(HTableDescriptor tableDescriptor, PTableType table
this.addCoprocessors(tableDescriptor.getName(), tableDescriptor, tableType, tableProps);
}

private Pair<HTableDescriptor,HTableDescriptor> separateAndValidateProperties(PTable table, Map<String, List<Pair<String, Object>>> properties, Set<String> colFamiliesForPColumnsToBeAdded, List<Pair<byte[], Map<String, Object>>> families, Map<String, Object> tableProps) throws SQLException {
private Pair<HTableDescriptor,HTableDescriptor> separateAndValidateProperties(PTable table, Map<String, List<Pair<String, Object>>> properties,
Copy link
Member

Choose a reason for hiding this comment

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

nit: Please undo this change

@ChinmaySKulkarni ChinmaySKulkarni deleted the PHOENIX-4361 branch March 22, 2018 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants