Rajeshbabu Chintaguntla created PHOENIX-3727:
------------------------------------------------

             Summary: 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


{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)

Reply via email to