68697071727374757677
assertFalse(json.isEmpty()); JSONObject json_object = new JSONObject(json); assertNotNull(json_object); PartitionPlan clone = new PartitionPlan(); clone.fromJSON(json_object, catalog_db); System.err.println(clone); } }