aerospike-client-python icon indicating copy to clipboard operation
aerospike-client-python copied to clipboard

[CLIENT-3411] Refactor code that initializes transaction-level as_policy_batch policy using a Python dictionary

Open juliannguyen4 opened this issue 7 months ago • 1 comments

POLICY_INIT(): remove policy init step because we are already copying the default values from the config level policy to the transaction level policy. (TODO: check this does not cause regressions for other policies) Set optional field variables to Python None by default. Setting them to NULL causes us to handle extra codepaths which is annoying to deal with

juliannguyen4 avatar Apr 16 '25 17:04 juliannguyen4