Closed
Description
When apply min function on summarizing an empty data.frame, it would lead to segfault.
df <- tbl_df(data.frame(A=c(1)))
df <- df %>% filter(A > 1)
df %>% summarise(Min=min(A, na.rm=T))
more details see this StackOverflow Question
Metadata
Metadata
Assignees
Labels
No labels