Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-07-02 Thread via GitHub
timsaucer merged PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145 -- 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...

Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-07-02 Thread via GitHub
timsaucer commented on code in PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145#discussion_r2179914094 ## examples/datafusion-ffi-example/Cargo.lock: ## @@ -748,9 +750,8 @@ dependencies = [ [[package]] name = "datafusion" -version = "47.0.0" -source = "r

Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-07-02 Thread via GitHub
kosiew commented on code in PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145#discussion_r2179607660 ## examples/datafusion-ffi-example/Cargo.lock: ## @@ -748,9 +750,8 @@ dependencies = [ [[package]] name = "datafusion" -version = "47.0.0" -source = "regi

Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-06-19 Thread via GitHub
davisp commented on code in PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145#discussion_r2157817285 ## examples/datafusion-ffi-example/python/tests/_test_aggregate_udf.py: ## @@ -0,0 +1,77 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# o

Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-06-19 Thread via GitHub
timsaucer commented on code in PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145#discussion_r2157653630 ## examples/datafusion-ffi-example/python/tests/_test_aggregate_udf.py: ## @@ -0,0 +1,77 @@ +# Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-06-19 Thread via GitHub
davisp commented on PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145#issuecomment-2988632359 Ok, that's twice now so I assume that's a config thing on this repo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] feat: add FFI support for user defined functions [datafusion-python]

2025-06-19 Thread via GitHub
davisp commented on code in PR #1145: URL: https://github.com/apache/datafusion-python/pull/1145#discussion_r2157354951 ## examples/datafusion-ffi-example/python/tests/_test_aggregate_udf.py: ## @@ -0,0 +1,77 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# o