SubhamSinghal commented on PR #21623: URL: https://github.com/apache/datafusion/pull/21623#issuecomment-4353812416
> Many implementations return Never as a fall-through rather than as a proven negative @adriangb This is because we assume "columns NOT in null_columns are non-null." Hence we are returning `Never` instead of `Sometime`. Let me know if we need to change this assumption. Regarding `truthiness` api, I was planning to add this in followup PR. First I wanted to confirm if my changes are in right direction. -- 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]
