comphead commented on PR #4148:
URL:
https://github.com/apache/datafusion-comet/pull/4148#issuecomment-4348157356
`Right` doesnt' work as expected
```
SELECT right(s, 3) FROM test_str_right
Expected only Comet native operators, but found Project.
plan: Project [COMET: Substring pos and len must be literals]
+- CometNativeColumnarToRow
+- CometNativeScan parquet spark_catalog.default.test_str_right
```
This is a main case and it shouldn't fallback
--
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]