[ https://issues.apache.org/jira/browse/PHOENIX-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905830#comment-15905830 ]
Maryann Xue commented on PHOENIX-3727: -------------------------------------- Thank you, [~rajeshbabu] for committing this! Was going to run your script and get a full test result and then sync from master branch right after that. But right now I am stuck. One of the hanging tests depended on the fix of CALCITE-1688, so I had to make a local build of Calcite before I could run the tests, but it turned out that 'mvn install' had probably been broken on Calcite master branch. I just asked in the dev list and hope I'll be able to resolve that soon. > Upserts into salted table are failing in Phoenix-Calcite > -------------------------------------------------------- > > Key: PHOENIX-3727 > URL: https://issues.apache.org/jira/browse/PHOENIX-3727 > Project: Phoenix > Issue Type: Sub-task > Reporter: Rajeshbabu Chintaguntla > Assignee: Rajeshbabu Chintaguntla > Labels: calcite > Fix For: 4.10.0 > > Attachments: PHOENIX-3727.patch > > > {noformat} > testMutableTableIndexMaintanenceSaltedSalted(org.apache.phoenix.end2end.index.SaltedIndexIT) > Time elapsed: 4.607 sec <<< ERROR! > java.sql.SQLException: 2 > at > org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanence(SaltedIndexIT.java:123) > at > org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted(SaltedIndexIT.java:74) > Caused by: java.lang.ArrayIndexOutOfBoundsException: 2 > at > org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanence(SaltedIndexIT.java:123) > at > org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted(SaltedIndexIT.java:74) > {noformat} > This is because for salted tables we are changing column indexes within > UpsertCompiler#upsertSelect so with preparedStatements we increment > columnindexes by 1 so at some point of time we get > ArrayIndexOutOfBoundsException. -- This message was sent by Atlassian JIRA (v6.3.15#6346)