lyne7-sc commented on code in PR #20243:
URL: https://github.com/apache/datafusion/pull/20243#discussion_r2788452195


##########
datafusion/functions-nested/src/set_ops.rs:
##########
@@ -184,11 +184,17 @@ impl ScalarUDFImpl for ArrayUnion {
     )
 )]
 #[derive(Debug, PartialEq, Eq, Hash)]
-pub(super) struct ArrayIntersect {
+pub struct ArrayIntersect {

Review Comment:
   `ArrayIntersect` already has `#[user_doc]`, and keeping it visible aligns 
with how other user-facing SQL functions are exposed?



-- 
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]

Reply via email to