SteNicholas opened a new pull request #3918: Alter table metadata refresh logic 
and actual table metadata
URL: https://github.com/apache/incubator-shardingsphere/pull/3918
 
 
   Fixes #3905.
   
   `ShardingSchema` executes `AlterTableStatement` with logic table metadata 
refresh, but acutal table metadata doesn't refresh. This cause than after 
executing alter table add column operation, the operation for proxy that select 
* from table exists actual table metadata inconsistency.
   
   Changes proposed in this pull request:
   - Modify method `refreshTableMetaDataForAlterTable` of `ShardingSchema` to 
refresh logic and actual table metadata.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to