Andrey Mashenkov created IGNITE-25125: -----------------------------------------
Summary: Sql. BatchedArguments should allow null agrument values
Key: IGNITE-25125
URL: https://issues.apache.org/jira/browse/IGNITE-25125
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Andrey Mashenkov
{{BatchedArguments.add}} uses {{List.of}} underneath that doesn't allow nulls.
Let's rewrite it with e.g. {{Arrays.asList}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
