Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
orderby
/
wrongColsOrder_MD-3062_TC1.q
blob: fd5c16c687657e740eb4ae603ddf4d6328d5f99a [
file
] [
log
] [
blame
]
set
planner
.
slice_target
=
1
;
--
@test
select
*
from
cp
.
`tpch/nation.parquet`
where
n_nationkey
in
(
1
,
2
)
order
by
n_nationkey
;
reset planner
.
slice_target
;