标签: java parquet
我想将下面的类转换为镶木地板格式。有图书馆吗?我不想做pojo-> avro->镶木地板。我想要的只是pojo - >镶木地板。
public class Hello { int x; HashMap<String, String> map; ArrayList<Integer> list; }