Join Slack
Powered by
Hi all, I was trying realtime ingestion in pinot f...
# general
s
Somanshu Jindal
06/30/2020, 10:22 AM
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?
Somanshu Jindal
06/30/2020, 10:24 AM
Error in console
s
Sidd
06/30/2020, 3:10 PM
I think timestamp is a keyword in Calcite. Can you try escaping it with double quotes?
k
Kishore G
06/30/2020, 4:09 PM
select "timestamp" from transcript
s
Somanshu Jindal
07/01/2020, 5:27 AM
Thanks. Double quotes are working.
Open in Slack
Previous
Next