Re: [I] Panic in a query with NATURAL JOIN (SQLancer) [datafusion]

2025-01-06 Thread via GitHub
alamb commented on issue #14015: URL: https://github.com/apache/datafusion/issues/14015#issuecomment-2573011842 THanks @2010YOUY01 and @jonahgao -- 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 t

Re: [I] Panic in a query with NATURAL JOIN (SQLancer) [datafusion]

2025-01-06 Thread via GitHub
jonahgao commented on issue #14015: URL: https://github.com/apache/datafusion/issues/14015#issuecomment-2572755264 Panic occurred in `add_missing_columns`. Might be related to #10326 I plan to investigate it further, thank you @2010YOUY01 for reporting it. -- This is an automated me

[I] Panic in a query with NATURAL JOIN (SQLancer) [datafusion]

2025-01-05 Thread via GitHub
2010YOUY01 opened a new issue, #14015: URL: https://github.com/apache/datafusion/issues/14015 ### Describe the bug See reproducer in datafusion-cli (compiled from latest main, commit hash 3f4297f50) ``` DataFusion CLI v44.0.0 > create table t1(v1 int, v2 int); 0 row(s) fet