shreemaan-abhishek commented on code in PR #9437:
URL: https://github.com/apache/apisix/pull/9437#discussion_r1188069307


##########
ci/init-plugin-test-service.sh:
##########
@@ -51,6 +51,8 @@ after() {
     # configure keycloak
     docker exec apisix_keycloak bash /tmp/kcadm_configure_cas.sh
     docker exec apisix_keycloak bash /tmp/kcadm_configure_university.sh
+
+    echo "CREATE TABLE default.test (\`host\` String, \`client_ip\` String, 
\`route_id\` String, \`service_id\` String, \`@timestamp\` String, PRIMARY 
KEY(\`@timestamp\`)) ENGINE = MergeTree()" | curl 'http://localhost:8123/'

Review Comment:
   This was given in the documentation, of course we can use a different format 
as well.



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

Reply via email to