Héctor Pascual

Results 5 comments of 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 : ![Image](https://github.com/user-attachments/assets/d8f1f9e9-7a33-4e84-ad71-b07769a962cd) In regards to your inputs : 1. The python module breaks when entering a None, ![Image](https://github.com/user-attachments/assets/05e782f5-7b0f-48aa-bba3-310f15fd4089) You can for...