You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Mujtaba Chohan (JIRA)" <ji...@apache.org> on 2014/10/16 18:26:34 UTC

[jira] [Created] (PHOENIX-1359) Backward compatibility fails with 4.1 client and current 4.0 branch on server

Mujtaba Chohan created PHOENIX-1359:
---------------------------------------

             Summary: Backward compatibility fails with 4.1 client and current 4.0 branch on server
                 Key: PHOENIX-1359
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1359
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.1
            Reporter: Mujtaba Chohan


1. Queries with join fail with Encountered exception in hash plan [0] execution. (state=,code=0) with 4.1 client and 4.2-SNAPSHOT on server

Query example: select * from LOYALTY_PROGRAM_CONDITION JOIN LOYALTY_PROGRAM on LOYALTY_PROGRAM_CONDITION__c.LOYALTY_PROGRAM_ID = LOYALTY_PROGRAM__c.ENTITY_ID where LOYALTY_PROGRAM__c.NAME='Ferrari' AND LOYALTY_PROGRAM_CONDITION.COUNTRY = 'Italy' limit 100;

2. Sqline fails to start with during list table phase with 4.1 client and 4.2-SNAPSHOT on server. 





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)