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
refactor: remove unused CometAesDecrypt direct path
AesDecrypt extends RuntimeReplaceable in Spark, so it is always
rewritten to StaticInvoke before Comet's serde runs. Remove the
direct CometAesDecrypt handler and CometAesDecryptHelper, keeping
only the CometAesDecryptStaticInvoke path.
0 commit comments