tillrohrmann commented on a change in pull request #16986:
URL: https://github.com/apache/flink/pull/16986#discussion_r696376827



##########
File path: 
flink-end-to-end-tests/flink-queryable-state-test/src/main/java/org/apache/flink/streaming/tests/queryablestate/QsStateClient.java
##########
@@ -61,6 +61,8 @@ public static void main(final String[] args) throws Exception 
{
                         TypeInformation.of(new TypeHint<EmailId>() {}),
                         TypeInformation.of(new TypeHint<EmailInformation>() 
{}));
 
+        System.out.println("Wait until the state can be queried.");

Review comment:
       I know it is not beautiful but I didn't want to spend more time on 
overriding shade exclusions and adding log4j configuration files to the 
`QsStateClient.jar`.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to