Relative Content

Tag Archive for pythonparsingapache-flinkdialectsqlglot

PARTITION BY keyword not recognized in SESSION function

I am currently working on developing a custom SQLGlot dialect for Apache Flink. To achieve this, I am extending the Hive dialect into my custom Flink dialect. I have successfully implemented support for functions like TUMBLE and HOP. However, I am encountering numerous errors while trying to implement support for the SESSION function.