-
Notifications
You must be signed in to change notification settings - Fork 21
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
Schema viewer should expose partitioned columns #185
Comments
@fbertsch To make sure I'm understanding this right: in Hive data sources display to the user which columns there are partitions on. Perhaps with a [P] designation next to the field name? |
@alison985 right - here is an example [P] could work, something that goes along with whatever the schema browser's type information looks like (which I haven't seen yet). |
@fbertsch That pastebin doesn't work for me. Could you try again or another way please? |
mozilla#185 added to the front of the column name so they are in a consistent ordinal position for each table tests pass
Thanks. PR #201 |
I'm not sure how to verify this bug. @alison985 Can you please provide some steps on how I should proceed verifying this issue? |
#185 added to the front of the column name so they are in a consistent ordinal position for each table tests pass
This only applies to tables which have partitions, i.e. just those in the Hive metastore (unless some RDBMS tables are sharded but... let's not go there). Exposing this information would make it easier to say to people "filter on partitions!" rather than have that be intimate knowledge for each dataset.
The text was updated successfully, but these errors were encountered: