Skip to content

v1.3.7

Compare
Choose a tag to compare
@leepface leepface released this 04 Sep 12:29
· 134 commits to master since this release
  • Fix testing errors caused by Presto changes since last update (#131)
  • Change [[ translation from [] subscript operator to ELEMENT_AT() (#132)
  • Enable simple ROW type support (#137)
  • Fix a bug whereby is.infinite() is incorrectly translated to IS_FINITE()
    instead of IS_INFINITE() in SQL (#139)
  • Disabled translation of median() and quantile() and suggested approx_quantile() instead. (#120)