Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 319 Bytes

RELEASES.md

File metadata and controls

11 lines (7 loc) · 319 Bytes

Release notes

0.2.0

  • Added support for the SUBSTR function, following Impala syntax.

0.1.0

  • Added support for the ROUND function.
  • Added support for the CONCAT function.
  • Added tests for ROUND, CONCAT, FIRST_VALUE, LAST_VALUE, LIKE, INNER JOIN, FULL OUTER JOIN, WITH, HAVING, AVG, COUNT, MIN, MAX, SUM.