Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_19.sql
blob: ddab7096fb8db84991c0cb973f894a081e902b93 [
file
] [
log
] [
blame
]
ALTER
SESSION
SET
`
store
.
format
`=
'json'
;
CREATE
TEMPORARY
TABLE
dfs
.
tmp
.
temp_tbl_19
AS
SELECT
*
FROM
typeall_l
;
SELECT
COUNT
(*)
FROM
dfs
.
tmp
.
temp_tbl_19
;
DROP
TABLE
dfs
.
tmp
.
temp_tbl_19
;
ALTER
SESSION
SET
`
store
.
format
`=
'parquet'
;