xudong963 commented on issue #16838:
URL: https://github.com/apache/datafusion/issues/16838#issuecomment-3112660917

   My case is `List(Struct)`:
   ```
   ScalarValue::List(ScalarValue::new_list(
               &[ScalarValue::Struct(structs)],
               self.field.data_type(),
               false,
           ))
   ```
   structs is `StructArray`


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