Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal_parquet
/
min_with_null_decimal38.sql
blob: 6c7447d887ae7d8faa8506b84b025416606b3fa6 [
file
] [
log
] [
blame
]
SELECT
sqlTypeOf
(
MIN
(
decimal_with_null_38_4
)),
MIN
(
decimal_with_null_38_4
)
FROM
dfs
.
drillTestDir
.`
CTAS_CSV_PARQUET_DECIMAL38
`;