dcapwell commented on PR #2310: URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1589678760
`org.apache.cassandra.db.marshal.AbstractTypeTest#serde` `seed=15495226606349`... this feels like us being bad about escaping text... I had to exclude this property for tuple/dynamic column when test is an element, but this is a `composite(udt(composite(text)))`... for now I just updated the exclude logic to include filtering `composite(text)`; composite shares the same logic with dynamic composite... so if its an issue there... its an issue here... -- 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]

