Standing-Man commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-3143818186
I'm interested in this issue. May I give it a try?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
Spaarsh commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2634981559
@HectorPascual I have added an optional seed argument and have also added
support for Binary input.
--
This is an automated message from the Apache Git Service.
To respond to
Spaarsh commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2623464462
Thanks @HectorPascual! I'm opening PR from here on for transperancy's sake!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
HectorPascual commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2621513736
Hi @Spaarsh,
The hashes match to the python module :

In r
HectorPascual commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2616893055
Looks good, I can try tomorrow hashing the same inputs with the Python
xxhash module and double check the output of the results. @Spaarsh
--
This is an automated messag
Spaarsh commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2616461779
@alamb @HectorPascual these are the final query outputs. I have added
support for individual values of the types ```Utf8```, ```Int32```,
```Int64```, ```UInt32``` and ```UInt64
HectorPascual commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2614607006
> [@HectorPascual](https://github.com/HectorPascual) is this the output that
you expect?
>
> ```
> > SELECT
> xxhash32(column1) AS xxhash32_result
> FR
Spaarsh commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2614584812
@HectorPascual is this the output that you expect?
```xxhash32
> SELECT
xxhash32(column1) AS xxhash32_result
FROM (
SELECT UNNEST(ARRAY[1, 2, 3, 4, 5])
Spaarsh commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2609856700
> Perhaps consider adding a non cryptographic module and add wyhash as well
(here some of the crates I've used for similar usecase but in polars:
https://github.com/ion-elgreco/
ion-elgreco commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2609606375
Perhaps consider adding a non cryptographic module and add wyhash as well
(here some of the crates I've used for similar usecase but in polars:
https://github.com/ion-elgrec
alamb commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2608460635
@Spaarsh sounds like a good plan
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
HectorPascual commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2578288000
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 opera
alamb commented on issue #14044:
URL: https://github.com/apache/datafusion/issues/14044#issuecomment-2578127820
You could also implement this as a user defined function perhaps
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
13 matches
Mail list logo