Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-08 Thread via GitHub
andygrove merged PR #15947: URL: https://github.com/apache/datafusion/pull/15947 -- 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...@data

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-08 Thread via GitHub
andygrove commented on PR #15947: URL: https://github.com/apache/datafusion/pull/15947#issuecomment-2863214007 I agree with @alamb that we should go ahead and merge this, and then I can update Comet to use it so we have confidence that this approach is working (I think it is). Thanks for th

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-07 Thread via GitHub
andygrove commented on PR #15947: URL: https://github.com/apache/datafusion/pull/15947#issuecomment-2860489815 > Thanks @shehabgamin and @andygrove > > What I think we should do is to merge this PR and file a follow on ticket for any follow on performance optimizations (aka avoid allo

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-07 Thread via GitHub
andygrove commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2078546921 ## datafusion/spark/src/function/math/hex.rs: ## @@ -0,0 +1,404 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-07 Thread via GitHub
alamb commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2078491599 ## datafusion/sqllogictest/test_files/spark/math/hex.slt: ## @@ -0,0 +1,26 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor li

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-07 Thread via GitHub
shehabgamin commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2077032231 ## datafusion/sqllogictest/test_files/spark/math/hex.slt: ## @@ -0,0 +1,26 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribu

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-05 Thread via GitHub
alamb commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2074113601 ## datafusion/spark/src/function/math/hex.rs: ## @@ -0,0 +1,404 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-05 Thread via GitHub
alamb commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2074114006 ## datafusion/spark/src/function/math/hex.rs: ## @@ -0,0 +1,404 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-05 Thread via GitHub
shehabgamin commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2074093408 ## datafusion/spark/src/function/math/hex.rs: ## @@ -0,0 +1,404 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-05 Thread via GitHub
alamb commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2073954485 ## datafusion/spark/src/function/math/hex.rs: ## @@ -0,0 +1,404 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-05 Thread via GitHub
andygrove commented on code in PR #15947: URL: https://github.com/apache/datafusion/pull/15947#discussion_r2073711784 ## datafusion/spark/src/function/math/hex.rs: ## @@ -0,0 +1,404 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[PR] [datafusion-spark] Add Spark-compatible hex function [datafusion]

2025-05-05 Thread via GitHub
andygrove opened a new pull request, #15947: URL: https://github.com/apache/datafusion/pull/15947 ## Which issue does this PR close? Part of https://github.com/apache/datafusion/issues/15914 and https://github.com/apache/datafusion-comet/issues/1704 ## Rationale for thi