Skip to content

v1.13.0

Compare
Choose a tag to compare
@sfc-gh-bli sfc-gh-bli released this 25 Jul 02:53
· 30 commits to main since this release

New Features

  • Emit Span in Java/Scala Stored Procedure. Support functions:
    • All action functions
    • Register UDF/UDTF/SProc
  • Enable to retrieve cloud provider tokens in the SnowflakeSecrets class.
  • New functions:
    • Session.updateQueryTag
    • functions.countDistinct
    • functions.max(String)
    • functions.min(String)
    • functions.mean(String)

Improvements

  • App name in the session query tag is Json format now.
  • Upgraded SLF4J to 2.0.4
  • Update document in SnowflakeFile

Bug Fixes

  • Variant object can't handle null value
  • DataFrame alias doesn't work in the JOIN condition