wjones127 commented on pull request #11871:
URL: https://github.com/apache/arrow/pull/11871#issuecomment-988214158


   Found it: Looks like `column_names` still contains BOM, while the field 
names do not, hence the mismatch.
   
   ```
   x/20bc &(*column_names.begin())
   0x286780300: \xef\xbb\xbfa\0\0\0\0pb\xe0o\x01\0\0\0\xb0c\xe0o
   x/20bc field->name().data()
   0x28765f660: a\0\0\0\0\0\0p\x17'v(\0\0\0P\x02\0]\x80
   ```


-- 
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