Closed michaelper22 closed 5 years ago
Hi @michaelper22
When executing a SQL query, the driver execute as well an EXPLAIN
command to know which are the values to map (with the same query you executed). If you try this command, it shouldn't work.
Can try to execute that query without the nested field? I mean, like this select address from orders_raw limit 5
Yup, tried doing an EXPLAIN on the query from the KSQL console, and got the error "Column CITY cannot be resolved". Maybe we'll open a bug with them. Thank you for the suggestion.
Hello,
My team is running into an issue with the STRUCT Dereference operator. We have the following stream in KSQL (the orders_topic topic is produced by ksql-datagen):
From the ksql CLI, this works as expected:
When we run this query through the JDBC driver, we get the following:
Can you think of something that's wrong in our query, or a possible bug in KSQL or your driver?
Thanks, Michael