Anonymize xyseries command and mark it experimental in docs - #5643
Conversation
Add visitXyseries to PPLQueryDataAnonymizer so the xyseries stage appears in the anonymized query logged for every PPL request, with pivot literals and options masked. Previously the visitor fell through to visitChildren and the entire xyseries clause was silently dropped from log output. Also flip the xyseries entry in docs/user/ppl/index.md from stable to experimental (since 3.8), matching how other newly-introduced commands are listed. Signed-off-by: Peng Huo <penghuo@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Description
Follow-up to #5343 (xyseries command).
visitXyseriestoPPLQueryDataAnonymizerso the xyseries stage appears in the anonymized query logged for every PPL request, with pivot literals and options masked. Previously the visitor fell through tovisitChildrenand the entire| xyseries ... in ("F","M") ...clause was silently dropped from log output (including raw pivot-value literals).xyseriesasexperimental (since 3.8)indocs/user/ppl/index.md, matching how other newly-introduced commands are listed.Related Issues
Follow-up to #5343
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.