Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Pig needs an "L" to know that a number is a long #38

Closed mbossenbroek closed 10 years ago

mbossenbroek commented 10 years ago

Pig requires an explicit "L" after a Long to indicate that it's a Long; otherwise it blows up. I tried adding the "L" to every number to be consistent, but in Pig, 42 != 42L. So the compromise is to only add it when absolutely needed.