samza icon indicating copy to clipboard operation
samza copied to clipboard

SAMZA-2778: Remove deprecated constructor.

Open ehoner opened this issue 2 years ago • 2 comments

Remove @Deprecated. This annotation was missed when updating #1662 - (comment).

ehoner avatar Jun 22 '23 17:06 ehoner

Will have it merged once the checks pass

mynameborat avatar Jun 22 '23 18:06 mynameborat

Thank you @mynameborat . I was looking at the failure, do you know how/if the error relates to this PR? The failure is in TestSamzaSqlEndToEnd.

CI build: 8.0.232

> Task :samza-test_2.12:test

testEndToEndStreamTableInnerJoinWithUdf FAILED
    java.lang.AssertionError: expected:<20> but was:<19>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.samza.test.samzasql.TestSamzaSqlEndToEnd.testEndToEndStreamTableInnerJoinWithUdf(TestSamzaSqlEndToEnd.java:892)

ehoner avatar Jun 22 '23 19:06 ehoner