qrilka commented on PR #8291:
URL: 
https://github.com/apache/arrow-datafusion/pull/8291#issuecomment-1824280712

   @alamb I think the following test looks to be enough:
   ```
   query T
   select arrow_typeof(x_dict) from value_dict group by x_dict;
   ----
   Int32
   Int32
   Int32
   Int32
   Int32
   ```
   
   Adding schemas into `EXPLAIN` seems to be a bit of an overkill at least if 
we have only this case where it could be useful.


-- 
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...@arrow.apache.org

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

Reply via email to