mbutrovich commented on code in PR #4543: URL: https://github.com/apache/datafusion-comet/pull/4543#discussion_r3336361178
########## docs/source/contributor-guide/spark_expressions_support.md: ########## @@ -21,8 +21,11 @@ ## How to Read This Document -- A function marked with `[x]` has a native implementation in Comet and does not fall back to Spark by default. -- A function marked with `[ ]` has no native Comet implementation and falls back to Spark. +- A function marked with `[x]` is implemented in Comet and can be evaluated without falling back to Spark. Comet serves such a function through one of two paths: + - **Native:** a Rust/DataFusion implementation that runs entirely in native execution. This is the path used for most functions. Review Comment: "This is the path used for most functions." is this true, or is it the path most used for supported functions? -- 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]
