timsaucer commented on issue #1193:
URL:
https://github.com/apache/datafusion-python/issues/1193#issuecomment-3134263515
Ok, I think I see what is happening then. I do think this is a problem of
the unstable ABI.
Are all of the extension points you're trying to get into python UDFs?
awhyte commented on issue #1193:
URL:
https://github.com/apache/datafusion-python/issues/1193#issuecomment-3134235415
Thanks very much for the quick response, Tim.
Sadly passing `col("a").expr` as `my_lib_function(col("a").expr)` also fails
with the same message. Perhaps the build co
timsaucer commented on issue #1193:
URL:
https://github.com/apache/datafusion-python/issues/1193#issuecomment-3133448537
I think this might be a duplicate of
https://github.com/apache/datafusion-python/issues/853 which may need to be
reopened.
I suspect your immediate problem is res