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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1d0135e5 ninja-fix, escape asterisk, bold not intended
1d0135e5 is described below

commit 1d0135e5f55b2ae3f3bfe41b5178441815fc1e12
Author: mck <[email protected]>
AuthorDate: Wed Oct 18 14:47:32 2023 +0200

    ninja-fix, escape asterisk, bold not intended
---
 .../pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
 
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
index 039bd60d..dcf7f599 100644
--- 
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
+++ 
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
@@ -21,7 +21,7 @@ The data can be partially redacted, for example showing only 
the four last digit
 DDM is based on a set of 
https://cassandra.apache.org/doc/5.0/cassandra/developing/cql/functions.html[CQL
 built-in (native) functions^] that obscure sensitive information. The 
available functions are:
 
 * **mask_null**: Replaces the first argument with a null column. The returned 
value is always a non-existent column, and not a not-null column representing a 
null value.
-* **mask_default**: Replaces its argument by an arbitrary, fixed default value 
of the same type. This will be **** for text values, zero for numeric values, 
false for booleans, etc.
+* **mask_default**: Replaces its argument by an arbitrary, fixed default value 
of the same type. This will be \*\*\*\* for text values, zero for numeric 
values, false for booleans, etc.
 * **mask_replace**: Replaces the first argument by the replacement value on 
the second argument. The replacement value needs to have the same type as the 
replaced value.
 * **mask_inner**: Returns a copy of the first text, varchar or ascii argument, 
replacing each character except the first and last ones by a padding character.
 * **mask_outer**: Returns a copy of the first text, varchar or ascii argument, 
replacing the first and last character by a padding character.


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

Reply via email to