detect apache hive directory structures and use them as prefix suggestions#1212
Closed
gvz wants to merge 2 commits intofacontidavide:mainfrom
Closed
detect apache hive directory structures and use them as prefix suggestions#1212gvz wants to merge 2 commits intofacontidavide:mainfrom
gvz wants to merge 2 commits intofacontidavide:mainfrom
Conversation
Owner
|
this is nice, but as a directory like this can contain a LOT of files, I think It would be good to have a popup that display the number and size of the files that will be loaded and potentially a checkbox to select / deselect them |
Contributor
Author
|
I think, I was not clear enough with my explanation. |
Owner
|
I will merge this, but I prefer to add a checkbox in the UI to enable this feature |
Owner
|
sorry, I can not merge something specific os a single plugin into the main application, for separation of concerns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
when the parent directories name contains a "=" sign the code traverses upwards until no "=" is found, the parts behind the "=" are joined together with / to create a tree to make the data easy to select when a handling lots of data.
Apache hive format:
test
├── year=2021
│ ├── month=1
│ │ ├── file1.parquet
│ │ └── file2.parquet
│ └── month=2
│ └── file3.parquet
becomes 2021/1/ as the suggestion in the prefix dialog