You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "MidasLamb (via GitHub)" <gi...@apache.org> on 2023/06/16 13:50:11 UTC

[GitHub] [arrow-datafusion] MidasLamb commented on issue #6699: `FieldNotFound` but field is shown in `valid_fields`

MidasLamb commented on issue #6699:
URL: https://github.com/apache/arrow-datafusion/issues/6699#issuecomment-1594709184

   I'm digging what deeper and it seems to be caused by the capitalization inside of "linkedTwintag", as putting some `dbg!` statements everywhere, I see that at some point it compares 
   ```rust
   Some(
           Bare {
               table: "linkedTwintag",
           },
       ),
       Some(
           Bare {
               table: "linkedtwintag",
           },
       ),
   ```
   which results in it not being a match


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