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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]