Skip to content

Releases: aaronshan/presto-third-functions

Version 0.5.1

13 Dec 09:10
Compare
Choose a tag to compare
  • support presto-0.167~presto-0.168

Version 0.5.0

10 Jan 05:54
Compare
Choose a tag to compare

Release Notes

  • support to presto-0.153~presto-0.161
  • delete arr_union function

Version 0.4.0

09 Jan 11:51
Compare
Choose a tag to compare

Release Notes

  • support to presto-0.152

Version 0.3.0

28 Aug 05:39
Compare
Choose a tag to compare

Release Notes

  • support to presto-0.150~presto-0.151
  • rename array_union to arr_union

Version 0.2.0

22 Jul 11:58
Compare
Choose a tag to compare

Release Notes

  • Fix array_union function bug when input contains multi NULL
  • Add boolean is_null function and unit test
  • Add typeOfDay function and unit test
  • Revise unit test ARRAY and MAP generate function
  • Add json_array_extract, json_array_extract_scalar function and unit test
  • Add ARRAY and MAP's value_count function and unit test
  • Add build examine

Version 0.1.0

23 Jul 07:06
Compare
Choose a tag to compare

Release Notes

  • Add array_union function and unit test
  • Add is_null function and unit test
  • Add some string functions, such as pinyin, md5, sha265 and so on.
  • Add some date functions, such as zodiac, zodiac_cn, dayofweek etc.
  • Add some china id card functions. such as id_card_info, is_valid_id_card etc.
  • Add some geo functions. such as wgs_distance etc.