comphead commented on code in PR #2074: URL: https://github.com/apache/datafusion-comet/pull/2074#discussion_r2257650813
########## 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: Thanks @codetyri0n lets follow the format and use `PascalCase` https://wiki.c2.com/?UpperCamelCase as the format -- 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