apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.52k stars 3.71k forks source link

MSQ ingestion: Improve error message on encountering non-long timestamp column #17411

Closed Akshat-Jain closed 1 month ago

Akshat-Jain commented 1 month ago

Description

This PR improves the error message during MSQ ingestion if we encounter a non-long timestamp column.

Sample error message shown to user:

image

This PR has:

LakshSingla commented 1 month ago

@Akshat-Jain can you add a test case for this? I doubt there is already one since you'd have to change the error message.

Akshat-Jain commented 1 month ago

@LakshSingla Have added tests for the method.