Description
Existing binary operations of bool Series in Koalas do not match pandas’ behaviors.
pandas take True as 1, False as 0 when dealing with numeric values, numeric collections, and numeric Series; whereas Koalas raises an AnalysisException no matter what the binary operation is.
We aim to match pandas' behaviors.