Planning error when aliasing table colums · Issue #11385 · prestodb/presto

SELECT 1 FROM orders AS t (a, b, c, d, e, f, g, h, i) fails with java.lang.IllegalArgumentException: Number of outputs (10) doesn't match number of fields in scopes tree (9) at com.google.common.ba...