v1.4.5
- Fixed a bug in
compute()
whereby non-character table names are not used properly. - Refactor
compute.tbl_presto()
to break into adbExecute()
execution and atbl()
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