v1.3.7
- Fix testing errors caused by Presto changes since last update (#131)
- Change
[[
translation from[]
subscript operator toELEMENT_AT()
(#132) - Enable simple ROW type support (#137)
- Fix a bug whereby
is.infinite()
is incorrectly translated toIS_FINITE()
instead ofIS_INFINITE()
in SQL (#139) - Disabled translation of
median()
andquantile()
and suggestedapprox_quantile()
instead. (#120)