[jira] [Updated] (ORC-1667) Add `check` tool to check the index of the specified column

2024-03-29 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/ORC-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated ORC-1667: --- Summary: Add `check` tool to check the index of the specified column (was: Add check tool to check

[jira] [Assigned] (ORC-1667) Add `bloom-filter` tool to check the bloom filter of the specified column

2024-03-29 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/ORC-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned ORC-1667: -- Assignee: dzcxzl > Add `bloom-filter` tool to check the bloom filter of the specified column >

Re: [PR] ORC-1667: Add `check` tool to check the index of the specified column [orc]

2024-03-29 Thread via GitHub
dongjoon-hyun closed pull request #1862: ORC-1667: Add `check` tool to check the index of the specified column URL: https://github.com/apache/orc/pull/1862 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Updated] (ORC-1667) Add check tool to check the index of the specified column

2024-03-29 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/ORC-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated ORC-1667: --- Summary: Add check tool to check the index of the specified column (was: Add `bloom-filter` tool to

[jira] [Resolved] (ORC-1667) Add `bloom-filter` tool to check the bloom filter of the specified column

2024-03-29 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/ORC-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved ORC-1667. Fix Version/s: 2.0.1 2.1.0 Resolution: Fixed Issue resolved by pull

Re: [PR] ORC-1667: Add `bloom-filter` tool to check the bloom filter of the specified column [orc]

2024-03-29 Thread via GitHub
cxzl25 commented on code in PR #1862: URL: https://github.com/apache/orc/pull/1862#discussion_r1544186655 ## site/_docs/java-tools.md: ## @@ -11,6 +11,7 @@ supports both the local file system and HDFS. The subcommands for the tools are: + * bloom-filter (since ORC 2.1) -