jayzhan211 commented on PR #13683: URL: https://github.com/apache/datafusion/pull/13683#issuecomment-2542663212
Can we add config setting in `SessionConfig` to tune the result of function after #13519 is done? Something like `returns_null_if_contains_null`, `ignore_nulls`, `convert_null_to_value` and so on. If `returns_null_if_contains_null` is true, we can have the Spark result of `array_has`, otherwise we have Postgres/DuckDB result. -- 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]
