Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The RESEARCH_AVE_BOOST ksql does not return any results #5

Open
colathurv opened this issue Sep 27, 2021 · 0 comments
Open

The RESEARCH_AVE_BOOST ksql does not return any results #5

colathurv opened this issue Sep 27, 2021 · 0 comments

Comments

@colathurv
Copy link

I went through the entire example, until the end. I cross checked the creation of the table and data all through.

The only modification I had to do was the creation as below.

CREATE TABLE research_ave_boost WITH (KAFKA_TOPIC='research_ave_boost', VALUE_FORMAT='delimited') AS SELECT research, SUM(admit_chance)/COUNT(admit_chance) as ave_chance FROM research_boost GROUP BY research;

However this query in ksql does not return any results.

`SELECT "AVE_CHANCE" FROM "RESEARCH_AVE_BOOST"

WHERE cast("RESEARCH" as INT)=0;`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant