File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/test/java/io/trino/plugin/lakehouse Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 245245 <scope >test</scope >
246246 </dependency >
247247
248- <dependency >
249- <groupId >org.jetbrains</groupId >
250- <artifactId >annotations</artifactId >
251- <scope >test</scope >
252- </dependency >
253-
254248 <dependency >
255249 <groupId >org.junit.jupiter</groupId >
256250 <artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 1313 */
1414package io .trino .plugin .lakehouse ;
1515
16- import org .intellij .lang .annotations .Language ;
1716import org .junit .jupiter .api .Test ;
1817
1918import static io .trino .plugin .lakehouse .TableType .DELTA ;
@@ -113,7 +112,7 @@ void testTableChangesFunction()
113112 """ );
114113 }
115114
116- private void assertTableChangesQuery (@ Language ( "SQL" ) String sql , @ Language ( "SQL" ) String expectedResult )
115+ private void assertTableChangesQuery (String sql , String expectedResult )
117116 {
118117 assertThat (query (sql ))
119118 .result ()
You can’t perform that action at this time.
0 commit comments