TheBuilderJR commented on issue #13649: URL: https://github.com/apache/datafusion/issues/13649#issuecomment-2520906656
@jonahgao I actually use infer_json_schema_from_iterator, but this is kind of orthogonal since as you can tell from the arrow schema, clearly the field is named correctly in the parquet file so it's really datafusion doing something wrong like lowercasing the query or other processing that is messing up the matching. This is further evidenced by the fact that wrapping the column in quotes fixes it (but is a horrible UX and something I don't want to impart on my users). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
