dcapwell commented on PR #2310: URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1572883844
> @dcapwell We having been playing with this code on our vector graph implementation and have just found that any saved SSTables with `VectorType` in them fail to load at startup because `VectorType` is missing a `public static <T> VectorType<T> getInstance(TypeParser parser)` implementation. Adding this requires support adding to `TypeParser` to pull the abstract type and dimensions from the string representation of the type. @mike-tr-adamson this has been fixed and improved tests to detect this class of error; both `AbstractTypeTest` and `RandomSchemaTest` detect this case now... -- 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]

