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

Issues with Binary data type #3

Open
aniketsamudra opened this issue Dec 6, 2021 · 0 comments
Open

Issues with Binary data type #3

aniketsamudra opened this issue Dec 6, 2021 · 0 comments

Comments

@aniketsamudra
Copy link

Rest all is working fine, but binary data type is written in encrypted format. When a parquet file is cat using parquet-tools, it shows something like this.

  • /Desktop/parq/Parquet_File_Writer_POC/src/main/resources/output$ parquet-tools cat 1638791144218.parquet
    id = 1
    username = TmFtZTE=
    active = true

id = 2
username = TmFtZTI=
active = false

because of this my files are not processed further

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

No branches or pull requests

1 participant