alamb commented on issue #2594:
URL: https://github.com/apache/arrow-rs/issues/2594#issuecomment-1243557933

   > I think that datafusion's logical plans could also only depend on types, 
but I could be wrong (it depends on how List scalars are represented there?).
   
   List scalars are represented as `Vec<Box<Field>` so I agree it may be the 
case the logical plans could depend only on type
   
   
https://github.com/apache/arrow-datafusion/blob/d16457a0ba129b077935078e5cf89d028f598e0b/datafusion/common/src/scalar.rs#L81
 


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

Reply via email to