jcsherin opened a new issue, #11433:
URL: https://github.com/apache/datafusion/issues/11433

                 I think given the existing nth function, we should let 
nullable configurable. And, the nullability is actually for the list element.  
We should add nullable in `StateFieldArgs`.
   
   ```rust
   let mut fields = vec![Field::new_list(
               format_state_name(self.name(), "nth_value"),
               Field::new("item", args.input_type.clone(), self.nullable),
               false)]
   ```
   
   @eejbyfeldt is working on it in #11063
   
   _Originally posted by @jayzhan211 in 
https://github.com/apache/datafusion/pull/11287#discussion_r1667222783_
               


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to