alamb commented on PR #6329:
URL: 
https://github.com/apache/arrow-datafusion/pull/6329#issuecomment-1546873540

   > Sqllogic tests doesn't cover cases if the column name is not expected.
   
   Yes, I agree this is not currently covered by the sqllogictest -- I'll file 
a ticket to try to work on this. 
   
   > The same relates to datatype, but this can be solved by extra arrow_typeof
   
   SQLlogictests does verify the (sql) types of the output (or example, the 
`II` in the following means the columns should be integers). It is not as fine 
grained as the arrow type system, but it is better than nothing
   
   ```
   query II
   SELECT * FROM foo_schema.bar;
   ----
   1 2
   ```


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