paleolimbot opened a new pull request, #517: URL: https://github.com/apache/sedona-db/pull/517
Foreign record batch readers/arrow array streams often contain schema metadata attached by Pandas or R, and sometimes that metadata can interfere with the ability of DataFusion internals to propagate a schema in such a way that the metadata remains unchanged (and thus fails assertions for optimizer rules recreating an identical schema). The true fix is somewhere in DataFusion; however, as a workaround we can strip schema metadata on input since we aren't using it anyway. Closes https://github.com/apache/sedona-db/issues/477 -- 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]
