Karanveer Mohan

Results 3 issues of Karanveer Mohan

Hashing may result in collisions, and since we use hashes to ascertain object equalities, we should probably move away from this.

Consider a case like this: ``` foo() = 1 + "0" facts("Testing") do foo() @fact 1 => 1 @fact 2 => 3 @fact 3 => 3 @fact 4 => 4...

Hi, I have seen #118 and also read the documentation which says ``` Note: Due to limitations in Spark, metadata modification is unsupported in the Python, SQL, and R language...