Skip to content

v1.4.5

Compare
Choose a tag to compare
@jarodmeng jarodmeng released this 03 May 07:43
· 40 commits to master since this release
  • Fixed a bug in compute() whereby non-character table names are not used properly.
  • Refactor compute.tbl_presto() to break into a dbExecute() execution and a tbl() remote table registration part so that developers have more flexibility customizing the function in their downstream usage.

What's Changed

  • Use simple name in compute() by @jarodmeng in #248
  • Refactor compute.tbl_presto() into two parts, one executes the query and the other creates the remote table by @jarodmeng in #250

Full Changelog: v1.4.4...v1.4.5