-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[PostgreNoSQL] Added NoSQL support for PostgreSQL. #1242
[PostgreNoSQL] Added NoSQL support for PostgreSQL. #1242
Conversation
@busbey: Any news here? |
Thanks for the reminder. I was originally going to try to close out a release before merging this, but that didn't happen. I'll try to get a review done soon. |
@busbey: Thanks for the quick response and your time to review the pull request. |
One additional information: Maybe it is useful to remove the padded and createFieldSet methods from the PostgreNoSQLDBClientTest as they are also implemented in other YCSB bindings. Somewhere in the core? |
Hi @busbey. Any news here? Best regards |
I thought I merged this already. Sorry! I'll take a look during my block of open source time tomorrow. |
Hi @busbey. No problem. Thanks for checking the pull request. Please check my comments above and in the code. There are some things I am not sure about, for instance, reusing code of other bindings of the YCSB project. |
As you can see in the license notes of the sources some of the code is based on the jdbc binding. |
Hi @busbey. Any news? |
@busbey: Thanks for accepting the pull request. How about my comments regarding the license and source code adoptions? Everything fine so far? |
Yeah that's fine. We can always try to deduplicate later. |
* brianfrankcooper#1249 missed headers when moving things out of Client.java * brianfrankcooper#1242 missed header on a properties file is added * brianfrankcooper#1286 missed header on the new pom file
@busbey: I hope to have addressed all suggested adaptions.