Skip to content

bug report #915

Closed
Closed
@ehudtr7

Description

@ehudtr7

We use dbplyr through sparklyr.
When we moved to dbplyr version 2.2.0 we got a failure during execution of a code which previously worked fine, while getting the following error message:
"Error in dbi_ensure_no_backtick(x) : Can't escape back tick from string"
It happens when we sprarklyr::collect a spark data frame after some dplyr::anti_join operation.
We workaround it by applying sprarklyr::collect to each of the two data frames and then do the dplyr::anti_join on the resulted R data frames, instead of anti_join the original spark data frames.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions