andygrove commented on issue #1681:
URL: 
https://github.com/apache/datafusion-comet/issues/1681#issuecomment-2830638274

   > interesting that referring to first column which is `a` returns result 
correctly, but `b` does not
   
   This is because we read all fields in the struct, so we are guaranteed to 
produce the correct results in the following cases:
   
   - the user only selects the first field
   - the user selects all fields


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

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