Jackie-Jiang commented on code in PR #16940:
URL: https://github.com/apache/pinot/pull/16940#discussion_r2400494339


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java:
##########
@@ -3765,20 +3765,10 @@ public void testAggregateMetadataAPI()
         + 
"/tables/mytable/metadata?columns=DivActualElapsedTime&columns=CRSElapsedTime&columns=OriginStateName"));
     validateMetadataResponse(threeSVColumnsResponse, 3, 0);
 
-    JsonNode threeSVColumnsWholeEncodedResponse = 
JsonUtils.stringToJsonNode(sendGetRequest(

Review Comment:
   Removing these tests given they are not valid request. User shouldn't encode 
multiple columns together



##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java:
##########
@@ -3765,20 +3765,10 @@ public void testAggregateMetadataAPI()
         + 
"/tables/mytable/metadata?columns=DivActualElapsedTime&columns=CRSElapsedTime&columns=OriginStateName"));
     validateMetadataResponse(threeSVColumnsResponse, 3, 0);
 
-    JsonNode threeSVColumnsWholeEncodedResponse = 
JsonUtils.stringToJsonNode(sendGetRequest(

Review Comment:
   Removing these tests because they are not valid requests. User shouldn't 
encode multiple columns together



-- 
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]

Reply via email to