Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1848: PrintData tool add parameter description
### What changes were proposed in this pull request? ```bash java -jar orc-tools-2.2.0-SNAPSHOT-uber.jar data -h usage: java -jar orc-tools-*.jar data <orc file>* -h,--help Provide help -n,--lines <LINES> Sets lines of data to be printed ``` ### Why are the changes needed? ```bash java -jar orc-tools-2.1.0-uber.jar data -h usage: java -jar orc-tools-*.jar data <orc file>* -h,--help Provide help -n,--lines <LINES> ``` ### How was this patch tested? local test ### Was this patch authored or co-authored using generative AI tooling? No Closes #2126 from cxzl25/ORC-1848. Authored-by: sychen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 2aec4fb) Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information