On Mon, Jun 15, 2015 at 8:45 AM, Maximilian Michels <m...@apache.org> wrote:

> Just to give an idea what null values could cause in Flink: DataSet.count()
> returns the number of elements of all values in a Dataset (null or not)
> while #834 would ignore null values and aggregate the DataSet without them.
>

Compare R's na.action.

http://www.ats.ucla.edu/stat/r/faq/missing.htm

Reply via email to