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

Handle the sql type named LONG #17425

Open kgyrtkirk opened 3 weeks ago

kgyrtkirk commented 3 weeks ago

Motivation

People using the native engine may write CAST( some AS LONG ) because they used to work with those types - however the sql parser doesn't know that type and returns an error.

Description

It could be handled as an alias to BIGINT

naanagon commented 3 weeks ago

@kgyrtkirk Can i work on this.?