samza
samza copied to clipboard
SAMZA-2778: Remove deprecated constructor.
Will have it merged once the checks pass
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)