Hi All,

I am wondering if spark supports Dataset<List<Map<String,Object>>> ?

when I do the following it says no map function available?

Dataset<List<Map<String,Object>>> resultDs = ds.map(lambda,
Encoders.bean(List.class));

Thanks!

Reply via email to