Re: [I] Query Planner Unable to Find Struct Fields with Capital Letters [datafusion]

2025-07-02 Thread via GitHub
gfee-home commented on issue #16648: URL: https://github.com/apache/datafusion/issues/16648#issuecomment-3027874800 Nice! I appreciate it. Let me know if you have any issues with the repro. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] Query Planner Unable to Find Struct Fields with Capital Letters [datafusion]

2025-07-02 Thread via GitHub
dttung2905 commented on issue #16648: URL: https://github.com/apache/datafusion/issues/16648#issuecomment-3027037343 Hi there, I would like to take a stab at this issue. Im gonna try to work out a PR later today 🙏 -- This is an automated message from the Apache Git Service. To respond to

[I] Query Planner Unable to Find Struct Fields with Capital Letters [datafusion]

2025-07-01 Thread via GitHub
gfee-home opened a new issue, #16648: URL: https://github.com/apache/datafusion/issues/16648 ### Describe the bug If you create a table with a struct column where a field in the struct include a capital letter then the query planner will complain that it cannot find that field.