Open
Description
Such query falls back to Spark although it can be executed natively
test("array i32 literal") {
withSQLConf(
CometConf.COMET_EXEC_ENABLED.key -> "true",
SQLConf.USE_V1_SOURCE_LIST.key -> "parquet",
CometConf.COMET_ENABLED.key -> "true",
CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key -> "false",
CometConf.COMET_NATIVE_SCAN_IMPL.key -> "native_datafusion") {
testSingleLineQuery(
"""
| select 1
|""".stripMargin,
"select array(1, 2, 3) from tbl")
}
}
Metadata
Metadata
Assignees
Labels
No labels