Skip to content

PHOENIX-6681 addendum#1470

Closed
palashc wants to merge 2 commits into
apache:4.xfrom
palashc:PHOENIX-6681_addendum
Closed

PHOENIX-6681 addendum#1470
palashc wants to merge 2 commits into
apache:4.xfrom
palashc:PHOENIX-6681_addendum

Conversation

@palashc

@palashc palashc commented Jul 22, 2022

Copy link
Copy Markdown
Contributor

No description provided.

get(INDEX_CREATE_DEFAULT_STATE, QueryServicesOptions.DEFAULT_CREATE_INDEX_STATE));
PIndexState defaultCreateState;
String defaultCreateStateString = connection.getClientInfo(INDEX_CREATE_DEFAULT_STATE);
if (defaultCreateStateString == null) defaultCreateState = PIndexState.valueOf(connection.getQueryServices().getConfiguration().

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nit: We put braces for if even if single statement in if-else block and the statements inside are on a separate line

@gjacoby126

Copy link
Copy Markdown
Contributor

@palashc - This PR is going into 4.x which has reached end of life. I don't think the Phoenix community intends to ever release another 4.16 or 4.17 release.

@tkhurana

Copy link
Copy Markdown
Contributor

@palashc let's rebase it against master

@palashc palashc closed this Jul 25, 2022
@palashc
palashc deleted the PHOENIX-6681_addendum branch July 25, 2022 19:09
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