- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
PHOENIX-7715 Bump phoenix version after 5.3 release #2303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM
| 
           We will need some other changes too e.g. updating MetaDataClient version to reflect 5.4?  | 
    
| 
           I had the changes in my local but could not push them due to some conflicts  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, I forgot about the protocol version bump.
| 
           @richardantal feel free to try above patch, it should work I think. I could not push because of other issue with pom, it was bit messed up in local.  | 
    
bcb8b6e    to
    4d53313      
    Compare
  
    | 
           I've added your patch to this change.  | 
    
| if (currentServerSideTableTimeStamp < MIN_SYSTEM_TABLE_TIMESTAMP_5_4_0) { | ||
| metaConnection = addColumnsIfNotExists(metaConnection, PhoenixDatabaseMetaData.SYSTEM_CATALOG, | ||
| MIN_SYSTEM_TABLE_TIMESTAMP_5_3_0 - 8, | ||
| MIN_SYSTEM_TABLE_TIMESTAMP_5_4_0 - 9, | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated, but this is super fragile, we should use the actual verion constants.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened https://issues.apache.org/jira/browse/PHOENIX-7723 to track this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM
| 
           Triggered new build, to make sure the backward compat test failure in previous build was env issue https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-2303/3/  | 
    
| 
           Also, we need one more round of   | 
    
4d53313    to
    cf6e5ed      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
| 
           Good to go?  | 
    
No description provided.