kfaraz commented on code in PR #18067:
URL: https://github.com/apache/druid/pull/18067#discussion_r2123547440
##########
integration-tests/src/test/java/org/apache/druid/tests/query/ITSqlQueryTest.java:
##########
@@ -350,15 +326,13 @@ public void testMultipleContentType()
{
executeQuery(
MediaType.TEXT_PLAIN,
+ "SELECT 1",
(request) -> {
Review Comment:
With this patch, in all the other test cases, the `request` object seems to
remain unchanged.
In this test case, we just add an extra header.
So maybe instead of passing lambda `OnRequest` to the method `executeQuery`,
we just pass a map of headers for simplicity.
--
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]