Closed nityanandagohain closed 1 week ago
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #
Can you help me understand what is the issue that necessitated removing ts?
@srikanthccv it's because of this https://github.com/SigNoz/signoz/pull/5908#discussion_r1751801692 . We have removed ts from panelTypeTable. Because of which expressions are failing in table panel types as it's trying to select timestamp from the subqueries and ts is not present in those subqueries.
Since we don't have ts in table panel, it should not be there in expressions.