Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a minimum quantity of groups to print progress (2?) #6668

Closed
MichaelChirico opened this issue Dec 19, 2024 · 1 comment · Fixed by #6693
Closed

Set a minimum quantity of groups to print progress (2?) #6668

MichaelChirico opened this issue Dec 19, 2024 · 1 comment · Fixed by #6693

Comments

@MichaelChirico
Copy link
Member

Running some very slow grouping operation that happens to be on a one-group table (occurring programmatically):

library(data.table)
DT=data.table(a=1)
DT[, by=a, {Sys.sleep(5); 1}]
# Processed 1 groups out of 1. 100% done. Time elapsed: 5s. ETA: 0s.
#        a    V1
#    <num> <num>
# 1:     1     1

Doesn't seem very useful in this case. cc @joshhwuu

@joshhwuu
Copy link
Member

Thanks for the ping, sounds like a reasonable request to me! I can take a look into this 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants