kazuyukitanimura commented on code in PR #331: URL: https://github.com/apache/datafusion-comet/pull/331#discussion_r1584006760
########## spark/src/test/scala/org/apache/comet/CometExpressionCoverageSuite.scala: ########## @@ -43,12 +45,14 @@ class CometExpressionCoverageSuite extends CometTestBase with AdaptiveSparkPlanH private val rawCoverageFilePath = "doc/spark_builtin_expr_coverage.txt" private val aggCoverageFilePath = "doc/spark_builtin_expr_coverage_agg.txt" + private val rawCoverageFileDatafusionPath = "doc/spark_builtin_expr_df_coverage.txt" Review Comment: nit: now we have `docs` dir. Let's organize the output location... -- 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]
