Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a test for reading nested column on generator output #8715

Closed
Tracked by #8666
razajafri opened this issue Jul 14, 2023 · 1 comment · Fixed by #8744 or #9018
Closed
Tracked by #8666

Write a test for reading nested column on generator output #8715

razajafri opened this issue Jul 14, 2023 · 1 comment · Fixed by #8744 or #9018
Assignees
Labels
test Only impacts tests

Comments

@razajafri
Copy link
Collaborator

razajafri commented Jul 14, 2023

We need a test to cover this case which is covered in SparkSuite
Refer to SchemaPruningSuite.scala#L385

@razajafri razajafri self-assigned this Jul 14, 2023
@razajafri razajafri changed the title (Case sensitivity): SELECT name.middle, part FROM contacts WHERE name.First = 'Jane', where struct<name:struct<First:string, middle:string>, part:String>. Refer to SchemaPruningSuite.scala#L385 Write a test for reading nested column on generator output Jul 14, 2023
@sameerz sameerz added the test Only impacts tests label Jul 31, 2023
@razajafri
Copy link
Collaborator Author

closed by #8744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment