jatin510 commented on issue #1042:
URL: 
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2552035359

   @andygrove 
   
   ```
    select array(1, 2, 3) ;
   24/12/19 00:13:47 WARN CometSparkSessionExtensions$CometExecRule: Comet 
cannot execute some parts of this plan natively (set 
spark.comet.explainFallback.enabled=false to disable this logging):
    Project [COMET: Project is not native because the following children are 
not native (Scan OneRowRelation)]
   +-  Scan OneRowRelation [COMET: Scan OneRowRelation is not supported]
   
   [1,2,3]
   ```
   
   is `array` function not supported in comet yet ?
   it is marked as done above ?
   
   
   


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