Re: CDC and schema disagreement

2024-09-23 Thread Josh McKenzie
Yeah; think that would need to live in `AlterTableStatement.java` in probably `#AlterOptions`. There's guardrail validation in there for gc_grace, mv's, replication strategies, and compression on 4.1 but I'm not seeing any guardrail for CDC. Could you open a JIRA for that Bowen? Might even be o

Re: CDC and schema disagreement

2024-09-23 Thread Josh McKenzie
I wouldn't be surprised if we don't have logic in place to handle that disjoint (DDL for disabled .yaml property) at least in the case of CDC. It's been the better part of a decade since that first impl but I don't have any recollection of that logic being in there. Let me take a quick look at