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 > FROM ( > SELECT UNNEST(ARRAY[1, 2, 3, 4, 5]) AS column1 > ) AS subquery; > +-----------------+ > | xxhash32_result | > +-----------------+ > | b6ecc8b2 | > | 0c436334 | > | 9cec73c4 | > | 6dd9af36 | > | 1c5751f3 | > +-----------------+ > ``` > > xxhash32 output screenshot >  > > ``` > > SELECT > xxhash64(column1) AS xxhash64_result > FROM ( > SELECT UNNEST(ARRAY[1, 2, 3, 4, 5]) AS column1 > ) AS subquery; > +------------------+ > | xxhash64_result | > +------------------+ > | b7b41276360564d4 | > | 6021b5621680598b | > | 26167c2af5162ca4 | > | 913914322ca46b89 | > | 6a81b47405b648ed | > +------------------+ > ``` > > xxhash64 output screenshot >  > > Thanks! Yes, that looks good! -- 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 the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org