sunjincheng121 commented on a change in pull request #8532: [FLINK-12541][REST] 
Support to submit Python Table API jobs via REST API
URL: https://github.com/apache/flink/pull/8532#discussion_r291865337
 
 

 ##########
 File path: 
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/ArtifactPlanHandlerParameterTest.java
 ##########
 @@ -33,19 +33,20 @@
 import java.util.stream.Collectors;
 
 /**
- * Tests for the parameter handling of the {@link JarPlanHandler}.
+ * Tests for the parameter handling of the {@link ArtifactPlanHandler}.
  */
-public class JarPlanHandlerParameterTest extends 
JarHandlerParameterTest<JarPlanRequestBody, JarPlanMessageParameters> {
-       private static JarPlanHandler handler;
+public class ArtifactPlanHandlerParameterTest
 
 Review comment:
   replace all `jar` with `Artifact`? such as `getWrongJarMessageParameters` -> 
`getWrongArtifactMessageParameters`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to