ulysses-you commented on code in PR #39624: URL: https://github.com/apache/spark/pull/39624#discussion_r1132058771
########## sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala: ########## @@ -520,6 +526,14 @@ case class AdaptiveSparkPlanExec( } } + case i: InMemoryTableScanExec => Review Comment: `TableCacheQueryStage` provides a base framework for runtime statistics, so I think wrap it should be more suitable in AQE framework. e.g., mark `isRuntime = true` in for Statistics. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org