alex-s-gardner opened a new issue, #359:
URL: https://github.com/apache/arrow-julia/issues/359

   From this MWE input is unrecognizable from output (the path to the Zarr file 
is public and can be run locally):
   
   ```
   dc = 
Zarr.zopen("http://its-live-data.s3.amazonaws.com/datacubes/v02/N20E100/ITS_LIVE_vel_EPSG32647_G0120_X650000_Y3250000.zarr";)
   C = dc["satellite_img1"][:]
   input = DataFrame([C,C],:auto)
   Arrow.write("test.arrow", input)
   output = Arrow.Table("test.arrow")
   ```
   
   `input.x1` looks like this:
   ```
   1460-element Vector{Zarr.MaxLengthStrings.MaxLengthString{2, UInt32}}:
    "1A"
    ⋮
    "8."
   ```
   
   while `output.x1` looks like this:
   ```
   1460-element Arrow.List{String, Int32, Vector{UInt8}}:
    "1\0"
    ⋮
    "\0\0"
   ```
   


-- 
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 go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to