RezaeiNasab commented on issue #1217: URL: https://github.com/apache/arrow/issues/1217#issuecomment-819838110
As @wesm is mentioned above, I wrote the following code in python: fields = [pa.array(['foo', 'foo', 'foo']), pa.array(['bar', 'bar', 'bar'])] arr = pa.StructArray.from_arrays(['key', 'value'], fields) print(arr) and I get the following error: expected bytes, pyarrow.lib.StringArray found why? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
