ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat: improve error message on unequal schemas during set ops

Open NickCrews opened this issue 1 year ago • 1 comments

I got tired of ibis.union() failing but only saying "the schemas are different"

The relevant tests are in ibis/tests/expr/test_set_operations.py, looks like the bases are already covered pretty well, don't think I need to add any more

NickCrews avatar May 03 '24 21:05 NickCrews

I'll rebase your PR to pick up the fix for the failing docs build.

cpcloud avatar May 07 '24 17:05 cpcloud