Hi to all,
I'd like to do a unique lines of a file with Flink. Do I really need to
make a map from String to Tuple1<String>, call unique() and then another
map from Tuple1 to String again before output?
Is there a smarter way to do it?

Best,
Flavio

Reply via email to