You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/09/08 03:01:28 UTC

[GitHub] [shardingsphere] meiyouxiaojianpan commented on pull request #6846: support mysql database create, alter and drop statement

meiyouxiaojianpan commented on pull request #6846:
URL: https://github.com/apache/shardingsphere/pull/6846#issuecomment-688590709


   hello, I have a question
   shardingsphere version: 4.0.0-RC3
   `
   alter table w_test_f_0
   add column test1 varchar(10) null default null comment 'test';
   // This statement can be executed normally
   
   alter table w_test_f_0
   add column test1 amount null default null comment 'test';
   // This statement throw NPE
   `
   Can this merge solve this problem?


----------------------------------------------------------------
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:
users@infra.apache.org