Hi all, I was trying realtime ingestion in pinot f...
# general
s
Hi all, I was trying realtime ingestion in pinot following the docs. https://docs.pinot.apache.org/basics/getting-started/pushing-your-streaming-data-to-pinot In the query console i am unable to query timestamp field and getting errors. Any idea why is this happening?
Error in console
s
I think timestamp is a keyword in Calcite. Can you try escaping it with double quotes?
k
select "timestamp" from transcript
s
Thanks. Double quotes are working.