Github user liurenjie1024 commented on the issue:
https://github.com/apache/flink/pull/5688
@twalthr I store each column separately to avoid encoding and schema
management problems, also to reduce unnecessary data transfer when querying
data. Issue multiple requests for multiple fields is one of the drawbacks.---
