dcapwell commented on PR #2310: URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1546237333
> What I mean by this is could we expect something like INSERT INTO t (pk, vec) VALUES (0, [1.0, sum(1.0, 2.0), 3.0])? Meaning do we want to support function calls in the creation of the array? I created tests for this, this works just fine. I can't use `sum` as that is an aggregate function, so switched to `1 + 2` -- 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]

