Github user bogdanrdc commented on the issue:
https://github.com/apache/spark/pull/16958
IMO I'd leave it as it is.
The problem with `resolved = false` is that `ResolveAliases` rule will no
longer handle an expression like `UnresolvedAlias(GeneratorOuter(Generator)))`
which in turn will cause `ExtractGenerator` rule to not work.
Otherwise, we could change one of these rules to handle it but seems
cleaner to leave `GeneratorOuter.resolved` as the default which is to check if
children are resolved.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]