columns {
  name: "a"
  type {
    type_id: STRING
  }
}
columns {
  name: "b"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
rows {
  items {
    bytes_value: "foo"
  }
  items {
    int32_value: 123
  }
}
