timsaucer commented on issue #576: URL: https://github.com/apache/datafusion-python/issues/576#issuecomment-4215037364
Using your test files I am getting ``` >>> a.schema_arrow == b.schema_arrow False ``` If you continue to have problems please reopen this ticket, but from the files I am looking at they definitely contain different data: `Gene: dictionary<values=string, indices=uint32, ordered=0>` vs `Gene: dictionary<values=string, indices=int32, ordered=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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
