comphead commented on issue #240:
URL: 
https://github.com/apache/arrow-datafusion-comet/issues/240#issuecomment-2041540658

   I was thinking to add Spark `Scan OneRowRelation` scan support in addition 
to Parquet Scan. This will allow Comet be enabled when running queries like
   ```
   select sqrt(2) from (select 1 union all select 2)
   ```
   
   Once its done, we can just download all the queries from 
https://spark.apache.org/docs/latest/api/sql/index.html and run it 
automatically and see the coverage. How does it sound? 


-- 
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]

Reply via email to