niebayes opened a new issue, #19956: URL: https://github.com/apache/datafusion/issues/19956
Currently, the `PhysicalExprAdapterFactory::create` method is infallible (does not return errors). However, we encode certain metadata in the physical file schema, and decoding this metadata is a fallible operation. Therefore, I propose making `PhysicalExprAdapterFactory::create` fallible to allow proper error propagation. -- 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]
