The earlier request was to be able to take the CQL statement and (with very little modification) use it in the YAML. While I agree that introducing the new setting to remove it later is a bit wonky, it is necessary to support the current CQL statement. Unless the CQL statement has changed already.
On Tue, Mar 19, 2024 at 10:52 AM Bowen Song via dev < dev@cassandra.apache.org> wrote: > I believe the `foobar_in_kb: 123` format in the cassandra.yaml file is > deprecated, and the new format is `foobar: 123KiB`. Is there a need to > introduce new settings entries with the deprecated format only to be > removed at a later version? > > > On 18/03/2024 14:39, Claude Warren, Jr via dev wrote: > > After much work by several people, I have pulled together the changes to > define the default compression in the cassandra.yaml file and have created > a pull request [1]. > > If you are interested this in topic, please take a look at the changes and > give at least a cursory review. > > [1] https://github.com/apache/cassandra/pull/3168 > > Thanks, > Claude > >