timsaucer commented on issue #1144:
URL:
https://github.com/apache/datafusion-python/issues/1144#issuecomment-2991776198
Sorry it took so long to respond. I went to reproduce the error and took a
few minutes to dig into this. I found the bug and will be putting up a PR in
the upstream repo
kosiew commented on issue #1144:
URL:
https://github.com/apache/datafusion-python/issues/1144#issuecomment-2969068899
hi @timsaucer
I can see some errors when I pytest _test_window_udf.py in #1145 but I
want to be sure it is the same error as you are reporting in this issue.
Ca
kosiew commented on issue #1144:
URL:
https://github.com/apache/datafusion-python/issues/1144#issuecomment-2969030143
Never mind, I got the file from #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 abov
kosiew commented on issue #1144:
URL:
https://github.com/apache/datafusion-python/issues/1144#issuecomment-2969025577
hi @timsaucer ,
Can you share the `examples/datafusion-ffi-example/src/window_udf.rs`?
I don't believe it's in `main` yet.
--
This is an automated message from t
timsaucer opened a new issue, #1144:
URL: https://github.com/apache/datafusion-python/issues/1144
**Describe the bug**
During testing of the initial implementation of FFI user defined window
functions, I generated a panic in `partition_evaluator`.
**To Reproduce**
Open `