You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per review feedback, refactored to reuse decode_val() in exception handler:
- Moved try/except blocks inside each branch (encryption enabled/disabled)
- Exception handler now calls decode_val() when column_encryption_policy exists
- Eliminates code duplication by reusing the decode_val function
- Maintains same error reporting behavior
This makes the code cleaner and more maintainable.
Co-authored-by: mykaul <[email protected]>
0 commit comments