Skip to content

Commit e2ae68b

Browse files
committed
feat: add MAP type support for first level
1 parent f3b0fb6 commit e2ae68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/parquet/ParquetReadSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ abstract class ParquetReadSuite extends CometTestBase {
131131
val cometScanExecSupported =
132132
if (sys.env.get("COMET_PARQUET_SCAN_IMPL").contains(SCAN_NATIVE_ICEBERG_COMPAT) && this
133133
.isInstanceOf[ParquetReadV1Suite])
134-
Seq(true, true, false)
134+
Seq(true, true, true)
135135
else Seq(true, false, false)
136136

137137
val cometBatchScanExecSupported = Seq(true, false, false)

0 commit comments

Comments
 (0)