Héctor Pascual
Héctor Pascual
+1 on this, any plans to roll this out?
Hi, thanks for the reply. That is true, although, my concern comes from this other issue raised in delta-rs project (link below), since I need to use this hash operation...
> [@HectorPascual](https://github.com/HectorPascual) is this the output that you expect? > > ``` > > SELECT > xxhash32(column1) AS xxhash32_result > FROM ( > SELECT UNNEST(ARRAY[1, 2, 3, 4, 5]) AS...
Looks good, I can try tomorrow hashing the same inputs with the Python xxhash module and double check the output of the results. @Spaarsh Let me gather some feedback from...
Hi @Spaarsh, The hashes match to the python module :  In regards to your inputs : 1. The python module breaks when entering a None,  You can for...