joseph-isaacs commented on issue #12819: URL: https://github.com/apache/datafusion/issues/12819#issuecomment-2429787201
Thanks for your reply. What do you think about the above proposed changed? When, in the creation/execution path, do you mean re-compute the `return_type`? At invoke time? I need this type-info when calling invoke (invoke is given a `[ColumnarValue]`) which is missing the necessarily type information to reconstruct the type and I cannot call `return_type`, taking `[DataType]` since `[DataType]` is not around at invoke time. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
