columns {
  name: "subkey"
  type {
    optional_type {
      item {
        type_id: STRING
      }
    }
  }
}
columns {
  name: "data3"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
columns {
  name: "holes3"
  type {
    optional_type {
      item {
        type_id: UINT32
      }
    }
  }
}
rows {
  items {
    bytes_value: "1"
  }
  items {
    int32_value: 33
  }
  items {
    uint32_value: 3
  }
}
rows {
  items {
    bytes_value: "2"
  }
  items {
    int32_value: 42
  }
  items {
    uint32_value: 2
  }
}
rows {
  items {
    bytes_value: "3"
  }
  items {
    int32_value: 321
  }
  items {
    uint32_value: 999
  }
}
rows {
  items {
    bytes_value: "4"
  }
  items {
    int32_value: 123
  }
  items {
    uint32_value: 999
  }
}
rows {
  items {
    bytes_value: "5"
  }
  items {
    int32_value: 100500
  }
  items {
    uint32_value: 1
  }
}
