-
### Describe the feature
Support Column Masking as part of the YAML definition:
```sql
{% macro create_hash_function() %}
CREATE OR REPLACE FUNCTION my_catalog.my_schema.hash_mask(raw_valu…
-
The `hash_value` arg of the `sign_hash` in `pkcs1.py` currently is typed out as optional, but `hash_value` is required, lest an error occur when we reach the line:
```
clear_text = asn1_code + ha…
-
PR #15980 introduces a neat trick that makes ledger hashes for a mask (i.e. a block) to be computed in a single function call, hashing is executed layer by layer.
We could go one step further and com…
-
@hhman24 , On feature branch, Generate a private and public key pair of the RSA algorithm
-
### What's the problem this feature will solve?
XLConnect is slow and memory hungry in some scenarios; that seems to be a known and nontrivial concern.
When the Excel files that are loaded change …
-
version: feefe59ba06731ba3b9881f20a16cdb0c34c3739
A fiber node launched in a completely new environment.
I added a new USDI to the udt_whitelist with the following configuration. Creating a chan…
-
### Description of Issue
Clang (16 from Xcode 16, but should be reproducible elsewhere) warns of several unused functions in the OpenUSD codebase.
Several of these may not be used anymore so could…
-
### What happened?
I created an ambient pickup on the client. I listened to the entityCreating event on the server.
The creation triggered the event, but when I run GetEntityModel(entity) it returns…
-
The following stalls in the schema merge path were seen in enterprise release in the 5000 tables test.
Examining the code shows that master (6.3.0-dev) is still susceptible to the same reactor stalls.…
-
### Description
When deploying a lambda with TF, if you do not do something about hashing the file, changes are not noticed. And as such, it is very misleading if you haven't done this a lot. This is…