So playing with the Dynamic tables section on the ...
# troubleshooting
s
So playing with the Dynamic tables section on the Trino Pinot connector here. I'm finding that in order to filter on a column it has to be in the SELECT portion within the double quotes. I'm wondering if the documentation needs to be adjusted there, or I could also be doing something wrong.
Is this what the document should say?
Copy code
SELECT *
FROM pinot.default."SELECT col3, col4, MAX(col1), COUNT(col2) FROM pinot_table GROUP BY col3, col4"
WHERE col3 IN ('FOO', 'BAR') AND col4 > 50
LIMIT 30000
m
@User to confirm. Definitely +1 on fixing the doc if it needs to.
e
Thanks for catching this! Agreed, will update.
🙏 1
s
Awesome, ty!
m
That was quick (as always), thanks @User
😃 2