comphead commented on code in PR #3798:
URL: https://github.com/apache/datafusion-comet/pull/3798#discussion_r2998342155


##########
spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala:
##########
@@ -2173,6 +2173,38 @@ class CometExecSuite extends CometTestBase {
     }
   }
 
+  test("Native_datafusion reports correct files and bytes scanned") {
+    withTempDir { dir =>
+      val path = new java.io.File(dir, "test_metrics").getAbsolutePath
+      spark.range(100).repartition(2).write.mode("overwrite").parquet(path)
+
+      withSQLConf(
+        CometConf.COMET_ENABLED.key -> "true",

Review Comment:
   Please include ` --conf spark.comet.scan.impl=native_datafusion`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to