BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/New_York
X-LIC-LOCATION:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700308T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYD
Huge congratulations on getting SIP-117 across the finish line! 🎉
It’s clear this took a ton of effort—six months, 18 PRs, and a whole lot of
careful thinking—but the result is a major achievement. Centralizing all SQL
parsing into SQLScript and SQLStatement, with dialect-aware support and full
Thank you !!
On Thu, Jun 5, 2025 at 5:43 PM wrote:
>
> Hi, all!
>
> I just wanted to give a heads up that SIP-117
> (github.com/apache/superset/issues/26786), "Improve SQL parsing", has
> been fully implemented. We now have all the codebase using a single
> parser library (`sqlglot`) through two
Hi, all!
I just wanted to give a heads up that SIP-117
(github.com/apache/superset/issues/26786), "Improve SQL parsing", has
been fully implemented. We now have all the codebase using a single
parser library (`sqlglot`) through two new classes: `SQLScript` and
`SQLStatement` (a script is a se