Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.0
-
go1.17, python3.8
Description
Hello !
This is my first time participating in the open source community as a junior developer and I would like to thank you all for your hard work
While using the new pqarrow package for our project Metronlab/bow to read parquet files previously written by Pandas.
An error is returned by function getOriginSchema if the "ARROW:schema" base64 encoded value is ending with padding characters.
This is caused by the use of the RawStdEncoding type that omits padding characters.
Is there any reason for using raw encoding instead of standard?
Here is a repo with a test script to demonstrate the problem: antoinegelloz/arrowparquet
Thank you in advance for your help,
Antoine Gelloz
Attachments
Issue Links
- links to