prestodb / RPresto

DBI-based adapter for Presto for the statistical programming language R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTE features don't work properly with dbplyr 2.3.0

jarodmeng opened this issue · comments

In particular, dbplyr 2.3.0 has a multi-join feature which breaks the get_tables_from_sql() function that the CTE feature depends on.