Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
text_storage
/
testcases
/
DRILL_6952_implicit_columns.sql
blob: eeb94d3dacd7e94c50329ff1b0f1bc27a3566f35 [
file
] [
log
] [
blame
]
set
`
exec
.
storage
.
min_width
`
=
2
;
select
*,
drillTypeOf
(
dir0
),
drillTypeOf
(
dir1
)
from
dfs
.`/
drill
/
testdata
/
text_storage
/
v3_text_reader
/
region_partitioned
`;
reset
`
exec
.
storage
.
min_width
`;