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

Remove hard-coded property key strings in favour of string constants #209

Merged
merged 4 commits into from
May 21, 2015
Merged

Remove hard-coded property key strings in favour of string constants #209

merged 4 commits into from
May 21, 2015

Conversation

0xl3x1
Copy link
Contributor

@0xl3x1 0xl3x1 commented Jan 28, 2015

Previously the YCSB core code contained some hard-coded property keys, with others defined as constants. This pull request removes the remaining hard-coded strings in favour of string constants defined in core/src/main/java/com/yahoo/ycsb/Client.java and core/src/main/java/com/yahoo/ycsb/measurements/Measurements.java.

@0xl3x1
Copy link
Contributor Author

0xl3x1 commented Feb 2, 2015

Note: The build failure is due to #152, #181.

@busbey
Copy link
Collaborator

busbey commented May 17, 2015

restarted CI build.

busbey added a commit that referenced this pull request May 21, 2015
Remove hard-coded property key strings in favour of string constants
@busbey busbey merged commit 8336848 into brianfrankcooper:master May 21, 2015
@busbey
Copy link
Collaborator

busbey commented May 21, 2015

Thanks for the improvement!

jaricftw pushed a commit to jaricftw/YCSB that referenced this pull request Jul 19, 2016
…roperties

Remove hard-coded property key strings in favour of string constants
jaricftw pushed a commit to jaricftw/YCSB that referenced this pull request Jul 19, 2016
…roperties

Remove hard-coded property key strings in favour of string constants
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