codetyri0n commented on code in PR #2074: URL: https://github.com/apache/datafusion-comet/pull/2074#discussion_r2257748763
########## docs/source/user-guide/expressions.md: ########## @@ -202,7 +202,17 @@ The following Spark expressions are currently available. Any known compatibility | ArraysOverlap | Experimental | | ArrayUnion | Experimental: behaves differently than spark. Datafusion sorts the input arrays before performing the union, while spark preserves the order of the first array and appends unique elements from the second. | | ElementAt | Arrays only | -| GetArrayItem | | +| GetArrayItem | + +## Maps + +| Expression | Notes | Review Comment: Oh yeah I missed that - will make the change now thanks. -- 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