paleolimbot opened a new pull request, #538: URL: https://github.com/apache/sedona-db/pull/538
There are two issues introduced by the recent pandas 3.0 release: - The qualified name of the `DataFrame` changed. In the current release these dataframes will still work but can only be queried exactly once. This PR fixes that so that pandas>=3.0 and pandas<3.0 data frames work exaclty the same. - There is a new default string type that defaults to `LargeUtf8` when getting translated to Arrow. There was at least one operation in our tests that failed because DataFusion didn't support LargeUtf8 in some internal. This PR just updates the test but I'll also file an issue in DataFusion. -- 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]
