Closed bjgbeelen closed 1 year ago
We noticed that the filter by current quarter was not working. The reason is that the interval x quarter is not valid in SparkSQL. Quarter being 3 months, an easy fix that seems to work is rewrite (Interval '1' quarter) as (Interval '3' months)
current quarter
interval x quarter
hi @relferreira , just a gentle reminder to get your attention on this one :)
Sorry for the delay @bjgbeelen
We noticed that the filter by
current quarter
was not working. The reason is that theinterval x quarter
is not valid in SparkSQL. Quarter being 3 months, an easy fix that seems to work is rewrite (Interval '1' quarter) as (Interval '3' months)