kazuyukitanimura commented on code in PR #1621: URL: https://github.com/apache/datafusion-comet/pull/1621#discussion_r2037832773
########## spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala: ########## @@ -197,8 +133,7 @@ class CometSparkSessionExtensions if (COMET_DPP_FALLBACK_ENABLED.get() && scanExec.partitionFilters.exists(isDynamicPruningFilter)) { - withInfo(scanExec, "DPP not supported") - return scanExec + return withInfo(scanExec, "Dynamic Partition Pruning is not supported") Review Comment: I think the previous string was expected in a test... -- 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