xumingming commented on code in PR #58661: URL: https://github.com/apache/spark/pull/58661#discussion_r3989540900
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/cteOperators.scala: ########## @@ -112,6 +112,9 @@ case class UnionLoopRef( * @param underSubquery If true, it means we don't need to add a shuffle for this CTE relation as * subquery reuse will be applied to reuse CTE relation output. * @param maxDepth The maximal depth of a recursion in a recursive CTE. + * @param materialized The user-specified materialization option: `Some(true)` for `MATERIALIZED`, Review Comment: `materialized` and `forceSkipInline` are very similar, should we just use `forceSkipInline` or extend it? -- 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]
