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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to