You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error seems to be a missing commas function in the print function for this object. Adding the version from dplyr should resolve the error. Note also you have not ungrouped the query, which would have also, in this case, concealed the bug.
The following works if df is a local (copied using collect(df)) dataframe:
And returns totals for (colA, colB) pairs as expected.
When
df
is not local I get the following:Grouping by a single column works fine. Is this a vertica.dplyr bug or a limitation of Vertica?
The text was updated successfully, but these errors were encountered: