Omega359 commented on PR #15413:
URL: https://github.com/apache/datafusion/pull/15413#issuecomment-2779088360

   I regenerated the sqlite tests again and I think an issue I'm seeing with 
them is actually caused or triggered by this PR.
   
   Here is an example:
   
   ```sql
   query error DataFusion error: Arrow error: Invalid argument error: number of 
columns\(1\) must match number of fields\(2\) in schema
   SELECT 84 * + - 61 * + AVG ( DISTINCT ( 70 ) ) AS col2 FROM tab4 WHERE ( 
NULL ) BETWEEN NULL AND col3
   ```
   
   If this is in fact a bug not caused by this PR a new issue should be filed. 
I myself do not have the time to diagnosis the cause of this unfortunately.


-- 
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-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to