Michel Weber

Results 2 issues of Michel Weber

closes #4319 This PR addresses the type evolution for decimal types as specified [here](https://www.ibm.com/docs/en/i/7.1?topic=operators-decimal-arithmetic-in-sql). As I am relatively new to the ibis development environment, I was not sure where/how to...

bug
expressions
type system

During my [work](https://github.com/iree-org/iree-llvm-sandbox/pull/551) on representing decimals in relational queries, I have come across behavior where ibis deviates from the SQL standard (as described [here](https://www.ibm.com/docs/en/i/7.1?topic=operators-decimal-arithmetic-in-sql)). ```python import ibis table = ibis.table(schema=[("a",...

bug