comphead commented on code in PR #4697: URL: https://github.com/apache/datafusion-comet/pull/4697#discussion_r3453284926
########## docs/source/user-guide/latest/expressions.md: ########## @@ -151,7 +151,7 @@ The tables below list every Spark built-in expression with its current status. | `array_union` | ✅ | NaN/signed-zero handling may differ ([details](compatibility/floating-point.md)) | | `arrays_overlap` | ✅ | | | `arrays_zip` | ✅ | | -| `element_at` | ✅ | MapType input falls back | +| `element_at` | ✅ | ArrayType and MapType inputs | Review Comment: ```suggestion | `element_at` | ✅ | | ``` -- 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]
