From 567f61d4a5b3afebbb8ed0e224c9fb12e8c3579c Mon Sep 17 00:00:00 2001 From: Zoltan Haindrich Date: Tue, 19 Sep 2023 11:16:12 +0000 Subject: [PATCH] add apidoc --- .../java/org/apache/druid/sql/calcite/DecoupledIgnore.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledIgnore.java b/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledIgnore.java index d552c170b230..0838b596608a 100644 --- a/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledIgnore.java +++ b/sql/src/test/java/org/apache/druid/sql/calcite/DecoupledIgnore.java @@ -69,7 +69,12 @@ Pattern getPattern() } }; - + /** + * Processes {@link DecoupledIgnore} annotations. + * + * Ensures that test cases disabled with that annotation can still not pass. + * If the error is as expected; the testcase is marked as "ignored". + */ public static class DecoupledIgnoreProcessor implements TestRule { public Statement apply(Statement base, Description description)