-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### What changes were proposed in this pull request? This PR adds an option to the java tool ConvertTool to specify which columns it should generate bloom filters. ### Why are the changes needed? While debugging an issue, I need to generate an ORC file with bloom filters using the Java APIs. The ConvertTool is easy to use but it doesn't generate bloom filters. It'd be helpful to add an option for it. ### How was this patch tested? Didn't find any existing tests on ConvertTool. So I manually tested it and verified the bloom filters are generated. (cherry picked from commit 7c45137) Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information
1 parent
a0bb4ad
commit 9bd4824
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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