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

support for CQL3 #657

Merged
merged 1 commit into from
Mar 6, 2014
Merged

support for CQL3 #657

merged 1 commit into from
Mar 6, 2014

Conversation

woolfel
Copy link
Contributor

@woolfel woolfel commented Mar 6, 2014

Support for CQL3 is working now. Users have to make sure their CQL queries use the new format, which means double quotes around all text column names. For now I kept it simple for now, since no one commented about using HConsistencyLevel versus using Thrift ConsistencyLevel directly. I can change it to convert from hector's HConsistencyLevel, but not sure what is really beneficial.

Support for CQL3 is working now. Users have to make sure their CQL
queries use the new format, which means double quotes around all text
column names.
zznate added a commit that referenced this pull request Mar 6, 2014
@zznate zznate merged commit 5301af2 into hector-client:master Mar 6, 2014
@zznate
Copy link
Collaborator

zznate commented Mar 6, 2014

Merged. Thanks!

On Thu, Mar 6, 2014 at 2:37 PM, Peter Lin notifications@github.com wrote:

Support for CQL3 is working now. Users have to make sure their CQL queries
use the new format, which means double quotes around all text column names.
For now I kept it simple for now, since no one commented about using
HConsistencyLevel versus using Thrift ConsistencyLevel directly. I can
change it to convert from hector's HConsistencyLevel, but not sure what is

really beneficial.

You can merge this Pull Request by running

git pull https://github.com/woolfel/hector master

Or view, comment on, or merge it at:

#657
Commit Summary

  • support for CQL3

File Changes

  • M
    core/src/main/java/me/prettyprint/cassandra/model/AbstractBasicQuery.javahttps://github.com/support for CQL3 #657/files#diff-0(19)
  • M core/src/main/java/me/prettyprint/cassandra/model/CqlQuery.javahttps://github.com/support for CQL3 #657/files#diff-1(62)

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com//pull/657
.

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