Potential Hyrise bugs to report
Opened this issue · 0 comments
Felerius commented
SELECT COUNT(*) FROM orders WHERE o_orderkey < 150000000000000
overflows and returns 0 for TPCH (scale factor 0.1)SELECT o_totalprice AS o, o_totalprice FROM orders
returns two columns namedo
(is this expected SQL behavior?)