Im new to pinot and trying to connect pinot connector with trino and work there. So i just run a quickstart in pinot and connect it with trino. Then try to run a simple select query but it give errors. Is there any limitaions in this or wht?..
x
Xiang Fu
02/02/2023, 7:46 AM
does show table works?
Xiang Fu
02/02/2023, 7:52 AM
you may need to set the config for trino pinot cataglog:
For quickstart, you need to set
Copy code
pinot.grpc.port=7100
d
Dimuth
02/02/2023, 8:46 AM
select type,count(*) from githubevents group by type limit 5;
select * from githubevents."select * from githubevents" limit 5;
these queries are working fine..but when i give select * from githubevents limit 5;
its not working
Dimuth
02/02/2023, 8:48 AM
I have posted this with full details in #C026F364PU7