Open vineethvp opened 7 months ago
This issue pertains to one table alone. below select query with 'Use Multi-Stage Engine' also giving same error.
But it works for other tables.
select * from kpi_events_stg where upload_ts_millis > ago('PT180M')
@Jackie-Jiang Please provide if you have any sugestions.
This is very likely caused by the backward incompatibility introduced in #12837, which is then fixed in #12944. Can you try rebuild pinot with the latest master?
@Jackie-Jiang Can we rebuild without losing the data and other configurations? Could you please provide some reference on upgrading the cluster? cluster is currently running on k8 without deepstorage.
I don't follow. Rebuild a project shouldn't cause any data lost. You might find more help in the slack troubleshooting channel
@Jackie-Jiang Sure, Thanks.
Intermittently getting below error while running certain queries. Segments seems to be healthy and cluster is also running fine. Mostly observed this with join queries ,so should be related to multi stage query engine. Nothing could be traced in the logs directing to a root cause. Please suggest what might be causing this error?