AngersZhuuuu commented on pull request #33183:
URL: https://github.com/apache/spark/pull/33183#issuecomment-874390710
> Doesn't the query shown in the PR description look the same as
`sql("select employer.company, employer.company.name, employer.company.address
from contacts")` in `SchemaPruningSuite`? It is basically querying a nested
struct (`employer.company`) and a few nested columns inside the struct.
>
> I ran such query in `SchemaPruningSuite`. It seems working without any
error?
Our prod have a very complex job and spark version is 3.1.2. I have tried to
put it in UT but it run as normal. But this error actually happen in our prod.
With this patch our job can run well.
--
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]