haridsv commented on PR #2371: URL: https://github.com/apache/phoenix/pull/2371#issuecomment-3882049918
There us ibe junit test failure: ``` [org.apache.phoenix.end2end.LongViewIndexDisabledBaseRowKeyMatcherIT.testViewsWithExtendedPK](https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-2371/1/testReport/org.apache.phoenix.end2end/LongViewIndexDisabledBaseRowKeyMatcherIT/testViewsWithExtendedPK/) Error Details isMultiTenant(false), extendPK(true), partition(640), tenant(3), rowId(6120), pkInfo(ID1,ID2,ID3), testInfo(DECIMAL,DECIMAL,INTEGER), sortInfo(DESC,DESC,DESC) Stack Trace java.lang.AssertionError: isMultiTenant(false), extendPK(true), partition(640), tenant(3), rowId(6120), pkInfo(ID1,ID2,ID3), testInfo(DECIMAL,DECIMAL,INTEGER), sortInfo(DESC,DESC,DESC) at org.junit.Assert.fail(Assert.java:89) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.createViewHierarchy(BaseRowKeyMatcherTestIT.java:983) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.createViewHierarchy(BaseRowKeyMatcherTestIT.java:917) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.testViewsWithExtendedPK(BaseRowKeyMatcherTestIT.java:795) ... Standard Error ... 2026-02-09T22:47:18,744 ERROR [main] end2end.BaseRowKeyMatcherTestIT(981): 1 java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.phoenix.schema.types.PDataType.getDecimalPrecisionAndScale(PDataType.java:767) at org.apache.phoenix.schema.types.PDecimal.isSizeCompatible(PDecimal.java:335) at org.apache.phoenix.schema.PTableImpl.newKey(PTableImpl.java:1251) at org.apache.phoenix.compile.UpsertCompiler.setValues(UpsertCompiler.java:181) at org.apache.phoenix.compile.UpsertCompiler.access$500(UpsertCompiler.java:125) at org.apache.phoenix.compile.UpsertCompiler$UpsertValuesMutationPlan.execute(UpsertCompiler.java:1393) at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:665) at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:612) at org.apache.phoenix.call.CallRunner.run(CallRunner.java:52) at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:612) at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:593) at org.apache.phoenix.jdbc.PhoenixPreparedStatement.execute(PhoenixPreparedStatement.java:182) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.upsertTenantViewRows(BaseRowKeyMatcherTestIT.java:428) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.createViewHierarchy(BaseRowKeyMatcherTestIT.java:972) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.createViewHierarchy(BaseRowKeyMatcherTestIT.java:917) at org.apache.phoenix.end2end.BaseRowKeyMatcherTestIT.testViewsWithExtendedPK(BaseRowKeyMatcherTestIT.java:795) ... ``` This can't be related to my change and must be a flapper. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
