Github user eyalfa commented on the issue:
https://github.com/apache/spark/pull/14444
@hvanhovell , if you examine the diffs in this pr, you'll see that
ExpressionEncoder
[uses](https://github.com/apache/spark/pull/14444/files#diff-91c617f2464cea010922328f4cdbbda9R136)
CreateStruct to encode tuples or case classes ('deep' cases if I understand
the exact use-case). these encoding expressions are sometimes evaluated without
being put through the resolver (please see
[this](https://github.com/apache/spark/pull/14444#issuecomment-241285908)
comment).
anyway, are you absolutely sure CreateStruct is not a public API?
in case we actually remove it/turn it into a factory for the named version,
I guess it's bye-bye to the newly introduced resolver rule, right?
---
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]