Initially I don't think I would add this to the Impala code base. It looks
like a Dialect Plugin
<https://github.com/tobymao/sqlglot#creating-a-dialect-plugin> is a
separate Python package that you would load in the same runtime where
you're using SQLGlot, that tells it how to form queries for Impala. Like
cloudera/impyla <https://github.com/cloudera/impyla>, I think this will be
simpler to maintain as a separate project.

On Sun, May 3, 2026 at 9:15 PM Shreya Chakraborty <[email protected]>
wrote:

> Hey!
>
> I am Shreya an engineer at cloudera , the SQLGlot
> <https://github.com/tobymao/sqlglot> is a well known library that I'm
> using
> for transpiling hive, trino etc queries for the SQL Assistant
> <
> https://docs.cloudera.com/data-warehouse/1.5.4/overview/topics/dw-hue-sql-ai-assistant-overview.html
> >
> in the Cloudera Data Explorer (formerly know as Hue) component of
> Cloudera.  However sqlglot doesn't support Impala and there have been
> several issue tickets regarding that was closed, even for the recent one I
> raised they suggested building a plugin
> <https://github.com/tobymao/sqlglot/issues/7576>. I would like to do this
> as a part of the impala repository, could you please guide me on how I can
> create a Jira ticket for the same so I can start working on it?
>
> Regards
> Shreya Chakraborty
>

Reply via email to