james-willis opened a new pull request, #1125: URL: https://github.com/apache/sedona-db/pull/1125
`SELECT * FROM '<url>'` for a directory-shaped external format (e.g. zarr) previously failed: DataFusion's URL-table resolver lists the directory, keys on the first inner object's extension, and parses it as the wrong format. This adds an experimental `UrlTableFactory` that routes a URL whose extension resolves to a registered `list_single_object` format through the single-object table path, and delegates every other URL to DataFusion's default resolver unchanged. -- 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]
