You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I run " FIND HIGH-VALUE STOCK TRADES FOR REVIEW":
2021-10-22 09:45:53.094 ERROR 62325 --- [nio-8080-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.util.concurrrent.ExecutionException: io.confluent.ksql.api.client.exception.KsqlClientException: Received 400 response from server: line 4:5: mismatched input 'U' expecting {',', 'FROM'}. Error code: 40001] with root cause
io.confluent.ksql.api.client.exception.KsqlClientException: Received 400 response from server: line 4:5: mismatched input 'U' expecting {',', 'FROM'}. Error code: 40001
at io.confluent.ksql.api.client.impl.ClientImpl.lambda$handleErrorResponse$24(ClientImpl.java:607) ~[ksqldb-api-client-0.21.0.jar!/:na]
at io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler(HttpClientResponseImpl.java:292) ~[vertx-core-3.9.8.jar!/:3.9.8]
at io.vertx.core.http.impl.HttpClientResponseImpl.lambda$bodyHandler$0(HttpClientResponseImpl.java:193) ~[vertx-core-3.9.8.jar!/:3.9.8]
Looks like a missing comma after the first column in the query:
SELECT U.ID USERID
U.REGIONID REGION,
I'll see if I can fix it, but I'm logging it here first in case I don't get to it. :-)
The text was updated successfully, but these errors were encountered:
I'm getting this error when I run " FIND HIGH-VALUE STOCK TRADES FOR REVIEW":
Looks like a missing comma after the first column in the query:
I'll see if I can fix it, but I'm logging it here first in case I don't get to it. :-)
The text was updated successfully, but these errors were encountered: