columns {
  name: "char"
  type {
    type_id: STRING
  }
}
columns {
  name: "tail"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "7"
  }
  items {
    bytes_value: "bc"
  }
}
rows {
  items {
    bytes_value: "0"
  }
  items {
    bytes_value: "dd"
  }
}
rows {
  items {
    bytes_value: "2"
  }
  items {
    bytes_value: ""
  }
}
rows {
  items {
    bytes_value: "5"
  }
  items {
    bytes_value: "zz"
  }
}
