Implementing User Defined Types and Custom Metadata in DataFusion - Apache DataFusion Blog #196
Replies: 1 comment
-
|
Hello, thanks a lot for this article, helped me a lot but unfortunately, I am still failing to obtain the field metadata. inside a dataframe. I implemented an async udf which works fine and I added the return_field_from_args function as you mentioned. I call df.with_column(alias, my_func_call).create_physical_plan().await then execute_stream on this plan. Did I miss something ? Is with_colum erasing my metadata ? BTW, a similar article explaining how to add medata to a dataframe's schema could be very helpfull as well. I am struggling with this use case as well. Thanks for any help |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Implementing User Defined Types and Custom Metadata in DataFusion - Apache DataFusion Blog
https://datafusion.apache.org/blog/2025/09/21/custom-types-using-metadata/
Beta Was this translation helpful? Give feedback.
All reactions