columns {
  name: "val_list"
  type {
    list_type {
      item {
        type_id: INT32
      }
    }
  }
}
rows {
  items {
    items {
      int32_value: 3
    }
  }
}
