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 2020/04/15 11:35:32 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #3323: Enable to read and write boolean type data

caiconghui opened a new issue #3323:  Enable to read and write boolean type data
URL: https://github.com/apache/incubator-doris/issues/3323
 
 
   Is your feature request related to a problem? Please describe.
   
   Now, Doris has boolean type, but there are still some errors for reading or writing boolean data, showing create table which include boolean type.
   
   Refer to mysql, we use 0 to indicate false, and 1 to indicate true,
   when string is inserted, the value is 0
   when number is inserted the value is 0 when the number is 0, and the other value is 1 for other condition
   when boolean values is inserted, the value is 0 for false value, and 1 for true value 

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


[GitHub] [incubator-doris] morningman closed issue #3323: Enable to read and write boolean type data

Posted by GitBox <gi...@apache.org>.
morningman closed issue #3323:  Enable to read and write boolean type data
URL: https://github.com/apache/incubator-doris/issues/3323
 
 
   

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