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

Column usage doesn't include hive struct accessors #11

Open
h4v0kh3l1 opened this issue Aug 29, 2017 · 1 comment
Open

Column usage doesn't include hive struct accessors #11

h4v0kh3l1 opened this issue Aug 29, 2017 · 1 comment

Comments

@h4v0kh3l1
Copy link
Contributor

h4v0kh3l1 commented Aug 29, 2017

For tables where the majority of 'columns' are abstracted under a top-level column, e.g. body or msg, we don't surface the struct accessor as the column name, rendering analysis of these queries unusable.

Ideally, if we had a msg.name, msg.attrs.foo, msg.attrs.bar struct, we'd see the leaf struct names as the column name, i.e. msg.name, msg.attrs.foo, etc. Instead, we currently see msg for all of them.

@h4v0kh3l1
Copy link
Contributor Author

This is already captured in parsing, just needs to add to the usage analysis.

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

No branches or pull requests

1 participant