Committer needed for Deprecate Throwables.propagate usage

2022-09-20 Thread Claude Warren via dev
I made the necessary fixes to remove the deprecated Throwables.propagate calls.  However, I need a committer to review. https://issues.apache.org/jira/browse/CASSANDRA-14218 Thank you, Claude

Re: [DISCUSS] CEP-23: Enhancement for Sparse Data Serialization

2022-09-07 Thread Claude Warren via dev
engage in discussion it’s unclear to me what advantage this encoding scheme brings. It might be worth outlining what algorithmic advantage you foresee for what data distributions in which collection types. On 6 Sep 2022, at 07:16, Claude Warren via dev wrote: I am just learning the ropes

Re: [DISCUSS] CEP-20: Dynamic Data Masking

2022-09-07 Thread Claude Warren via dev
but no one impedes us to also have 3) if we get to have projected views. However, I think that projected views is a new general-purpose feature with its own complexities, so it would deserve its own CEP, if someone is willing to work on the implementation. On Wed, 31 Aug 2

Re: [DISCUSS] CEP-23: Enhancement for Sparse Data Serialization

2022-09-05 Thread Claude Warren via dev
efficiency improvement. The CEP guidelines say a CEP is encouraged “for significant user-facing or changes that cut across multiple subsystems”. Any reason why a Jira isn’t sufficient? Abe On Sep 5, 2022, at 1:57 AM, Claude Warren via dev wrote: I have just posted a CEP covering an Enhancement

[DISCUSS] CEP-23: Enhancement for Sparse Data Serialization

2022-09-05 Thread Claude Warren via dev
I have just posted a CEP  covering an Enhancement for Sparse Data Serialzation.  This is in response to CASSANDRA-8959 I look forward to responses.

Re: [DISCUSS] LWT UPDATE semantics with + and - when null

2022-08-31 Thread Claude Warren via dev
I like this approach.  However, in light of some of the discussions on view and the like perhaps the function is  (column value as returned by select ) + 42 So a null counter column becomes 0 before the update calculation is applied. Then any null can be considered null unless addressed by IfN

Re: [DISCUSS] CEP-20: Dynamic Data Masking

2022-08-31 Thread Claude Warren via dev
Is there enough support here for VIEWS to be the implementation strategy for displaying masking functions? It seems to me the view would have to store the query and apply a where clause to it, so the same PK would be in play. It has data leaking properties. It has more use cases as it can be