Re: JIRA 5867 Fix causes Pig troubles

2013-09-20 Thread Robert Coli
On Fri, Sep 20, 2013 at 1:22 PM, Chad Johnston wrote: > I've checked out and built the 1.2.10-tentative branch, and I've noticed > that all of my CQL prepared statements are now broken. > > Looking into the code, it looks like the "#" -> "=" and "@" -> "?" > translations were removed. I tried to r

JIRA 5867 Fix causes Pig troubles

2013-09-20 Thread Chad Johnston
I've checked out and built the 1.2.10-tentative branch, and I've noticed that all of my CQL prepared statements are now broken. Looking into the code, it looks like the "#" -> "=" and "@" -> "?" translations were removed. I tried to replace these in one of my scripts with "=" and "?", but there's