paul-rogers opened a new pull request, #13954: URL: https://github.com/apache/druid/pull/13954
Fixes some URL typos and add a few more variations for the `http()` table function tests. It turns out that the Calcite tests make use of the `toString()` functions to convert a native query to a string for comparison. The `HttpInputSource` is missing the `toString()` function and so generated a unique string for each object, which causes comparisons to fail. This PR also fixes a few of these nit issues. #### Release note No user-visible changes. <hr> This PR has: - [X] been self-reviewed. - [X] a release note entry in the PR description. - [X] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [ ] been tested in a test Druid cluster. -- 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]
