mike-tr-adamson commented on PR #2310: URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1545894308
I'd like to put some questions here that are outside of the review and are mainly related to the scope of the ticket and what we are expecting to support at the end. The tickets states that we are producing a fixed-length, frozen array with non-null values. Are we expecting these values to be primitive types? 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? If we disallow this (which would be my preference) we could simplify our type support greatly by removing the need for non-terminal support. @dcapwell WDYT? -- 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]

