test: check if we have a test for nw.when(nw.col('a')>1).then(nw.lit(0)).otherwise(nw.lit(1))
#1722
Labels
nw.when(nw.col('a')>1).then(nw.lit(0)).otherwise(nw.lit(1))
#1722
Do we have a case where both are literals?
It would be good to investigate this, and add a test if necessary
The text was updated successfully, but these errors were encountered: