You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/05 09:21:49 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2133: read failed when table is schema changed to add a nullable column

kangpinghuang opened a new issue #2133: read failed when table is schema changed to add a nullable column
URL: https://github.com/apache/incubator-doris/issues/2133
 
 
   for table test,
   use alter table test add column k11 int sum null after k10;
   to add a nullable column k11.
   and select * from test;
   the query failed.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org