nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Allow operations that look like logic vars (e.g. !count) to be used without namespace #281

Closed ipostelnik closed 9 years ago

ipostelnik commented 9 years ago

with-logic-vars aggressively rebinds logic var looking symbols to strings. This makes it impossible to use operations that start with ! or ? in the query. I have a whole library of nil-friendly operations modeled after ops/!count that doesn't work because of this. In fact, you can't use !count without namespace either.

sritchie commented 9 years ago

Looks good to me! Nice catch.