We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd3186 commit 6c44fcfCopy full SHA for 6c44fcf
1 file changed
docs/dev/ppl-commands.md
@@ -52,7 +52,7 @@ If you are working on contributing a new PPL command, please read this guide and
52
- Add a test in `PPLQueryDataAnonymizerTest`
53
54
- [ ] **Cross-cluster Tests (optional, nice to have):**
55
- - Add a test in `CrossClusterSearchIT`
+ - Add a test in `CrossClusterSearchIT`, or in `CalciteCrossClusterSearchIT` if the command requires Calcite.
56
57
- [ ] **User doc:**
58
- Add a xxx.md under `docs/user/ppl/cmd` and link the new doc to `docs/user/ppl/index.md`
0 commit comments