Re: [I] Add support for wider range of scalar subqueries [datafusion]

2025-03-26 Thread via GitHub
jayzhan211 closed issue #3725: Add support for wider range of scalar subqueries URL: https://github.com/apache/datafusion/issues/3725 -- 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 comm

Re: [I] Add support for wider range of scalar subqueries [datafusion]

2025-03-26 Thread via GitHub
jayzhan211 commented on issue #3725: URL: https://github.com/apache/datafusion/issues/3725#issuecomment-2754319686 close since it is completed -- 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

Re: [I] Add support for wider range of scalar subqueries [datafusion]

2025-03-24 Thread via GitHub
logan-keede commented on issue #3725: URL: https://github.com/apache/datafusion/issues/3725#issuecomment-2748246378 I think this issue can be closed as queries above are already supported. ```sql DataFusion CLI v46.0.1 > create external table test (a int, b int) stored as csv locatio