Thanks for the work on this project.
I've noticed that the calculation of the histogram bins is done using rlang and sparlyr/dbplyr verbs.
Have you considered using the histogram_numeric function from hive?
For some reasons, summarise(histrogram_numeric(column_name, nbins)) doesn't work. However it should be possible to encode this as a SQL statement directly.
Thanks for the work on this project.
I've noticed that the calculation of the histogram bins is done using rlang and sparlyr/dbplyr verbs.
Have you considered using the histogram_numeric function from hive?
For some reasons, summarise(histrogram_numeric(column_name, nbins)) doesn't work. However it should be possible to encode this as a SQL statement directly.