Skip to content

Instantly share code, notes, and snippets.

@d00rman
Created February 11, 2015 21:06
Show Gist options
  • Save d00rman/a879052a8d1d01dd0d76 to your computer and use it in GitHub Desktop.
Save d00rman/a879052a8d1d01dd0d76 to your computer and use it in GitHub Desktop.
Restbase Cassandra Query not working
{
"query": "update \"local_test_wikipedia_en_T_title__revisions\".\"idx_by_rev_ever\" USING TIMESTAMP ? set \"restrictions\" = ? where \"rev\" = ? AND \"tid\" = ? AND \"title\" = ?",
"params": [
{
"low": 73211456,
"high": 330914,
"unsigned": false
},
[],
642497713,
"3f246e80-9c26-11e4-9234-0123456789ab",
"Foobar"
],
"typeHints": [
"bigint",
"set<text>",
"int",
"timeuuid",
"text"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment