vegarsti commented on issue #17749: URL: https://github.com/apache/datafusion/issues/17749#issuecomment-3361121327
> > From what I understand it seems more correct if it returns None rather than the empty list in that case, is that what you're implying as well? And making this change would mean changing the signature from returning `-> Result<Vec<Vec<ScalarValue>>>` to returning `Result<Vec<Option<Vec<ScalarValue>>>>` > > Pretty much, yeah Nice, seems like an easy fix -- 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]
