The first parameter of the `array_map` function is `(x, y, z) -> x + y`, but it is incorrectly parsed as `(x, y, z)`. `Statement statement = CCJSqlParserUtil.parse("select array_map((x,y,z) -> x + y, [1], [2], [4]) FROM table_name");` ### Software Information: - JSqlParser version 5.1