You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/12 22:06:20 UTC

[GitHub] [arrow-datafusion] jackwener removed a comment on issue #82: [DataFusion] Add validation for unreferenced table in query

jackwener removed a comment on issue #82:
URL: https://github.com/apache/arrow-datafusion/issues/82#issuecomment-1065834212


   I find the column `1` isn't handled in `validate_schema_satisfies_exprs`.
    
   Whene column is `1`, run
   ```sql
   select * from information_schema.tables;
   ```
   
   `validate_schema_satisfies_exprs`
   doesn't actually go into the handler code segment
   ``` rust
   |col| match col {
   ....
   }
   ```


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

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