This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 4b84c4332c Merge branch 'cassandra-5.0' into trunk
     new 3b9881bfa6 Fix vector type to support DDM's mask_default function
     new 31729b8f92 Merge branch 'cassandra-5.0' into trunk

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                              |  1 +
 .../cassandra/examples/CQL/ddm_create_table_with_udf.cql |  2 +-
 doc/modules/cassandra/partials/masking_functions.adoc    | 11 ++++++++++-
 src/java/org/apache/cassandra/cql3/CQL3Type.java         | 16 ++++++++++++++++
 src/java/org/apache/cassandra/db/marshal/VectorType.java | 13 +++++++++++++
 .../masking/ColumnMaskQueryWithDefaultTest.java          |  9 ++++++++-
 .../masking/ColumnMaskQueryWithReplaceTest.java          |  7 +++++++
 .../cassandra/cql3/functions/masking/ColumnMaskTest.java | 16 ++++++++++++++++
 .../cql3/functions/masking/MaskingFunctionTester.java    | 16 ++++++++++++++++
 .../functions/masking/ReplaceMaskingFunctionTest.java    |  5 +++--
 .../apache/cassandra/db/marshal/AbstractTypeTest.java    | 16 +++++++++++++++-
 11 files changed, 106 insertions(+), 6 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to