Skip to content

Commit e885078

Browse files
committed
Remove SPI exclusion from previous release
1 parent 0135710 commit e885078

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/trino-spi/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@
212212
</item>
213213
<!-- Backwards incompatible changes since the previous release -->
214214
<!-- Any exclusions below can be deleted after each release -->
215-
<item>
216-
<code>java.method.numberOfParametersChanged</code>
217-
<old>method io.trino.spi.connector.RecordCursor io.trino.spi.connector.SystemTable::cursor(io.trino.spi.connector.ConnectorTransactionHandle, io.trino.spi.connector.ConnectorSession, io.trino.spi.predicate.TupleDomain&lt;java.lang.Integer&gt;, java.util.Set&lt;java.lang.Integer&gt;)</old>
218-
<new>method io.trino.spi.connector.RecordCursor io.trino.spi.connector.SystemTable::cursor(io.trino.spi.connector.ConnectorTransactionHandle, io.trino.spi.connector.ConnectorSession, io.trino.spi.predicate.TupleDomain&lt;java.lang.Integer&gt;, java.util.Set&lt;java.lang.Integer&gt;, io.trino.spi.connector.ConnectorSplit)</new>
219-
</item>
220215
<item>
221216
<ignore>true</ignore>
222217
<code>java.method.returnTypeTypeParametersChanged</code>

0 commit comments

Comments
 (0)