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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]