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

DRILL-7380: Query of a field inside of an array of structs returns null #1861

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

ihuzenko
Copy link
Member

  1. Fixed parquet reader projection for Logical lists (DrillParquetReader.java)
  2. Fixed projection pushdown for RexFieldAccess (ProjectFieldsVisitor.java)
  3. DrillParquetReader.getProjection(...) splitted into few methods
  4. Added javadocs for PathSegment and SchemaPath

Covers DRILL-7380 and DRILL-7381 jira tickets.

@ihuzenko
Copy link
Member Author

@KazydubB please review.

Copy link
Member

@KazydubB KazydubB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ihuzenko thanks for your changes!

Please address few minor comments.

@ihuzenko
Copy link
Member Author

@KazydubB , I've addressed comments, please check again.

Copy link
Member

@KazydubB KazydubB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, +1.

1. Fixed parquet reader projection for Logical lists (DrillParquetReader.java)
2. Fixed projection pushdown for RexFieldAccess (ProjectFieldsVisitor.java)
3. DrillParquetReader.getProjection(...) splitted into few methods
4. Added javadocs for PathSegment and SchemaPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants