In pandas doing ```python pandas_series == [1, 2, 3] ``` does element wise comparison if the length matches. I koalas, this doesn't seem to be supported. Is that something you would consider adding? Thanks!