comphead commented on code in PR #1860: URL: https://github.com/apache/datafusion-comet/pull/1860#discussion_r2139136916
########## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ########## @@ -2728,4 +2728,35 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper { assert(cometWindowExecs.isEmpty) } + test("vectorized reader: missing all struct fields") { + Seq(true, false).foreach { offheapEnabled => + withSQLConf( + SQLConf.USE_V1_SOURCE_LIST.key -> "parquet", + CometConf.COMET_EXEC_ENABLED.key -> "true", + CometConf.COMET_ENABLED.key -> "false", Review Comment: nice catch, enabling it back -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org