Skip to content
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

Add support for directories and CSV output for cat command #16

Merged
merged 5 commits into from
Sep 3, 2021

Conversation

manojkarthick
Copy link
Owner

Directory support:

  • Add supports for directories as a parameter to the cat command.
  • When a directory is provided, the directory is traversed recursively and all the non-hidden, non-symlink files are displayed.

CSV support:

  • Adds support for displaying Parquet files in CSV format
  • CSV output format is not supported if the Parquet schema contains Struct or Byte fields.
  • If one of the input files for the cat command does not support CSV format, an error message is displayed and skipped. The contents of the other files will still be displayed.

Version bump: Bumping the version of the package to v0.2.0

@manojkarthick manojkarthick merged commit 793ce2e into master Sep 3, 2021
This was linked to issues Sep 3, 2021
@manojkarthick manojkarthick deleted the cat-dir-csv branch May 14, 2022 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSV-support in pqrs cat? Support for parquet directories
1 participant