Skip to content

Commit

Permalink
[CALCITE-6728] Introduce new methods to lookup tables and schemas ins…
Browse files Browse the repository at this point in the history
…ide schemas
  • Loading branch information
kramerul committed Dec 19, 2024
1 parent 69864e5 commit 32e5c08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import static org.hamcrest.CoreMatchers.nullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.jupiter.api.Assertions.*;

class CachedLookupTest {

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 11, Pacific/Chatham Timezone)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 17)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 21)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 8, oldest Guava, America/New_York Timezone)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 11, Avatica main)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 8, latest Guava, America/New_York Timezone)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.

Check failure on line 25 in core/src/test/java/org/apache/calcite/schema/lookup/CachedLookupTest.java

View workflow job for this annotation

GitHub Actions / Linux (JDK 23)

[Task :core:checkstyleTest] [MissingJavadocType] Missing a Javadoc comment.
private final Lookup<String> testee = new CachedLookup<>(new MapLookup("a", "1"));
Expand Down

0 comments on commit 32e5c08

Please sign in to comment.