Re: [PR] Add Table Functions to FFI Crate [datafusion]

2025-04-12 Thread via GitHub
alamb commented on PR #15581: URL: https://github.com/apache/datafusion/pull/15581#issuecomment-2798809598 Very exciting -- thanks @timsaucer -- 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

Re: [PR] Add Table Functions to FFI Crate [datafusion]

2025-04-12 Thread via GitHub
timsaucer merged PR #15581: URL: https://github.com/apache/datafusion/pull/15581 -- 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] Add Table Functions to FFI Crate [datafusion]

2025-04-11 Thread via GitHub
timsaucer commented on PR #15581: URL: https://github.com/apache/datafusion/pull/15581#issuecomment-2798145855 I’ll resolve those clippy warnings next time I’m at my computer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] Add Table Functions to FFI Crate [datafusion]

2025-04-11 Thread via GitHub
timsaucer commented on code in PR #15581: URL: https://github.com/apache/datafusion/pull/15581#discussion_r2040329018 ## datafusion/ffi/tests/ffi_udtf.rs: ## @@ -0,0 +1,100 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreemen

Re: [PR] Add Table Functions to FFI Crate [datafusion]

2025-04-11 Thread via GitHub
alamb commented on code in PR #15581: URL: https://github.com/apache/datafusion/pull/15581#discussion_r2040253122 ## datafusion/ffi/tests/ffi_udtf.rs: ## @@ -0,0 +1,100 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] Add Table Functions to FFI Crate [datafusion]

2025-04-09 Thread via GitHub
alamb commented on PR #15581: URL: https://github.com/apache/datafusion/pull/15581#issuecomment-2790026143 Merged up from main to get a clean CI run (hopefully) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Add Table Functions to FFI Crate [datafusion]

2025-04-07 Thread via GitHub
alamb commented on code in PR #15581: URL: https://github.com/apache/datafusion/pull/15581#discussion_r203100 ## datafusion/ffi/tests/ffi_udtf.rs: ## @@ -0,0 +1,100 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.