Skip to content

Segfault caused by min function in summarise function #1481

Closed
@Fija

Description

@Fija

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

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