Felerius/hyrise

Potential Hyrise bugs to report

Opened this issue · 0 comments

  • 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 named o (is this expected SQL behavior?)